Test Report

Summary

8713
8713 xfailed

Tests

TestDOM.py 8713 0:31:02.617182

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ecp5/ecp5_components.vhd] 0:00:00.809999

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ecp5/ecp5_components.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ecp5/ecp5_components.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ecp5/ecp5_components.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ecp5/ecp5_components.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ecp5/ecp5_components.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/sb_ice40_components.vhd] 0:00:00.809778

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/sb_ice40_components.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/sb_ice40_components.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/sb_ice40_components.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/sb_ice40_components.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/sb_ice40_components.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/neorv32_imem.ice40up_spram.vhd] 0:00:00.213868

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/neorv32_imem.ice40up_spram.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/neorv32_imem.ice40up_spram.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/neorv32_imem.ice40up_spram.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/neorv32_imem.ice40up_spram.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/neorv32_imem.ice40up_spram.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/neorv32_dmem.ice40up_spram.vhd] 0:00:00.216718

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/neorv32_dmem.ice40up_spram.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/neorv32_dmem.ice40up_spram.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/neorv32_dmem.ice40up_spram.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/neorv32_dmem.ice40up_spram.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/osflow/devices/ice40/neorv32_dmem.ice40up_spram.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_upduino_v3_top.vhd] 0:00:00.211220

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_upduino_v3_top.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_upduino_v3_top.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_upduino_v3_top.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_upduino_v3_top.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_upduino_v3_top.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_dmem.ice40up_spram.vhd] 0:00:00.212806

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_dmem.ice40up_spram.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_dmem.ice40up_spram.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_dmem.ice40up_spram.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_dmem.ice40up_spram.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_dmem.ice40up_spram.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_imem.ice40up_spram.vhd] 0:00:00.212172

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_imem.ice40up_spram.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_imem.ice40up_spram.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_imem.ice40up_spram.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_imem.ice40up_spram.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/radiant/UPduino_v3/neorv32_imem.ice40up_spram.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_UPduino_BoardTop_UP5KDemo.vhd] 0:00:00.212396

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_UPduino_BoardTop_UP5KDemo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_UPduino_BoardTop_UP5KDemo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_UPduino_BoardTop_UP5KDemo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_UPduino_BoardTop_UP5KDemo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_UPduino_BoardTop_UP5KDemo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_iCESugar_BoardTop_MinimalBoot.vhd] 0:00:00.209205

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_iCESugar_BoardTop_MinimalBoot.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_iCESugar_BoardTop_MinimalBoot.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_iCESugar_BoardTop_MinimalBoot.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_iCESugar_BoardTop_MinimalBoot.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_iCESugar_BoardTop_MinimalBoot.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_Minimal.vhd] 0:00:00.208128

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_Minimal.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_Minimal.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_Minimal.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_Minimal.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_Minimal.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_OrangeCrab_BoardTop_MinimalBoot.vhd] 0:00:00.212523

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_OrangeCrab_BoardTop_MinimalBoot.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_OrangeCrab_BoardTop_MinimalBoot.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_OrangeCrab_BoardTop_MinimalBoot.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_OrangeCrab_BoardTop_MinimalBoot.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_OrangeCrab_BoardTop_MinimalBoot.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_UP5KDemo.vhd] 0:00:00.211747

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_UP5KDemo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_UP5KDemo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_UP5KDemo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_UP5KDemo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_UP5KDemo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_MinimalBoot.vhd] 0:00:00.210796

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_MinimalBoot.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_MinimalBoot.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_MinimalBoot.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_MinimalBoot.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_MinimalBoot.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_iCESugar_BoardTop_Minimal.vhd] 0:00:00.208376

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_iCESugar_BoardTop_Minimal.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_iCESugar_BoardTop_Minimal.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_iCESugar_BoardTop_Minimal.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_iCESugar_BoardTop_Minimal.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_iCESugar_BoardTop_Minimal.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_MixedLanguage.vhd] 0:00:00.207709

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_MixedLanguage.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_MixedLanguage.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_MixedLanguage.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_MixedLanguage.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_Fomu_BoardTop_MixedLanguage.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_UPduino_BoardTop_MinimalBoot.vhd] 0:00:00.207633

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_UPduino_BoardTop_MinimalBoot.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_UPduino_BoardTop_MinimalBoot.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_UPduino_BoardTop_MinimalBoot.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_UPduino_BoardTop_MinimalBoot.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/setups/examples/neorv32_UPduino_BoardTop_MinimalBoot.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/system/neorv32_SystemTop_axi4lite.vhd] 0:00:00.210570

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/system/neorv32_SystemTop_axi4lite.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/system/neorv32_SystemTop_axi4lite.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/system/neorv32_SystemTop_axi4lite.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/system/neorv32_SystemTop_axi4lite.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/system/neorv32_SystemTop_axi4lite.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_Test.vhd] 0:00:00.209384

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_Test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_Test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_Test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_Test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_Test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_MinimalBoot.vhd] 0:00:00.211141

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_MinimalBoot.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_MinimalBoot.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_MinimalBoot.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_MinimalBoot.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_MinimalBoot.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_Minimal.vhd] 0:00:00.210462

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_Minimal.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_Minimal.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_Minimal.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_Minimal.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_Minimal.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_stdlogic.vhd] 0:00:00.213777

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_stdlogic.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_stdlogic.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_stdlogic.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_stdlogic.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_stdlogic.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_UP5KDemo.vhd] 0:00:00.214212

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_UP5KDemo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_UP5KDemo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_UP5KDemo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_UP5KDemo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/templates/processor/neorv32_ProcessorTop_UP5KDemo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cfs.vhd] 0:00:00.209889

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cfs.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cfs.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cfs.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cfs.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cfs.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_uart.vhd] 0:00:00.208361

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_uart.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_uart.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_uart.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_uart.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_uart.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_alu.vhd] 0:00:00.213682

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_alu.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_alu.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_alu.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_alu.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_alu.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_decompressor.vhd] 0:00:00.212091

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_decompressor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_decompressor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_decompressor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_decompressor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_decompressor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_wdt.vhd] 0:00:00.217134

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_wdt.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_wdt.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_wdt.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_wdt.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_wdt.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_boot_rom.vhd] 0:00:00.216155

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_boot_rom.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_boot_rom.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_boot_rom.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_boot_rom.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_boot_rom.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_pwm.vhd] 0:00:00.214590

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_pwm.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_pwm.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_pwm.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_pwm.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_pwm.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_regfile.vhd] 0:00:00.213723

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_regfile.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_regfile.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_regfile.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_regfile.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_regfile.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_gpio.vhd] 0:00:00.213290

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_gpio.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_gpio.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_gpio.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_gpio.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_gpio.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_busswitch.vhd] 0:00:00.211505

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_busswitch.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_busswitch.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_busswitch.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_busswitch.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_busswitch.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_shifter.vhd] 0:00:00.211932

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_shifter.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_shifter.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_shifter.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_shifter.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_shifter.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_xirq.vhd] 0:00:00.209105

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_xirq.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_xirq.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_xirq.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_xirq.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_xirq.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_icache.vhd] 0:00:00.213898

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_icache.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_icache.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_icache.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_icache.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_icache.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_control.vhd] 0:00:00.211595

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_control.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_control.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_control.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_control.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_control.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_bus_keeper.vhd] 0:00:00.207388

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_bus_keeper.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_bus_keeper.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_bus_keeper.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_bus_keeper.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_bus_keeper.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_debug_dtm.vhd] 0:00:00.210705

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_debug_dtm.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_debug_dtm.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_debug_dtm.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_debug_dtm.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_debug_dtm.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_slink.vhd] 0:00:00.213367

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_slink.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_slink.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_slink.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_slink.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_slink.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_top.vhd] 0:00:00.214896

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_top.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_top.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_top.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_top.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_top.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_fpu.vhd] 0:00:00.208074

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_fpu.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_fpu.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_fpu.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_fpu.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_fpu.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_sysinfo.vhd] 0:00:00.209140

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_sysinfo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_sysinfo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_sysinfo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_sysinfo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_sysinfo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_application_image.vhd] 0:00:00.209527

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_application_image.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_application_image.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_application_image.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_application_image.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_application_image.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_debug_dm.vhd] 0:00:00.214592

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_debug_dm.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_debug_dm.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_debug_dm.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_debug_dm.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_debug_dm.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_wishbone.vhd] 0:00:00.210285

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_wishbone.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_wishbone.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_wishbone.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_wishbone.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_wishbone.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_mtime.vhd] 0:00:00.211023

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_mtime.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_mtime.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_mtime.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_mtime.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_mtime.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_imem.vhd] 0:00:00.210184

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_imem.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_imem.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_imem.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_imem.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_imem.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu.vhd] 0:00:00.209553

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_spi.vhd] 0:00:00.212780

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_spi.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_spi.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_spi.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_spi.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_spi.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_package.vhd] 0:00:00.219785

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_package.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_package.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_package.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_package.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_package.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_twi.vhd] 0:00:00.211785

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_twi.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_twi.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_twi.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_twi.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_twi.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_bootloader_image.vhd] 0:00:00.209924

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_bootloader_image.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_bootloader_image.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_bootloader_image.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_bootloader_image.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_bootloader_image.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_neoled.vhd] 0:00:00.210876

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_neoled.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_neoled.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_neoled.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_neoled.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_neoled.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_bus.vhd] 0:00:00.209212

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_bus.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_bus.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_bus.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_bus.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_bus.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_muldiv.vhd] 0:00:00.212991

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_muldiv.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_muldiv.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_muldiv.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_muldiv.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_cpu_cp_muldiv.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_dmem.vhd] 0:00:00.211161

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_dmem.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_dmem.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_dmem.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_dmem.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_dmem.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_trng.vhd] 0:00:00.212846

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_trng.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_trng.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_trng.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_trng.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_trng.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_fifo.vhd] 0:00:00.210763

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_fifo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_fifo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_fifo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_fifo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/rtl/core/neorv32_fifo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx.simple.vhd] 0:00:00.211602

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx.simple.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx.simple.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx.simple.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx.simple.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx.simple.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_imem.simple.vhd] 0:00:00.210053

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_imem.simple.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_imem.simple.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_imem.simple.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_imem.simple.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_imem.simple.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_tb.simple.vhd] 0:00:00.210060

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_tb.simple.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_tb.simple.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_tb.simple.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_tb.simple.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_tb.simple.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx.vhd] 0:00:00.208091

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx_pkg.vhd] 0:00:00.211218

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/uart_rx_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_tb.vhd] 0:00:00.210225

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/NEORV32/sim/neorv32_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_08.vhd] 0:00:00.208861

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_and_multiple.vhd] 0:00:00.207442

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_and_multiple.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_and_multiple.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_and_multiple.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_and_multiple.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_and_multiple.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_09a.vhd] 0:00:00.208983

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_09a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_09a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_09a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_09a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_09a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_03.vhd] 0:00:00.208911

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_04a.vhd] 0:00:00.213046

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_04a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_04a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_04a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_04a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_04a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_10.vhd] 0:00:00.211810

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/byte_swap.vhd] 0:00:00.214457

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/byte_swap.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/byte_swap.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/byte_swap.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/byte_swap.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/byte_swap.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/computer.vhd] 0:00:00.214097

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/computer.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/computer.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/computer.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/computer.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/computer.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_17a.vhd] 0:00:00.213403

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_17a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_17a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_17a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_17a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_17a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_02a.vhd] 0:00:00.211861

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_02a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_02a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_02a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_02a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_02a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_06a.vhd] 0:00:00.211944

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_06a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_06a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_06a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_06a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_06a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/and_multiple.vhd] 0:00:00.210692

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/and_multiple.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/and_multiple.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/and_multiple.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/and_multiple.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/and_multiple.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_11a.vhd] 0:00:00.211495

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_11a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_11a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_11a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_11a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_11a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_16.vhd] 0:00:00.211327

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_16.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_16.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_16.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_16.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_16.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_15.vhd] 0:00:00.212182

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_15.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_15.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_15.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_15.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_15.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_byte_swap.vhd] 0:00:00.210897

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_byte_swap.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_byte_swap.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_byte_swap.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_byte_swap.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_byte_swap.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/coeff_ram.vhd] 0:00:00.213042

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/coeff_ram.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/coeff_ram.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/coeff_ram.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/coeff_ram.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/coeff_ram.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_13.vhd] 0:00:00.213797

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_07a.vhd] 0:00:00.208815

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_07a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_07a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_07a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_07a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_07a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_05.vhd] 0:00:00.208625

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_coeff_ram.vhd] 0:00:00.210753

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_coeff_ram.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_coeff_ram.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_coeff_ram.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_coeff_ram.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/tb_coeff_ram.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_01.vhd] 0:00:00.212063

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_14a.vhd] 0:00:00.211734

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_14a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_14a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_14a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_14a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_14a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/transmission_lines.vhd] 0:00:00.212245

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/transmission_lines.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/transmission_lines.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/transmission_lines.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/transmission_lines.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/transmission_lines.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_12.vhd] 0:00:00.212551

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/inline_12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/modem_controller.vhd] 0:00:00.213219

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/modem_controller.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/modem_controller.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/modem_controller.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/modem_controller.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/composite-data/modem_controller.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_02.vhd] 0:00:00.212767

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_08.vhd] 0:00:00.213827

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/lessthan.vhd] 0:00:00.215893

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/lessthan.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/lessthan.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/lessthan.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/lessthan.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/lessthan.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_03.vhd] 0:00:00.215113

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_04a.vhd] 0:00:00.216585

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_04a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_04a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_04a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_04a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_04a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_06.vhd] 0:00:00.216940

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu.vhd] 0:00:00.216634

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu_types.vhd] 0:00:00.221862

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu_types.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu_types.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu_types.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu_types.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu_types.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/tb_bit_vector_signed_arithmetic.vhd] 0:00:00.213224

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/tb_bit_vector_signed_arithmetic.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/tb_bit_vector_signed_arithmetic.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/tb_bit_vector_signed_arithmetic.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/tb_bit_vector_signed_arithmetic.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/tb_bit_vector_signed_arithmetic.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_09.vhd] 0:00:00.213660

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/address_decoder.vhd] 0:00:00.217910

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/address_decoder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/address_decoder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/address_decoder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/address_decoder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/address_decoder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/analog_output_interface.vhd] 0:00:00.217099

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/analog_output_interface.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/analog_output_interface.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/analog_output_interface.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/analog_output_interface.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/analog_output_interface.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/bit_vector_signed_arithmetic.vhd] 0:00:00.214699

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/bit_vector_signed_arithmetic.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/bit_vector_signed_arithmetic.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/bit_vector_signed_arithmetic.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/bit_vector_signed_arithmetic.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/bit_vector_signed_arithmetic.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/tb_address_decoder.vhd] 0:00:00.214342

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/tb_address_decoder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/tb_address_decoder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/tb_address_decoder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/tb_address_decoder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/tb_address_decoder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/test_alu.vhd] 0:00:00.214435

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/test_alu.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/test_alu.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/test_alu.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/test_alu.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/test_alu.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu-1.vhd] 0:00:00.214341

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_05.vhd] 0:00:00.217104

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_01.vhd] 0:00:00.218987

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/inline_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/bus_sequencer-1.vhd] 0:00:00.211232

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/bus_sequencer-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/bus_sequencer-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/bus_sequencer-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/bus_sequencer-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/bus_sequencer-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/io_controller-1.vhd] 0:00:00.211794

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/io_controller-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/io_controller-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/io_controller-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/io_controller-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/io_controller-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu_types-1.vhd] 0:00:00.210106

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu_types-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu_types-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu_types-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu_types-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/cpu_types-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/clock_power_pkg.vhd] 0:00:00.209440

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/clock_power_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/clock_power_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/clock_power_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/clock_power_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/packages/clock_power_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_05a.vhd] 0:00:00.210693

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_05a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_05a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_05a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_05a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_05a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/tb_volume_sensor.vhd] 0:00:00.212365

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/tb_volume_sensor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/tb_volume_sensor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/tb_volume_sensor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/tb_volume_sensor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/tb_volume_sensor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inverting_integrator.vhd] 0:00:00.208131

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inverting_integrator.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inverting_integrator.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inverting_integrator.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inverting_integrator.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inverting_integrator.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_01a.vhd] 0:00:00.208000

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_01a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_01a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_01a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_01a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_01a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_03a.vhd] 0:00:00.211509

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_03a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_03a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_03a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_03a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_03a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_04a.vhd] 0:00:00.214703

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_04a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_04a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_04a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_04a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_04a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_02a.vhd] 0:00:00.210434

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_02a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_02a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_02a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_02a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/inline_02a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/dff.vhd] 0:00:00.210996

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/dff.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/dff.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/dff.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/dff.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/dff.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/active_filter.vhd] 0:00:00.210199

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/active_filter.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/active_filter.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/active_filter.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/active_filter.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/active_filter.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/volume_sensor.vhd] 0:00:00.209873

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/volume_sensor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/volume_sensor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/volume_sensor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/volume_sensor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/design-processing/volume_sensor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_08.vhd] 0:00:00.212121

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_05a.vhd] 0:00:00.211805

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_05a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_05a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_05a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_05a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_05a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_09a.vhd] 0:00:00.208891

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_09a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_09a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_09a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_09a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_09a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_03.vhd] 0:00:00.208365

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_06.vhd] 0:00:00.212946

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_02a.vhd] 0:00:00.213494

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_02a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_02a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_02a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_02a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_02a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/timer.vhd] 0:00:00.215239

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/timer.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/timer.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/timer.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/timer.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/timer.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/control_unit.vhd] 0:00:00.217376

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/control_unit.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/control_unit.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/control_unit.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/control_unit.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/control_unit.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_07.vhd] 0:00:00.214238

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_01.vhd] 0:00:00.213579

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/inline_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/tb_timer_w_stim.vhd] 0:00:00.212658

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/tb_timer_w_stim.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/tb_timer_w_stim.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/tb_timer_w_stim.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/tb_timer_w_stim.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/tb_timer_w_stim.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/multiple_opamp.vhd] 0:00:00.213180

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/multiple_opamp.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/multiple_opamp.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/multiple_opamp.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/multiple_opamp.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/multiple_opamp.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/adc.vhd] 0:00:00.213024

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/adc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/adc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/adc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/adc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/adc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/reg.vhd] 0:00:00.324236

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/reg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/reg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/reg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/reg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generics/reg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/vc_amp.vhd] 0:00:00.211995

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/vc_amp.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/vc_amp.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/vc_amp.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/vc_amp.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/vc_amp.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/propulsion.vhd] 0:00:00.216471

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/propulsion.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/propulsion.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/propulsion.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/propulsion.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/propulsion.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/resistor.vhd] 0:00:00.212619

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/resistor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/resistor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/resistor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/resistor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/resistor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/tb_adc.vhd] 0:00:00.210096

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/tb_adc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/tb_adc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/tb_adc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/tb_adc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/tb_adc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/test_bench-1.vhd] 0:00:00.211836

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/test_bench-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/test_bench-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/test_bench-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/test_bench-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/test_bench-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/comparator.vhd] 0:00:00.210082

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/comparator.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/comparator.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/comparator.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/comparator.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/comparator.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_control_system.vhd] 0:00:00.210408

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_control_system.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_control_system.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_control_system.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_control_system.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_control_system.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/d_ff.vhd] 0:00:00.209338

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/d_ff.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/d_ff.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/d_ff.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/d_ff.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/d_ff.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_quad_opamp.vhd] 0:00:00.214090

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_quad_opamp.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_quad_opamp.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_quad_opamp.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_quad_opamp.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_quad_opamp.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/comparator-1.vhd] 0:00:00.208582

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/comparator-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/comparator-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/comparator-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/comparator-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/comparator-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/piston.vhd] 0:00:00.213184

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/piston.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/piston.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/piston.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/piston.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/piston.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_15a.vhd] 0:00:00.213314

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_15a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_15a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_15a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_15a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_15a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_05a.vhd] 0:00:00.210590

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_05a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_05a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_05a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_05a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_05a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/pendulum_wa.vhd] 0:00:00.212411

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/pendulum_wa.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/pendulum_wa.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/pendulum_wa.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/pendulum_wa.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/pendulum_wa.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inverting_integrator.vhd] 0:00:00.212173

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inverting_integrator.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inverting_integrator.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inverting_integrator.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inverting_integrator.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inverting_integrator.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/capacitor.vhd] 0:00:00.210426

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/capacitor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/capacitor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/capacitor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/capacitor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/capacitor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_01a.vhd] 0:00:00.215817

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_01a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_01a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_01a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_01a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_01a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_09a.vhd] 0:00:00.215652

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_09a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_09a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_09a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_09a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_09a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_04a.vhd] 0:00:00.212017

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_04a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_04a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_04a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_04a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_04a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_03a.vhd] 0:00:00.207494

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_03a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_03a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_03a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_03a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_03a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/transmission_line.vhd] 0:00:00.212513

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/transmission_line.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/transmission_line.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/transmission_line.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/transmission_line.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/transmission_line.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inductor.vhd] 0:00:00.210723

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inductor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inductor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inductor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inductor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inductor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/pendulum.vhd] 0:00:00.212709

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/pendulum.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/pendulum.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/pendulum.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/pendulum.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/pendulum.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inductor-1.vhd] 0:00:00.211385

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inductor-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inductor-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inductor-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inductor-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inductor-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_20a.vhd] 0:00:00.211347

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_20a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_20a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_20a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_20a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_20a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_24a.vhd] 0:00:00.210586

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_24a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_24a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_24a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_24a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_24a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_comparator-1.vhd] 0:00:00.212355

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_comparator-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_comparator-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_comparator-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_comparator-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_comparator-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_std_logic_to_analog.vhd] 0:00:00.209924

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_std_logic_to_analog.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_std_logic_to_analog.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_std_logic_to_analog.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_std_logic_to_analog.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_std_logic_to_analog.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_analog_switch.vhd] 0:00:00.213322

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_analog_switch.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_analog_switch.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_analog_switch.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_analog_switch.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_analog_switch.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_17a.vhd] 0:00:00.212237

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_17a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_17a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_17a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_17a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_17a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_02a.vhd] 0:00:00.209589

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_02a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_02a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_02a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_02a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_02a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/quad_opamp.vhd] 0:00:00.209310

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/quad_opamp.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/quad_opamp.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/quad_opamp.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/quad_opamp.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/quad_opamp.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_21a.vhd] 0:00:00.209103

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_21a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_21a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_21a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_21a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_21a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_06a.vhd] 0:00:00.209250

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_06a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_06a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_06a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_06a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_06a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_11a.vhd] 0:00:00.217143

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_11a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_11a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_11a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_11a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_11a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/timer.vhd] 0:00:00.214734

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/timer.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/timer.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/timer.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/timer.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/timer.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_transmission_line.vhd] 0:00:00.210641

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_transmission_line.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_transmission_line.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_transmission_line.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_transmission_line.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_transmission_line.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/dac_12_bit.vhd] 0:00:00.212404

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/dac_12_bit.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/dac_12_bit.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/dac_12_bit.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/dac_12_bit.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/dac_12_bit.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/control_system.vhd] 0:00:00.213130

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/control_system.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/control_system.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/control_system.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/control_system.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/control_system.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/triangle_waveform_wa.vhd] 0:00:00.223972

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/triangle_waveform_wa.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/triangle_waveform_wa.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/triangle_waveform_wa.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/triangle_waveform_wa.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/triangle_waveform_wa.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/ball_wa.vhd] 0:00:00.209452

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/ball_wa.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/ball_wa.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/ball_wa.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/ball_wa.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/ball_wa.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_moving_mass.vhd] 0:00:00.236945

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_moving_mass.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_moving_mass.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_moving_mass.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_moving_mass.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_moving_mass.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_piston.vhd] 0:00:00.210458

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_piston.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_piston.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_piston.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_piston.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_piston.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_08a.vhd] 0:00:00.219193

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_08a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_08a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_08a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_08a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_08a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_13a.vhd] 0:00:00.207423

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_13a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_13a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_13a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_13a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_13a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_22a.vhd] 0:00:00.209754

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_22a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_22a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_22a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_22a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_22a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_19a.vhd] 0:00:00.211953

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_19a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_19a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_19a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_19a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_19a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/bit_to_analog.vhd] 0:00:00.208631

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/bit_to_analog.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/bit_to_analog.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/bit_to_analog.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/bit_to_analog.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/bit_to_analog.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/transmission_line_wa.vhd] 0:00:00.208035

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/transmission_line_wa.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/transmission_line_wa.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/transmission_line_wa.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/transmission_line_wa.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/transmission_line_wa.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/diode.vhd] 0:00:00.207739

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/diode.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/diode.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/diode.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/diode.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/diode.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_diode.vhd] 0:00:00.208553

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_diode.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_diode.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_diode.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_diode.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_diode.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/triangle_waveform.vhd] 0:00:00.208916

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/triangle_waveform.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/triangle_waveform.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/triangle_waveform.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/triangle_waveform.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/triangle_waveform.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_07a.vhd] 0:00:00.209027

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_07a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_07a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_07a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_07a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_07a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_comparator.vhd] 0:00:00.209666

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_comparator.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_comparator.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_comparator.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_comparator.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_comparator.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/analog_switch.vhd] 0:00:00.211831

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/analog_switch.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/analog_switch.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/analog_switch.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/analog_switch.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/analog_switch.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_inv_integrator.vhd] 0:00:00.210412

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_inv_integrator.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_inv_integrator.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_inv_integrator.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_inv_integrator.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_inv_integrator.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_bit_to_analog.vhd] 0:00:00.210006

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_bit_to_analog.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_bit_to_analog.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_bit_to_analog.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_bit_to_analog.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_bit_to_analog.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp-1.vhd] 0:00:00.208795

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/variable_comparator.vhd] 0:00:00.214827

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/variable_comparator.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/variable_comparator.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/variable_comparator.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/variable_comparator.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/variable_comparator.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_12a.vhd] 0:00:00.212550

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_12a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_12a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_12a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_12a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_12a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_16a.vhd] 0:00:00.210988

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_16a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_16a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_16a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_16a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_16a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/resistor.vhd] 0:00:00.206998

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/resistor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/resistor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/resistor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/resistor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/resistor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/ball.vhd] 0:00:00.209022

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/ball.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/ball.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/ball.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/ball.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/ball.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_14a.vhd] 0:00:00.208394

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_14a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_14a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_14a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_14a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_14a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_18a.vhd] 0:00:00.209073

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_18a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_18a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_18a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_18a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_18a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp_wa-1.vhd] 0:00:00.209449

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp_wa-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp_wa-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp_wa-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp_wa-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp_wa-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/comparator.vhd] 0:00:00.215021

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/comparator.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/comparator.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/comparator.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/comparator.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/comparator.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_variable_comparator.vhd] 0:00:00.211165

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_variable_comparator.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_variable_comparator.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_variable_comparator.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_variable_comparator.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_variable_comparator.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp.vhd] 0:00:00.213395

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/opamp.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_10a.vhd] 0:00:00.212427

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_10a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_10a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_10a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_10a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_10a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/std_logic_to_analog.vhd] 0:00:00.213421

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/std_logic_to_analog.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/std_logic_to_analog.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/std_logic_to_analog.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/std_logic_to_analog.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/std_logic_to_analog.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/moving_mass.vhd] 0:00:00.210843

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/moving_mass.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/moving_mass.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/moving_mass.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/moving_mass.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/moving_mass.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_23a.vhd] 0:00:00.209348

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_23a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_23a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_23a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_23a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/inline_23a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_triangle_waveform.vhd] 0:00:00.209093

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_triangle_waveform.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_triangle_waveform.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_triangle_waveform.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_triangle_waveform.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/tb_triangle_waveform.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/quad_opamp_wa.vhd] 0:00:00.213531

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/quad_opamp_wa.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/quad_opamp_wa.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/quad_opamp_wa.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/quad_opamp_wa.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/quad_opamp_wa.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/moving_mass_wa.vhd] 0:00:00.210325

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/moving_mass_wa.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/moving_mass_wa.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/moving_mass_wa.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/moving_mass_wa.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/moving_mass_wa.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_2in_switch.vhd] 0:00:00.207445

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_2in_switch.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_2in_switch.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_2in_switch.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_2in_switch.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_2in_switch.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/dac_10_bit.vhd] 0:00:00.208335

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/dac_10_bit.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/dac_10_bit.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/dac_10_bit.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/dac_10_bit.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/dac_10_bit.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_a2d_d2a.vhd] 0:00:00.209461

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_a2d_d2a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_a2d_d2a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_a2d_d2a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_a2d_d2a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_a2d_d2a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_CS1.vhd] 0:00:00.211365

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_CS1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_CS1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_CS1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_CS1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/tb_CS1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/a2d_nbit.vhd] 0:00:00.206833

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/a2d_nbit.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/a2d_nbit.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/a2d_nbit.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/a2d_nbit.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/a2d_nbit.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/switch_dig_2in.vhd] 0:00:00.207696

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/switch_dig_2in.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/switch_dig_2in.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/switch_dig_2in.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/switch_dig_2in.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS1_Mixed_Sig/switch_dig_2in.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_01a.vhd] 0:00:00.207749

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_01a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_01a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_01a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_01a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_01a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_02.vhd] 0:00:00.214634

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_06.vhd] 0:00:00.208765

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_03a.vhd] 0:00:00.209870

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_03a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_03a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_03a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_03a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_03a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/tb_function_plus.vhd] 0:00:00.208402

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/tb_function_plus.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/tb_function_plus.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/tb_function_plus.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/tb_function_plus.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/tb_function_plus.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/function_plus.vhd] 0:00:00.207254

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/function_plus.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/function_plus.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/function_plus.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/function_plus.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/function_plus.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_04.vhd] 0:00:00.209228

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/DMA_controller_types_and_utilities.vhd] 0:00:00.209189

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/DMA_controller_types_and_utilities.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/DMA_controller_types_and_utilities.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/DMA_controller_types_and_utilities.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/DMA_controller_types_and_utilities.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/DMA_controller_types_and_utilities.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/controller_system.vhd] 0:00:00.211497

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/controller_system.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/controller_system.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/controller_system.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/controller_system.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/controller_system.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/DMA_controller.vhd] 0:00:00.210567

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/DMA_controller.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/DMA_controller.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/DMA_controller.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/DMA_controller.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/DMA_controller.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/safety_switch.vhd] 0:00:00.258744

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/safety_switch.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/safety_switch.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/safety_switch.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/safety_switch.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/safety_switch.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_05.vhd] 0:00:00.211087

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/aliases/inline_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/int_types.vhd] 0:00:00.209159

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/int_types.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/int_types.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/int_types.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/int_types.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/int_types.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/inline_01a.vhd] 0:00:00.208412

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/inline_01a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/inline_01a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/inline_01a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/inline_01a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/inline_01a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/ent.vhd] 0:00:00.207581

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/ent.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/ent.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/ent.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/ent.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/ent.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/small_adder.vhd] 0:00:00.205564

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/small_adder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/small_adder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/small_adder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/small_adder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/scalar-data/small_adder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/words.vhd] 0:00:00.206650

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/words.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/words.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/words.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/words.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/words.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_02.vhd] 0:00:00.206481

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/resolved.vhd] 0:00:00.211763

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/resolved.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/resolved.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/resolved.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/resolved.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/resolved.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_03.vhd] 0:00:00.208571

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/synchronize.vhd] 0:00:00.220787

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/synchronize.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/synchronize.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/synchronize.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/synchronize.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/synchronize.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/misc_logic.vhd] 0:00:00.212706

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/misc_logic.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/misc_logic.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/misc_logic.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/misc_logic.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/misc_logic.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_01.vhd] 0:00:00.211291

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/inline_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/resolve_tri_state_logic.vhd] 0:00:00.208704

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/resolve_tri_state_logic.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/resolve_tri_state_logic.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/resolve_tri_state_logic.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/resolve_tri_state_logic.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/resolve_tri_state_logic.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/synchronized_module.vhd] 0:00:00.210416

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/synchronized_module.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/synchronized_module.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/synchronized_module.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/synchronized_module.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/synchronized_module.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/memory_system.vhd] 0:00:00.209537

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/memory_system.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/memory_system.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/memory_system.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/memory_system.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/memory_system.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/MVL4.vhd] 0:00:00.213962

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/MVL4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/MVL4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/MVL4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/MVL4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/MVL4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/tri_state_buffer.vhd] 0:00:00.212439

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/tri_state_buffer.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/tri_state_buffer.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/tri_state_buffer.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/tri_state_buffer.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/tri_state_buffer.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/bus_based_system.vhd] 0:00:00.208974

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/bus_based_system.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/bus_based_system.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/bus_based_system.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/bus_based_system.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/bus_based_system.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/computer_system.vhd] 0:00:00.207676

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/computer_system.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/computer_system.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/computer_system.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/computer_system.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/resolution/computer_system.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter_full.vhd] 0:00:00.214824

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter_full.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter_full.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter_full.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter_full.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter_full.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter_down_to_device_level.vhd] 0:00:00.207830

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter_down_to_device_level.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter_down_to_device_level.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter_down_to_device_level.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter_down_to_device_level.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter_down_to_device_level.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter.vhd] 0:00:00.208290

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/notch_filter.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_04a.vhd] 0:00:00.208483

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_04a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_04a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_04a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_04a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_04a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/opamp_mosfets.vhd] 0:00:00.211380

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/opamp_mosfets.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/opamp_mosfets.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/opamp_mosfets.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/opamp_mosfets.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/opamp_mosfets.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/brake_system.vhd] 0:00:00.211930

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/brake_system.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/brake_system.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/brake_system.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/brake_system.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/brake_system.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/interlock_control.vhd] 0:00:00.209095

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/interlock_control.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/interlock_control.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/interlock_control.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/interlock_control.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/interlock_control.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/reg-1.vhd] 0:00:00.208730

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/reg-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/reg-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/reg-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/reg-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/reg-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_02a.vhd] 0:00:00.210171

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_02a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_02a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_02a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_02a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_02a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/misc_logic.vhd] 0:00:00.209824

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/misc_logic.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/misc_logic.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/misc_logic.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/misc_logic.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/misc_logic.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/control_section.vhd] 0:00:00.209954

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/control_section.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/control_section.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/control_section.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/control_section.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/control_section.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/fm_radio.vhd] 0:00:00.208223

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/fm_radio.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/fm_radio.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/fm_radio.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/fm_radio.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/fm_radio.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/computer_structure.vhd] 0:00:00.211457

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/computer_structure.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/computer_structure.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/computer_structure.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/computer_structure.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/computer_structure.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/intermediate.vhd] 0:00:00.209506

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/intermediate.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/intermediate.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/intermediate.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/intermediate.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/intermediate.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/logic_block.vhd] 0:00:00.207844

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/logic_block.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/logic_block.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/logic_block.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/logic_block.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/logic_block.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/single_board_computer.vhd] 0:00:00.208270

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/single_board_computer.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/single_board_computer.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/single_board_computer.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/single_board_computer.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/single_board_computer.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_05.vhd] 0:00:00.207472

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/inline_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/automotive_valve_defs.vhd] 0:00:00.213459

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/automotive_valve_defs.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/automotive_valve_defs.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/automotive_valve_defs.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/automotive_valve_defs.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/automotive_valve_defs.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/misc_logic_reconfigured.vhd] 0:00:00.208620

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/misc_logic_reconfigured.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/misc_logic_reconfigured.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/misc_logic_reconfigured.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/misc_logic_reconfigured.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/misc_logic_reconfigured.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/interlock_control_with_estimates.vhd] 0:00:00.206691

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/interlock_control_with_estimates.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/interlock_control_with_estimates.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/interlock_control_with_estimates.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/interlock_control_with_estimates.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/interlock_control_with_estimates.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/opamp.vhd] 0:00:00.209267

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/opamp.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/opamp.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/opamp.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/opamp.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/opamp.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/decoder_3_to_8.vhd] 0:00:00.209359

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/decoder_3_to_8.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/decoder_3_to_8.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/decoder_3_to_8.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/decoder_3_to_8.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/decoder_3_to_8.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/successive_approx_adc.vhd] 0:00:00.210943

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/successive_approx_adc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/successive_approx_adc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/successive_approx_adc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/successive_approx_adc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/successive_approx_adc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/controller_with_timing-1.vhd] 0:00:00.215204

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/controller_with_timing-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/controller_with_timing-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/controller_with_timing-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/controller_with_timing-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/controller_with_timing-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/sensor_interface_with_timing.vhd] 0:00:00.209593

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/sensor_interface_with_timing.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/sensor_interface_with_timing.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/sensor_interface_with_timing.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/sensor_interface_with_timing.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/sensor_interface_with_timing.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/computer_system.vhd] 0:00:00.210964

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/computer_system.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/computer_system.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/computer_system.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/computer_system.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/computer_system.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/sensor_interface.vhd] 0:00:00.211682

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/sensor_interface.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/sensor_interface.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/sensor_interface.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/sensor_interface.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/sensor_interface.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/automotive_valve.vhd] 0:00:00.211616

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/automotive_valve.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/automotive_valve.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/automotive_valve.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/automotive_valve.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/components-and-configs/automotive_valve.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_08.vhd] 0:00:00.209567

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_02.vhd] 0:00:00.207746

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_10.vhd] 0:00:00.206920

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_03.vhd] 0:00:00.205711

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/tb_cache.vhd] 0:00:00.211531

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/tb_cache.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/tb_cache.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/tb_cache.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/tb_cache.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/tb_cache.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_06.vhd] 0:00:00.209585

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/tb_ROM.vhd] 0:00:00.210086

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/tb_ROM.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/tb_ROM.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/tb_ROM.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/tb_ROM.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/tb_ROM.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/cache.vhd] 0:00:00.208516

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/cache.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/cache.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/cache.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/cache.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/cache.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/read_transform.vhd] 0:00:00.210559

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/read_transform.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/read_transform.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/read_transform.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/read_transform.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/read_transform.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/bus_monitor.vhd] 0:00:00.209747

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/bus_monitor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/bus_monitor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/bus_monitor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/bus_monitor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/bus_monitor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/ROM.vhd] 0:00:00.217413

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/ROM.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/ROM.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/ROM.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/ROM.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/ROM.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_09.vhd] 0:00:00.210198

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/read_array.vhd] 0:00:00.211109

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/read_array.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/read_array.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/read_array.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/read_array.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/read_array.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/textio.vhd] 0:00:00.211439

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/textio.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/textio.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/textio.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/textio.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/textio.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_05.vhd] 0:00:00.211207

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_04.vhd] 0:00:00.209989

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulate_network.vhd] 0:00:00.210930

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulate_network.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulate_network.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulate_network.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulate_network.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulate_network.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_01.vhd] 0:00:00.208694

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/inline_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulus_generator.vhd] 0:00:00.207533

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulus_generator.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulus_generator.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulus_generator.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulus_generator.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulus_generator.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/CPU.vhd] 0:00:00.207847

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/CPU.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/CPU.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/CPU.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/CPU.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/CPU.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_02.vhd] 0:00:00.209849

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulus_interpreter-1.vhd] 0:00:00.206280

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulus_interpreter-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulus_interpreter-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulus_interpreter-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulus_interpreter-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/stimulus_interpreter-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_03.vhd] 0:00:00.208479

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_08.vhd] 0:00:00.207405

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_counter.vhd] 0:00:00.209021

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_counter.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_counter.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_counter.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_counter.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_counter.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_04a.vhd] 0:00:00.206428

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_04a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_04a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_04a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_04a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_04a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_17.vhd] 0:00:00.205510

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_17.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_17.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_17.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_17.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_17.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_06.vhd] 0:00:00.209975

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_11.vhd] 0:00:00.206928

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/counter.vhd] 0:00:00.206058

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/counter.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/counter.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/counter.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/counter.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/counter.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_09.vhd] 0:00:00.228084

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_SR_flipflop.vhd] 0:00:00.209840

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_SR_flipflop.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_SR_flipflop.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_SR_flipflop.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_SR_flipflop.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_SR_flipflop.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/mux4.vhd] 0:00:00.210226

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/mux4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/mux4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/mux4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/mux4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/mux4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_16.vhd] 0:00:00.211403

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_16.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_16.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_16.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_16.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_16.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/cos.vhd] 0:00:00.206194

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/cos.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/cos.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/cos.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/cos.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/cos.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_15.vhd] 0:00:00.206809

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_15.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_15.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_15.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_15.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_15.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/counter-1.vhd] 0:00:00.213283

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/counter-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/counter-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/counter-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/counter-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/counter-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_cos.vhd] 0:00:00.212384

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_cos.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_cos.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_cos.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_cos.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_cos.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_counter-1.vhd] 0:00:00.210534

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_counter-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_counter-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_counter-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_counter-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_counter-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_13.vhd] 0:00:00.210138

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/SR_flipflop.vhd] 0:00:00.211101

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/SR_flipflop.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/SR_flipflop.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/SR_flipflop.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/SR_flipflop.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/SR_flipflop.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_07.vhd] 0:00:00.208863

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_18.vhd] 0:00:00.208054

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_18.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_18.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_18.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_18.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_18.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_edge_triggered_register.vhd] 0:00:00.209746

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_edge_triggered_register.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_edge_triggered_register.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_edge_triggered_register.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_edge_triggered_register.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_edge_triggered_register.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_mux4.vhd] 0:00:00.208261

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_mux4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_mux4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_mux4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_mux4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_mux4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_cos-1.vhd] 0:00:00.209564

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_cos-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_cos-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_cos-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_cos-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_cos-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_01.vhd] 0:00:00.212553

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_05.vhd] 0:00:00.210995

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_14.vhd] 0:00:00.206417

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_14.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_14.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_14.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_14.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_14.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/thermostat-1.vhd] 0:00:00.207213

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/thermostat-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/thermostat-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/thermostat-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/thermostat-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/thermostat-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_12.vhd] 0:00:00.206739

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_19.vhd] 0:00:00.208506

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_19.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_19.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_19.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_19.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_19.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/max3.vhd] 0:00:00.208417

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/max3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/max3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/max3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/max3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/max3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_10a.vhd] 0:00:00.208524

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_10a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_10a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_10a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_10a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/inline_10a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_max3.vhd] 0:00:00.220683

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_max3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_max3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_max3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_max3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/tb_max3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/edge_triggered_register.vhd] 0:00:00.207591

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/edge_triggered_register.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/edge_triggered_register.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/edge_triggered_register.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/edge_triggered_register.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/sequential-statements/edge_triggered_register.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gear_rv_r.vhd] 0:00:00.211061

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gear_rv_r.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gear_rv_r.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gear_rv_r.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gear_rv_r.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gear_rv_r.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/limiter.vhd] 0:00:00.208434

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/limiter.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/limiter.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/limiter.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/limiter.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/limiter.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Z_Domain_ZTF.vhd] 0:00:00.212526

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Z_Domain_ZTF.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Z_Domain_ZTF.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Z_Domain_ZTF.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Z_Domain_ZTF.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Z_Domain_ZTF.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Mech_Domain.vhd] 0:00:00.235214

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Mech_Domain.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Mech_Domain.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Mech_Domain.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Mech_Domain.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Mech_Domain.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/DC_Motor.vhd] 0:00:00.206880

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/DC_Motor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/DC_Motor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/DC_Motor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/DC_Motor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/DC_Motor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag_ztf.vhd] 0:00:00.210721

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag_ztf.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag_ztf.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag_ztf.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag_ztf.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag_ztf.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/stop_r.vhd] 0:00:00.209970

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/stop_r.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/stop_r.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/stop_r.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/stop_r.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/stop_r.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gain.vhd] 0:00:00.210471

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gain.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gain.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gain.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gain.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gain.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_S_Domain.vhd] 0:00:00.211174

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_S_Domain.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_S_Domain.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_S_Domain.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_S_Domain.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_S_Domain.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gain_e.vhd] 0:00:00.212148

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gain_e.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gain_e.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gain_e.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gain_e.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/gain_e.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag_diff.vhd] 0:00:00.212955

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag_diff.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag_diff.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag_diff.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag_diff.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag_diff.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag.vhd] 0:00:00.211197

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lead_lag.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lpf_1.vhd] 0:00:00.211676

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lpf_1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lpf_1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lpf_1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lpf_1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/lpf_1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/sum2.vhd] 0:00:00.210405

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/sum2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/sum2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/sum2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/sum2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/sum2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Z_Domain_Diff.vhd] 0:00:00.205407

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Z_Domain_Diff.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Z_Domain_Diff.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Z_Domain_Diff.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Z_Domain_Diff.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/tb_CS2_Z_Domain_Diff.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_02.vhd] 0:00:00.207112

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/tb_flipflop.vhd] 0:00:00.206308

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/tb_flipflop.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/tb_flipflop.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/tb_flipflop.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/tb_flipflop.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/tb_flipflop.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_08.vhd] 0:00:00.208666

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/clock_buffer.vhd] 0:00:00.209319

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/clock_buffer.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/clock_buffer.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/clock_buffer.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/clock_buffer.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/clock_buffer.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/gate_components.vhd] 0:00:00.210095

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/gate_components.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/gate_components.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/gate_components.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/gate_components.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/gate_components.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_03.vhd] 0:00:00.211294

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/controller.vhd] 0:00:00.211642

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/controller.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/controller.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/controller.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/controller.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/controller.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_10.vhd] 0:00:00.210509

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_06.vhd] 0:00:00.212027

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/mem_pkg.vhd] 0:00:00.209568

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/mem_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/mem_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/mem_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/mem_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/mem_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_11.vhd] 0:00:00.209349

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_09.vhd] 0:00:00.213750

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_07.vhd] 0:00:00.214981

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_04.vhd] 0:00:00.251726

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/display_interface.vhd] 0:00:00.216941

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/display_interface.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/display_interface.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/display_interface.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/display_interface.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/display_interface.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/bottom.vhd] 0:00:00.211751

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/bottom.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/bottom.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/bottom.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/bottom.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/bottom.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/voltage_defs.vhd] 0:00:00.213421

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/voltage_defs.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/voltage_defs.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/voltage_defs.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/voltage_defs.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/voltage_defs.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/flipflop.vhd] 0:00:00.215943

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/flipflop.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/flipflop.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/flipflop.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/flipflop.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/flipflop.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_05.vhd] 0:00:00.213400

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_01.vhd] 0:00:00.211609

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/inline_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/top.vhd] 0:00:00.211828

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/top.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/top.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/top.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/top.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/top.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/CPU.vhd] 0:00:00.209246

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/CPU.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/CPU.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/CPU.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/CPU.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/CPU.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/sequencer.vhd] 0:00:00.210672

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/sequencer.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/sequencer.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/sequencer.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/sequencer.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/sequencer.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/mem_read.vhd] 0:00:00.208723

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/mem_read.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/mem_read.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/mem_read.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/mem_read.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/mem_read.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/74x138.vhd] 0:00:00.210436

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/74x138.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/74x138.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/74x138.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/74x138.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/74x138.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/add_with_overflow.vhd] 0:00:00.209691

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/add_with_overflow.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/add_with_overflow.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/add_with_overflow.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/add_with_overflow.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/attributes-and-groups/add_with_overflow.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_23.vhd] 0:00:00.209625

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_23.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_23.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_23.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_23.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_23.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_02.vhd] 0:00:00.208257

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_08.vhd] 0:00:00.208933

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/and2.vhd] 0:00:00.208640

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/and2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/and2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/and2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/and2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/and2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/asym_delay.vhd] 0:00:00.209838

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/asym_delay.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/asym_delay.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/asym_delay.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/asym_delay.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/asym_delay.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/program_rom.vhd] 0:00:00.208115

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/program_rom.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/program_rom.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/program_rom.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/program_rom.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/program_rom.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_rom.vhd] 0:00:00.209185

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_rom.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_rom.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_rom.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_rom.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_rom.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/zmux-1.vhd] 0:00:00.206628

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/zmux-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/zmux-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/zmux-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/zmux-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/zmux-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_edge_triggered_Dff.vhd] 0:00:00.206313

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_edge_triggered_Dff.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_edge_triggered_Dff.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_edge_triggered_Dff.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_edge_triggered_Dff.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_edge_triggered_Dff.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_S_R_flipflop.vhd] 0:00:00.206386

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_S_R_flipflop.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_S_R_flipflop.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_S_R_flipflop.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_S_R_flipflop.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_S_R_flipflop.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_03.vhd] 0:00:00.218822

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/and_or_inv.vhd] 0:00:00.211571

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/and_or_inv.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/and_or_inv.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/and_or_inv.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/and_or_inv.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/and_or_inv.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_28a.vhd] 0:00:00.208163

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_28a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_28a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_28a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_28a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_28a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_10.vhd] 0:00:00.206798

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/mux2.vhd] 0:00:00.205508

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/mux2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/mux2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/mux2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/mux2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/mux2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_counter.vhd] 0:00:00.208927

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_counter.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_counter.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_counter.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_counter.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_counter.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/microprocessor.vhd] 0:00:00.209595

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/microprocessor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/microprocessor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/microprocessor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/microprocessor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/microprocessor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_06.vhd] 0:00:00.209389

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/edge_triggered_Dff.vhd] 0:00:00.210707

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/edge_triggered_Dff.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/edge_triggered_Dff.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/edge_triggered_Dff.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/edge_triggered_Dff.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/edge_triggered_Dff.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_17.vhd] 0:00:00.208273

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_17.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_17.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_17.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_17.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_17.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/reg4.vhd] 0:00:00.207294

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/reg4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/reg4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/reg4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/reg4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/reg4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/counter.vhd] 0:00:00.208009

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/counter.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/counter.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/counter.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/counter.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/counter.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_S_R_flipflop-1.vhd] 0:00:00.207555

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_S_R_flipflop-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_S_R_flipflop-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_S_R_flipflop-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_S_R_flipflop-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_S_R_flipflop-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen-2.vhd] 0:00:00.208988

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen-2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen-2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen-2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen-2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen-2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/S_R_flipflop.vhd] 0:00:00.212785

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/S_R_flipflop.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/S_R_flipflop.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/S_R_flipflop.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/S_R_flipflop.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/S_R_flipflop.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/rom.vhd] 0:00:00.208923

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/rom.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/rom.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/rom.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/rom.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/rom.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_11.vhd] 0:00:00.212009

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_09.vhd] 0:00:00.214390

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_16.vhd] 0:00:00.210916

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_16.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_16.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_16.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_16.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_16.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_and2.vhd] 0:00:00.206912

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_and2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_and2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_and2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_and2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_and2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_15.vhd] 0:00:00.209596

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_15.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_15.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_15.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_15.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_15.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_full_adder.vhd] 0:00:00.210053

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_full_adder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_full_adder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_full_adder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_full_adder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_full_adder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_22.vhd] 0:00:00.208904

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_22.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_22.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_22.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_22.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_22.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_mux2.vhd] 0:00:00.208302

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_mux2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_mux2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_mux2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_mux2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_mux2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/mux.vhd] 0:00:00.208857

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/mux.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/mux.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/mux.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/mux.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/mux.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_13.vhd] 0:00:00.208544

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/scheduler.vhd] 0:00:00.208898

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/scheduler.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/scheduler.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/scheduler.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/scheduler.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/scheduler.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_07.vhd] 0:00:00.206905

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_reg4.vhd] 0:00:00.208115

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_reg4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_reg4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_reg4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_reg4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_reg4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_04.vhd] 0:00:00.211097

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen.vhd] 0:00:00.211451

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/S_R_flipflop-1.vhd] 0:00:00.208373

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/S_R_flipflop-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/S_R_flipflop-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/S_R_flipflop-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/S_R_flipflop-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/S_R_flipflop-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_18.vhd] 0:00:00.208962

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_18.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_18.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_18.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_18.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_18.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen-1.vhd] 0:00:00.214640

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/clock_gen-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_24.vhd] 0:00:00.216967

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_24.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_24.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_24.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_24.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_24.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_05.vhd] 0:00:00.208930

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_01.vhd] 0:00:00.210073

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/full_adder.vhd] 0:00:00.209844

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/full_adder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/full_adder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/full_adder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/full_adder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/full_adder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_21.vhd] 0:00:00.208465

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_21.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_21.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_21.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_21.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_21.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_14.vhd] 0:00:00.211317

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_14.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_14.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_14.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_14.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_14.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_19.vhd] 0:00:00.207840

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_19.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_19.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_19.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_19.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_19.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_12.vhd] 0:00:00.209880

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/computer_system.vhd] 0:00:00.207907

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/computer_system.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/computer_system.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/computer_system.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/computer_system.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/computer_system.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/zmux.vhd] 0:00:00.207385

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/zmux.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/zmux.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/zmux.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/zmux.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/zmux.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_and_or_inv.vhd] 0:00:00.207895

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_and_or_inv.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_and_or_inv.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_and_or_inv.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_and_or_inv.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/tb_and_or_inv.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_20.vhd] 0:00:00.209881

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_20.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_20.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_20.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_20.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/inline_20.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/alu.vhd] 0:00:00.209657

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/alu.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/alu.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/alu.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/alu.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/digital-modeling/alu.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_02.vhd] 0:00:00.209249

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/test_bench.vhd] 0:00:00.216186

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/test_bench.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/test_bench.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/test_bench.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/test_bench.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/test_bench.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_04a.vhd] 0:00:00.208651

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_04a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_04a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_04a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_04a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_04a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/count2-1.vhd] 0:00:00.210310

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/count2-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/count2-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/count2-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/count2-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/count2-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_SR_flipflop.vhd] 0:00:00.208825

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_SR_flipflop.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_SR_flipflop.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_SR_flipflop.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_SR_flipflop.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_SR_flipflop.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_limit_checker.vhd] 0:00:00.211208

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_limit_checker.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_limit_checker.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_limit_checker.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_limit_checker.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_limit_checker.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/limit_checker.vhd] 0:00:00.212217

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/limit_checker.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/limit_checker.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/limit_checker.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/limit_checker.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/limit_checker.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/processor.vhd] 0:00:00.211837

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/processor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/processor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/processor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/processor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/processor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/SR_flipflop.vhd] 0:00:00.212272

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/SR_flipflop.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/SR_flipflop.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/SR_flipflop.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/SR_flipflop.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/SR_flipflop.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_count2.vhd] 0:00:00.210051

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_count2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_count2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_count2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_count2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/tb_count2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_01.vhd] 0:00:00.210051

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/misc-topics/inline_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/v_Sum.vhd] 0:00:00.208500

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/v_Sum.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/v_Sum.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/v_Sum.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/v_Sum.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/v_Sum.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/MeasFreq.vhd] 0:00:00.209342

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/MeasFreq.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/MeasFreq.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/MeasFreq.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/MeasFreq.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/MeasFreq.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/v_BPF.vhd] 0:00:00.211283

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/v_BPF.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/v_BPF.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/v_BPF.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/v_BPF.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/v_BPF.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/PLL.vhd] 0:00:00.208908

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/PLL.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/PLL.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/PLL.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/PLL.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/PLL.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_CS4_CommSys_PLL.vhd] 0:00:00.206729

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_CS4_CommSys_PLL.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_CS4_CommSys_PLL.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_CS4_CommSys_PLL.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_CS4_CommSys_PLL.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_CS4_CommSys_PLL.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/bfsk.vhd] 0:00:00.208108

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/bfsk.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/bfsk.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/bfsk.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/bfsk.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/bfsk.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_pll.vhd] 0:00:00.208417

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_pll.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_pll.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_pll.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_pll.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_pll.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/bfsk_wa.vhd] 0:00:00.211046

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/bfsk_wa.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/bfsk_wa.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/bfsk_wa.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/bfsk_wa.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/bfsk_wa.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_CS4_CommSys_det.vhd] 0:00:00.210843

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_CS4_CommSys_det.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_CS4_CommSys_det.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_CS4_CommSys_det.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_CS4_CommSys_det.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS4_RF_IC/tb_CS4_CommSys_det.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Amp_Lim.vhd] 0:00:00.204802

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Amp_Lim.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Amp_Lim.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Amp_Lim.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Amp_Lim.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Amp_Lim.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/pwl_functions.vhd] 0:00:00.207418

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/pwl_functions.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/pwl_functions.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/pwl_functions.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/pwl_functions.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/pwl_functions.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Rudder_Power.vhd] 0:00:00.208125

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Rudder_Power.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Rudder_Power.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Rudder_Power.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Rudder_Power.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Rudder_Power.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_HCL.vhd] 0:00:00.207259

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_HCL.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_HCL.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_HCL.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_HCL.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_HCL.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/prop_pwl.vhd] 0:00:00.208600

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/prop_pwl.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/prop_pwl.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/prop_pwl.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/prop_pwl.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/prop_pwl.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_CC_Rudder.vhd] 0:00:00.207190

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_CC_Rudder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_CC_Rudder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_CC_Rudder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_CC_Rudder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_CC_Rudder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/amp_lim.vhd] 0:00:00.206890

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/amp_lim.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/amp_lim.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/amp_lim.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/amp_lim.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/amp_lim.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Prop.vhd] 0:00:00.209477

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Prop.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Prop.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Prop.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Prop.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/tb_CS5_Prop.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/capacitor.vhd] 0:00:00.206541

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/capacitor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/capacitor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/capacitor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/capacitor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/capacitor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_CS3_BuckConverter_average.vhd] 0:00:00.204571

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_CS3_BuckConverter_average.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_CS3_BuckConverter_average.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_CS3_BuckConverter_average.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_CS3_BuckConverter_average.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_CS3_BuckConverter_average.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/CalcBuckParams.vhd] 0:00:00.205108

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/CalcBuckParams.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/CalcBuckParams.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/CalcBuckParams.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/CalcBuckParams.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/CalcBuckParams.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_CalcBuckParams.vhd] 0:00:00.205541

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_CalcBuckParams.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_CalcBuckParams.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_CalcBuckParams.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_CalcBuckParams.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_CalcBuckParams.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/CalcBuckParams_wa.vhd] 0:00:00.205481

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/CalcBuckParams_wa.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/CalcBuckParams_wa.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/CalcBuckParams_wa.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/CalcBuckParams_wa.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/CalcBuckParams_wa.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_BuckConverter.vhd] 0:00:00.205310

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_BuckConverter.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_BuckConverter.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_BuckConverter.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_BuckConverter.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/tb_BuckConverter.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/pwl_load_wa.vhd] 0:00:00.214738

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/pwl_load_wa.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/pwl_load_wa.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/pwl_load_wa.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/pwl_load_wa.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/pwl_load_wa.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/sw_LoopCtrl_wa.vhd] 0:00:00.210557

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/sw_LoopCtrl_wa.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/sw_LoopCtrl_wa.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/sw_LoopCtrl_wa.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/sw_LoopCtrl_wa.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/sw_LoopCtrl_wa.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/buck_sw.vhd] 0:00:00.209786

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/buck_sw.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/buck_sw.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/buck_sw.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/buck_sw.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/buck_sw.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/switch_dig.vhd] 0:00:00.217863

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/switch_dig.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/switch_dig.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/switch_dig.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/switch_dig.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/switch_dig.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/comp_2p2z.vhd] 0:00:00.208113

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/comp_2p2z.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/comp_2p2z.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/comp_2p2z.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/comp_2p2z.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/comp_2p2z.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/pwl_load.vhd] 0:00:00.206177

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/pwl_load.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/pwl_load.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/pwl_load.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/pwl_load.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/pwl_load.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/sw_LoopCtrl.vhd] 0:00:00.208150

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/sw_LoopCtrl.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/sw_LoopCtrl.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/sw_LoopCtrl.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/sw_LoopCtrl.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS3_Power_Systems/sw_LoopCtrl.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/clock_duty.vhd] 0:00:00.212268

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/clock_duty.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/clock_duty.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/clock_duty.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/clock_duty.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/clock_duty.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_constant.vhd] 0:00:00.208498

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_constant.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_constant.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_constant.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_constant.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_constant.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_sine.vhd] 0:00:00.209534

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_sine.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_sine.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_sine.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_sine.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_sine.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/gain.vhd] 0:00:00.212357

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/gain.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/gain.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/gain.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/gain.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/gain.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_pulse.vhd] 0:00:00.259719

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_pulse.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_pulse.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_pulse.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_pulse.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/src_pulse.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/stimulus_generators.vhd] 0:00:00.212266

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/stimulus_generators.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/stimulus_generators.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/stimulus_generators.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/stimulus_generators.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/stimulus_generators.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/resistor.vhd] 0:00:00.211938

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/resistor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/resistor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/resistor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/resistor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/resistor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/sum2.vhd] 0:00:00.213829

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/sum2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/sum2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/sum2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/sum2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/util/sum2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/bounded_buffer_adt.vhd] 0:00:00.216179

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/bounded_buffer_adt.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/bounded_buffer_adt.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/bounded_buffer_adt.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/bounded_buffer_adt.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/bounded_buffer_adt.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_08.vhd] 0:00:00.209645

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/stimulus_types-1.vhd] 0:00:00.210319

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/stimulus_types-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/stimulus_types-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/stimulus_types-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/stimulus_types-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/stimulus_types-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_03.vhd] 0:00:00.209070

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_04a.vhd] 0:00:00.208421

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_04a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_04a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_04a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_04a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_04a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_02a.vhd] 0:00:00.207950

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_02a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_02a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_02a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_02a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_02a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_06a.vhd] 0:00:00.207506

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_06a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_06a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_06a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_06a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_06a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_09.vhd] 0:00:00.209453

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/ordered_collection_adt.vhd] 0:00:00.209806

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/ordered_collection_adt.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/ordered_collection_adt.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/ordered_collection_adt.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/ordered_collection_adt.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/ordered_collection_adt.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/list_traversal.vhd] 0:00:00.208968

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/list_traversal.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/list_traversal.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/list_traversal.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/list_traversal.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/list_traversal.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/tb_bounded_buffer_adt.vhd] 0:00:00.209294

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/tb_bounded_buffer_adt.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/tb_bounded_buffer_adt.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/tb_bounded_buffer_adt.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/tb_bounded_buffer_adt.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/tb_bounded_buffer_adt.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/receiver.vhd] 0:00:00.208537

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/receiver.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/receiver.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/receiver.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/receiver.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/receiver.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_07a.vhd] 0:00:00.209143

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_07a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_07a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_07a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_07a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_07a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_05.vhd] 0:00:00.209190

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_01.vhd] 0:00:00.209538

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/inline_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/list_search.vhd] 0:00:00.210622

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/list_search.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/list_search.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/list_search.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/list_search.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/list_search.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/test_bench-1.vhd] 0:00:00.210304

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/test_bench-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/test_bench-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/test_bench-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/test_bench-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/test_bench-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_02.vhd] 0:00:00.208613

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/latch.vhd] 0:00:00.209695

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/latch.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/latch.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/latch.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/latch.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/latch.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_latch.vhd] 0:00:00.212927

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_latch.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_latch.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_latch.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_latch.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_latch.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/sensor.vhd] 0:00:00.213022

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/sensor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/sensor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/sensor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/sensor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/sensor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_sensor.vhd] 0:00:00.210606

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_sensor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_sensor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_sensor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_sensor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_sensor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_03.vhd] 0:00:00.206699

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_full.vhd] 0:00:00.207051

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_full.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_full.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_full.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_full.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_full.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_06.vhd] 0:00:00.206033

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/full.vhd] 0:00:00.207405

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/full.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/full.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/full.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/full.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/full.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/processor.vhd] 0:00:00.211045

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/processor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/processor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/processor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/processor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/processor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/data_logger.vhd] 0:00:00.209482

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/data_logger.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/data_logger.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/data_logger.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/data_logger.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/data_logger.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_04.vhd] 0:00:00.209676

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_05.vhd] 0:00:00.215735

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_01.vhd] 0:00:00.209966

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/inline_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/resolve.vhd] 0:00:00.208967

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/resolve.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/resolve.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/resolve.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/resolve.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/resolve.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_tri_state_reg.vhd] 0:00:00.208997

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_tri_state_reg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_tri_state_reg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_tri_state_reg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_tri_state_reg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tb_tri_state_reg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/processor_node.vhd] 0:00:00.207339

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/processor_node.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/processor_node.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/processor_node.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/processor_node.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/processor_node.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/computer_system.vhd] 0:00:00.207430

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/computer_system.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/computer_system.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/computer_system.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/computer_system.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/computer_system.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/computer_system-1.vhd] 0:00:00.208931

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/computer_system-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/computer_system-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/computer_system-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/computer_system-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/computer_system-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/example_entity.vhd] 0:00:00.208648

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/example_entity.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/example_entity.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/example_entity.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/example_entity.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/example_entity.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/reg_read_selector.vhd] 0:00:00.206466

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/reg_read_selector.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/reg_read_selector.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/reg_read_selector.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/reg_read_selector.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/reg_read_selector.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/circuit.vhd] 0:00:00.206355

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/circuit.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/circuit.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/circuit.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/circuit.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/circuit.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tri_state_reg.vhd] 0:00:00.213677

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tri_state_reg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tri_state_reg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tri_state_reg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tri_state_reg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/guards-and-blocks/tri_state_reg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/inline_02.vhd] 0:00:00.208458

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/inline_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/inline_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/inline_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/inline_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/inline_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/resistor_pack.vhd] 0:00:00.208425

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/resistor_pack.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/resistor_pack.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/resistor_pack.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/resistor_pack.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/resistor_pack.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/led_bar_display.vhd] 0:00:00.211188

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/led_bar_display.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/led_bar_display.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/led_bar_display.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/led_bar_display.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/led_bar_display.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/down_to_chips.vhd] 0:00:00.215225

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/down_to_chips.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/down_to_chips.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/down_to_chips.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/down_to_chips.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/down_to_chips.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/carry_chain.vhd] 0:00:00.210976

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/carry_chain.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/carry_chain.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/carry_chain.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/carry_chain.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/carry_chain.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/architectural.vhd] 0:00:00.210989

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/architectural.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/architectural.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/architectural.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/architectural.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/architectural.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/graphics_engine.vhd] 0:00:00.215627

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/graphics_engine.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/graphics_engine.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/graphics_engine.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/graphics_engine.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/graphics_engine.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/inline_01.vhd] 0:00:00.211959

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/inline_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/inline_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/inline_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/inline_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/inline_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/last_pass_spice.vhd] 0:00:00.213715

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/last_pass_spice.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/last_pass_spice.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/last_pass_spice.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/last_pass_spice.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/last_pass_spice.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/identical_devices.vhd] 0:00:00.210310

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/identical_devices.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/identical_devices.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/identical_devices.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/identical_devices.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/identical_devices.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/memory_board.vhd] 0:00:00.210146

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/memory_board.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/memory_board.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/memory_board.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/memory_board.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/memory_board.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/computer_system.vhd] 0:00:00.210499

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/computer_system.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/computer_system.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/computer_system.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/computer_system.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/computer_system.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/computer_system-1.vhd] 0:00:00.212982

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/computer_system-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/computer_system-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/computer_system-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/computer_system-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/computer_system-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/fanout_tree.vhd] 0:00:00.209363

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/fanout_tree.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/fanout_tree.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/fanout_tree.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/fanout_tree.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/generators/fanout_tree.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_opamp.vhd] 0:00:00.209301

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_opamp.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_opamp.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_opamp.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_opamp.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_opamp.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-2.vhd] 0:00:00.209800

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_01a.vhd] 0:00:00.206155

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_01a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_01a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_01a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_01a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_01a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_03a.vhd] 0:00:00.205118

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_03a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_03a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_03a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_03a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_03a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/v_source.vhd] 0:00:00.208004

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/v_source.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/v_source.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/v_source.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/v_source.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/v_source.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/nmos_transistor.vhd] 0:00:00.207809

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/nmos_transistor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/nmos_transistor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/nmos_transistor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/nmos_transistor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/nmos_transistor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_opamp_2pole.vhd] 0:00:00.206283

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_opamp_2pole.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_opamp_2pole.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_opamp_2pole.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_opamp_2pole.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_opamp_2pole.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_lpf_dot_ltf_ztf-1.vhd] 0:00:00.204604

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_lpf_dot_ltf_ztf-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_lpf_dot_ltf_ztf-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_lpf_dot_ltf_ztf-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_lpf_dot_ltf_ztf-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_lpf_dot_ltf_ztf-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-5.vhd] 0:00:00.204584

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-5.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-5.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-5.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-5.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-5.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_02a.vhd] 0:00:00.205772

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_02a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_02a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_02a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_02a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/inline_02a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_mosfet_noisy.vhd] 0:00:00.205691

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_mosfet_noisy.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_mosfet_noisy.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_mosfet_noisy.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_mosfet_noisy.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_mosfet_noisy.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass.vhd] 0:00:00.207189

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp_2pole_res.vhd] 0:00:00.210205

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp_2pole_res.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp_2pole_res.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp_2pole_res.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp_2pole_res.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp_2pole_res.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-4.vhd] 0:00:00.208387

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_lpf_dot_ltf_ztf.vhd] 0:00:00.208883

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_lpf_dot_ltf_ztf.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_lpf_dot_ltf_ztf.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_lpf_dot_ltf_ztf.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_lpf_dot_ltf_ztf.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_lpf_dot_ltf_ztf.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-3.vhd] 0:00:00.208340

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/v_source-1.vhd] 0:00:00.206796

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/v_source-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/v_source-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/v_source-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/v_source-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/v_source-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/nmos_transistor_wa.vhd] 0:00:00.208094

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/nmos_transistor_wa.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/nmos_transistor_wa.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/nmos_transistor_wa.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/nmos_transistor_wa.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/nmos_transistor_wa.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_v_source.vhd] 0:00:00.208925

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_v_source.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_v_source.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_v_source.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_v_source.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/tb_v_source.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp.vhd] 0:00:00.206978

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-1.vhd] 0:00:00.207843

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/lowpass-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp_2pole.vhd] 0:00:00.210702

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp_2pole.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp_2pole.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp_2pole.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp_2pole.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/opamp_2pole.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_02.vhd] 0:00:00.209265

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_motor_system.vhd] 0:00:00.209109

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_motor_system.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_motor_system.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_motor_system.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_motor_system.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_motor_system.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_08.vhd] 0:00:00.208680

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/bv_to_natural.vhd] 0:00:00.207893

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/bv_to_natural.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/bv_to_natural.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/bv_to_natural.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/bv_to_natural.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/bv_to_natural.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_05a.vhd] 0:00:00.210317

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_05a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_05a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_05a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_05a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_05a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/instruction_interpreter.vhd] 0:00:00.210581

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/instruction_interpreter.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/instruction_interpreter.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/instruction_interpreter.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/instruction_interpreter.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/instruction_interpreter.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_03.vhd] 0:00:00.209684

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/freq_detect.vhd] 0:00:00.208310

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/freq_detect.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/freq_detect.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/freq_detect.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/freq_detect.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/freq_detect.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_04a.vhd] 0:00:00.208764

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_04a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_04a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_04a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_04a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_04a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/v_source.vhd] 0:00:00.205940

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/v_source.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/v_source.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/v_source.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/v_source.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/v_source.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/cache.vhd] 0:00:00.206659

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/cache.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/cache.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/cache.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/cache.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/cache.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/reg_ctrl.vhd] 0:00:00.208071

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/reg_ctrl.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/reg_ctrl.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/reg_ctrl.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/reg_ctrl.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/reg_ctrl.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/average_samples.vhd] 0:00:00.210873

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/average_samples.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/average_samples.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/average_samples.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/average_samples.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/average_samples.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/check_setup.vhd] 0:00:00.207721

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/check_setup.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/check_setup.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/check_setup.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/check_setup.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/check_setup.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_06a.vhd] 0:00:00.204922

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_06a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_06a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_06a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_06a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_06a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_reg_ctrl.vhd] 0:00:00.207347

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_reg_ctrl.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_reg_ctrl.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_reg_ctrl.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_reg_ctrl.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_reg_ctrl.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_mixer.vhd] 0:00:00.209838

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_mixer.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_mixer.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_mixer.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_mixer.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_mixer.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/signal_generator.vhd] 0:00:00.208712

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/signal_generator.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/signal_generator.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/signal_generator.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/signal_generator.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/signal_generator.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_freq_detect.vhd] 0:00:00.206862

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_freq_detect.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_freq_detect.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_freq_detect.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_freq_detect.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_freq_detect.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/find_first_set.vhd] 0:00:00.210426

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/find_first_set.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/find_first_set.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/find_first_set.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/find_first_set.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/find_first_set.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/instruction_interpreter-1.vhd] 0:00:00.212831

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/instruction_interpreter-1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/instruction_interpreter-1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/instruction_interpreter-1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/instruction_interpreter-1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/instruction_interpreter-1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_07.vhd] 0:00:00.206087

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/generate_clock.vhd] 0:00:00.207220

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/generate_clock.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/generate_clock.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/generate_clock.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/generate_clock.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/generate_clock.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/mixer.vhd] 0:00:00.211830

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/mixer.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/mixer.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/mixer.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/mixer.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/mixer.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/motor_system_wa.vhd] 0:00:00.210929

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/motor_system_wa.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/motor_system_wa.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/motor_system_wa.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/motor_system_wa.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/motor_system_wa.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/receiver.vhd] 0:00:00.207595

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/receiver.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/receiver.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/receiver.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/receiver.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/receiver.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/p1.vhd] 0:00:00.211479

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/p1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/p1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/p1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/p1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/p1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/motor_system.vhd] 0:00:00.212062

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/motor_system.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/motor_system.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/motor_system.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/motor_system.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/motor_system.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_v_source.vhd] 0:00:00.209349

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_v_source.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_v_source.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_v_source.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_v_source.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/tb_v_source.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_01.vhd] 0:00:00.211349

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/inline_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/mixer_wa.vhd] 0:00:00.210007

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/mixer_wa.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/mixer_wa.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/mixer_wa.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/mixer_wa.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/mixer_wa.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/network_driver.vhd] 0:00:00.208567

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/network_driver.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/network_driver.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/network_driver.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/network_driver.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/network_driver.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/do_arith_op.vhd] 0:00:00.208735

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/do_arith_op.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/do_arith_op.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/do_arith_op.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/do_arith_op.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/do_arith_op.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/control_processor.vhd] 0:00:00.207959

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/control_processor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/control_processor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/control_processor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/control_processor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/control_processor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/limited.vhd] 0:00:00.208940

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/limited.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/limited.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/limited.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/limited.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/limited.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/addu.vhd] 0:00:00.207971

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/addu.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/addu.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/addu.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/addu.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/addu.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/bv_lt.vhd] 0:00:00.210378

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/bv_lt.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/bv_lt.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/bv_lt.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/bv_lt.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/bv_lt.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/control_sequencer.vhd] 0:00:00.207717

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/control_sequencer.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/control_sequencer.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/control_sequencer.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/control_sequencer.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/control_sequencer.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/increment.vhd] 0:00:00.207909

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/increment.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/increment.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/increment.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/increment.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/increment.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/negate.vhd] 0:00:00.208417

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/negate.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/negate.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/negate.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/negate.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/negate.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/ent.vhd] 0:00:00.209589

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/ent.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/ent.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/ent.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/ent.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/ent.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/hold_time_checker.vhd] 0:00:00.208929

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/hold_time_checker.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/hold_time_checker.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/hold_time_checker.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/hold_time_checker.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/hold_time_checker.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3107.vhd] 0:00:00.207401

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3107.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3107.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3107.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3107.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3107.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1731.vhd] 0:00:00.206530

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1731.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1731.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1731.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1731.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1731.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3095.vhd] 0:00:00.208911

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3095.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3095.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3095.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3095.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3095.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc543.vhd] 0:00:00.206109

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc543.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc543.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc543.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc543.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc543.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc128.vhd] 0:00:00.208899

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc128.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc128.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc128.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc128.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc128.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1042.vhd] 0:00:00.209752

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1042.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1042.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1042.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1042.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1042.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc174.vhd] 0:00:00.210740

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc174.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc174.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc174.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc174.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc174.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc821.vhd] 0:00:00.215101

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc821.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc821.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc821.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc821.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc821.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1000.vhd] 0:00:00.213128

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1000.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1000.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1000.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1000.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1000.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2314.vhd] 0:00:00.210498

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2314.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2314.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2314.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2314.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2314.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1003.vhd] 0:00:00.209889

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1003.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1003.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1003.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1003.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1003.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc268.vhd] 0:00:00.206491

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc268.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc268.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc268.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc268.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc268.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1534.vhd] 0:00:00.207453

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1534.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1534.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1534.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1534.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1534.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc307.vhd] 0:00:00.210858

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc307.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc307.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc307.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc307.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc307.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2376.vhd] 0:00:00.210327

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2376.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2376.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2376.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2376.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2376.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc160.vhd] 0:00:00.210306

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc160.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc160.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc160.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc160.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc160.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1382.vhd] 0:00:00.208449

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1382.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1382.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1382.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1382.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1382.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc65.vhd] 0:00:00.206316

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc65.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc65.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc65.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc65.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc65.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2804.vhd] 0:00:00.208424

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2804.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2804.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2804.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2804.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2804.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2335.vhd] 0:00:00.206531

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2335.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2335.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2335.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2335.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2335.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc823.vhd] 0:00:00.206837

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc823.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc823.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc823.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc823.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc823.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2245.vhd] 0:00:00.206682

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2245.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2245.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2245.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2245.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2245.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2678.vhd] 0:00:00.205491

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2678.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2678.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2678.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2678.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2678.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1940.vhd] 0:00:00.205356

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1940.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1940.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1940.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1940.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1940.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc192.vhd] 0:00:00.206253

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc192.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc192.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc192.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc192.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc192.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2279.vhd] 0:00:00.210141

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2279.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2279.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2279.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2279.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2279.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2171.vhd] 0:00:00.206820

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2171.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2171.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2171.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2171.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2171.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc363.vhd] 0:00:00.208625

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc363.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc363.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc363.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc363.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc363.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc331.vhd] 0:00:00.208316

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc331.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc331.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc331.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc331.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc331.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc266.vhd] 0:00:00.207873

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc266.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc266.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc266.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc266.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc266.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1699.vhd] 0:00:00.215689

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1699.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1699.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1699.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1699.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1699.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2908.vhd] 0:00:00.212641

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2908.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2908.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2908.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2908.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2908.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2193.vhd] 0:00:00.209936

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2193.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2193.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2193.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2193.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2193.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc824.vhd] 0:00:00.210193

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc824.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc824.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc824.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc824.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc824.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1579.vhd] 0:00:00.208904

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1579.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1579.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1579.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1579.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1579.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2236.vhd] 0:00:00.206887

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2236.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2236.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2236.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2236.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2236.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc797.vhd] 0:00:00.206382

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc797.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc797.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc797.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc797.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc797.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1280.vhd] 0:00:00.209619

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1280.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1280.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1280.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1280.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1280.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1706.vhd] 0:00:00.210096

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1706.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1706.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1706.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1706.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1706.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1878.vhd] 0:00:00.209648

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1878.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1878.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1878.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1878.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1878.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc908.vhd] 0:00:00.207377

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc908.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc908.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc908.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc908.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc908.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc939.vhd] 0:00:00.208574

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc939.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc939.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc939.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc939.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc939.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2023.vhd] 0:00:00.209278

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2023.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2023.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2023.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2023.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2023.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1416.vhd] 0:00:00.208680

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1416.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1416.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1416.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1416.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1416.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1689.vhd] 0:00:00.209067

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1689.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1689.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1689.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1689.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1689.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc216.vhd] 0:00:00.208079

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc216.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc216.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc216.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc216.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc216.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2654.vhd] 0:00:00.206569

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2654.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2654.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2654.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2654.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2654.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2031.vhd] 0:00:00.207043

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2031.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2031.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2031.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2031.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2031.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2191.vhd] 0:00:00.206090

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2191.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2191.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2191.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2191.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2191.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc225.vhd] 0:00:00.207977

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc225.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc225.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc225.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc225.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc225.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2845.vhd] 0:00:00.213035

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2845.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2845.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2845.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2845.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2845.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc303.vhd] 0:00:00.208950

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc303.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc303.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc303.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc303.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc303.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1116.vhd] 0:00:00.207984

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1116.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1116.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1116.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1116.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1116.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2812.vhd] 0:00:00.210297

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2812.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2812.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2812.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2812.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2812.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1929.vhd] 0:00:00.211442

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1929.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1929.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1929.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1929.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1929.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc11.vhd] 0:00:00.213358

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1378.vhd] 0:00:00.208923

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1378.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1378.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1378.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1378.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1378.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1577.vhd] 0:00:00.207567

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1577.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1577.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1577.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1577.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1577.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2209.vhd] 0:00:00.207110

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2209.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2209.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2209.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2209.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2209.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1693.vhd] 0:00:00.206990

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1693.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1693.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1693.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1693.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1693.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2755.vhd] 0:00:00.209535

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2755.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2755.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2755.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2755.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2755.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3207.vhd] 0:00:00.216463

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3207.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3207.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3207.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3207.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3207.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2579.vhd] 0:00:00.210642

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2579.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2579.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2579.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2579.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2579.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2669.vhd] 0:00:00.208298

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2669.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2669.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2669.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2669.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2669.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1312.vhd] 0:00:00.207268

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1312.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1312.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1312.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1312.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1312.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1588.vhd] 0:00:00.206464

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1588.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1588.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1588.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1588.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1588.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2849.vhd] 0:00:00.209007

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2849.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2849.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2849.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2849.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2849.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2489.vhd] 0:00:00.211133

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2489.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2489.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2489.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2489.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2489.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1716.vhd] 0:00:00.208143

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1716.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1716.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1716.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1716.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1716.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1670.vhd] 0:00:00.207103

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1670.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1670.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1670.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1670.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1670.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc197.vhd] 0:00:00.209276

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc197.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc197.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc197.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc197.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc197.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2965.vhd] 0:00:00.208906

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2965.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2965.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2965.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2965.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2965.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3087.vhd] 0:00:00.210063

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3087.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3087.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3087.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3087.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3087.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc767.vhd] 0:00:00.211549

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc767.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc767.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc767.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc767.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc767.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1759.vhd] 0:00:00.211499

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1759.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1759.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1759.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1759.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1759.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1889.vhd] 0:00:00.207810

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1889.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1889.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1889.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1889.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1889.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1018.vhd] 0:00:00.208756

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1018.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1018.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1018.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1018.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1018.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2358.vhd] 0:00:00.209674

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2358.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2358.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2358.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2358.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2358.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2060.vhd] 0:00:00.209780

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2060.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2060.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2060.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2060.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2060.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1819.vhd] 0:00:00.209371

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1819.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1819.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1819.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1819.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1819.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc905.vhd] 0:00:00.209957

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc905.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc905.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc905.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc905.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc905.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2850.vhd] 0:00:00.210629

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2850.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2850.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2850.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2850.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2850.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2516.vhd] 0:00:00.210713

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2516.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2516.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2516.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2516.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2516.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1898.vhd] 0:00:00.210888

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1898.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1898.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1898.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1898.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1898.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2197.vhd] 0:00:00.210398

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2197.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2197.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2197.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2197.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2197.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc42.vhd] 0:00:00.211363

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc42.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc42.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc42.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc42.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc42.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1669.vhd] 0:00:00.212893

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1669.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1669.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1669.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1669.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1669.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2893.vhd] 0:00:00.206988

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2893.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2893.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2893.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2893.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2893.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc7.vhd] 0:00:00.208766

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc7.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc7.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc7.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc7.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc7.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc61.vhd] 0:00:00.211208

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc61.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc61.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc61.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc61.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc61.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2641.vhd] 0:00:00.210564

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2641.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2641.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2641.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2641.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2641.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2050.vhd] 0:00:00.207118

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2050.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2050.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2050.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2050.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2050.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2996.vhd] 0:00:00.208875

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2996.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2996.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2996.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2996.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2996.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1850.vhd] 0:00:00.208250

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1850.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1850.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1850.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1850.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1850.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1193.vhd] 0:00:00.210348

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1193.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1193.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1193.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1193.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1193.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2906.vhd] 0:00:00.213686

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2906.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2906.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2906.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2906.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2906.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2632.vhd] 0:00:00.214603

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2632.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2632.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2632.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2632.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2632.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2521.vhd] 0:00:00.207815

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2521.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2521.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2521.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2521.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2521.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc250.vhd] 0:00:00.208685

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc250.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc250.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc250.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc250.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc250.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc210.vhd] 0:00:00.211072

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc210.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc210.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc210.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc210.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc210.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc946.vhd] 0:00:00.210701

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc946.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc946.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc946.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc946.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc946.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc806.vhd] 0:00:00.208283

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc806.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc806.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc806.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc806.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc806.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc362.vhd] 0:00:00.207871

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc362.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc362.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc362.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc362.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc362.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1098.vhd] 0:00:00.206506

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1098.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1098.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1098.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1098.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1098.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2789.vhd] 0:00:00.209640

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2789.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2789.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2789.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2789.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2789.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3008.vhd] 0:00:00.207690

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3008.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3008.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3008.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3008.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3008.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc107.vhd] 0:00:00.209302

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc107.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc107.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc107.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc107.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc107.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2754.vhd] 0:00:00.211449

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2754.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2754.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2754.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2754.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2754.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2320.vhd] 0:00:00.211603

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2320.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2320.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2320.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2320.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2320.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc733.vhd] 0:00:00.210399

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc733.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc733.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc733.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc733.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc733.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2442.vhd] 0:00:00.213098

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2442.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2442.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2442.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2442.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2442.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc280.vhd] 0:00:00.211312

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc280.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc280.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc280.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc280.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc280.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2220.vhd] 0:00:00.210110

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2220.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2220.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2220.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2220.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2220.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2898.vhd] 0:00:00.211559

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2898.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2898.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2898.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2898.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2898.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2587.vhd] 0:00:00.211400

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2587.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2587.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2587.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2587.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2587.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc8.vhd] 0:00:00.210949

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc8.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc8.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc8.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc8.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc8.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc178.vhd] 0:00:00.211613

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc178.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc178.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc178.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc178.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc178.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1786.vhd] 0:00:00.212651

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1786.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1786.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1786.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1786.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1786.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2753.vhd] 0:00:00.213901

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2753.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2753.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2753.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2753.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2753.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2623.vhd] 0:00:00.213257

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2623.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2623.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2623.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2623.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2623.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1239.vhd] 0:00:00.212428

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1239.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1239.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1239.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1239.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1239.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3028.vhd] 0:00:00.211079

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3028.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3028.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3028.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3028.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3028.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1059.vhd] 0:00:00.210390

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1059.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1059.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1059.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1059.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1059.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2348.vhd] 0:00:00.210152

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2348.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2348.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2348.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2348.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2348.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1874.vhd] 0:00:00.210532

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1874.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1874.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1874.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1874.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1874.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2993.vhd] 0:00:00.210060

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2993.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2993.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2993.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2993.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2993.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2856.vhd] 0:00:00.208686

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2856.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2856.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2856.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2856.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2856.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1097.vhd] 0:00:00.209856

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1097.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1097.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1097.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1097.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1097.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2036.vhd] 0:00:00.210274

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2036.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2036.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2036.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2036.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2036.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1417.vhd] 0:00:00.211062

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1417.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1417.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1417.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1417.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1417.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2915.vhd] 0:00:00.211953

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2915.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2915.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2915.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2915.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2915.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc328.vhd] 0:00:00.211209

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc328.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc328.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc328.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc328.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc328.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1593.vhd] 0:00:00.207971

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1593.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1593.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1593.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1593.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1593.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2637.vhd] 0:00:00.216737

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2637.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2637.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2637.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2637.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2637.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1308.vhd] 0:00:00.209371

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1308.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1308.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1308.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1308.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1308.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2617.vhd] 0:00:00.210920

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2617.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2617.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2617.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2617.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2617.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1586.vhd] 0:00:00.214148

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1586.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1586.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1586.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1586.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1586.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1701.vhd] 0:00:00.209004

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1701.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1701.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1701.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1701.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1701.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1202.vhd] 0:00:00.207939

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1202.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1202.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1202.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1202.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1202.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1296.vhd] 0:00:00.209891

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1296.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1296.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1296.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1296.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1296.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2890.vhd] 0:00:00.210408

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2890.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2890.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2890.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2890.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2890.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc396.vhd] 0:00:00.212086

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc396.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc396.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc396.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc396.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc396.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc47.vhd] 0:00:00.210104

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc47.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc47.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc47.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc47.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc47.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1700.vhd] 0:00:00.207745

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1700.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1700.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1700.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1700.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1700.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2916.vhd] 0:00:00.207338

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2916.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2916.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2916.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2916.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2916.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2476.vhd] 0:00:00.206943

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2476.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2476.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2476.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2476.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2476.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1419.vhd] 0:00:00.208947

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1419.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1419.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1419.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1419.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1419.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc510.vhd] 0:00:00.211910

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc510.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc510.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc510.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc510.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc510.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1084.vhd] 0:00:00.209588

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1084.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1084.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1084.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1084.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1084.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1228.vhd] 0:00:00.209989

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1228.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1228.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1228.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1228.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1228.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2019.vhd] 0:00:00.216382

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2019.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2019.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2019.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2019.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2019.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc129.vhd] 0:00:00.214838

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc129.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc129.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc129.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc129.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc129.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc196.vhd] 0:00:00.211893

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc196.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc196.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc196.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc196.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc196.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc723.vhd] 0:00:00.214007

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc723.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc723.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc723.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc723.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc723.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1885.vhd] 0:00:00.211722

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1885.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1885.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1885.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1885.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1885.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc384.vhd] 0:00:00.209742

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc384.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc384.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc384.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc384.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc384.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2830.vhd] 0:00:00.213116

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2830.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2830.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2830.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2830.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2830.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2328.vhd] 0:00:00.213147

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2328.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2328.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2328.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2328.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2328.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc132.vhd] 0:00:00.208617

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc132.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc132.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc132.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc132.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc132.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1780.vhd] 0:00:00.208771

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1780.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1780.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1780.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1780.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1780.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc244.vhd] 0:00:00.210314

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc244.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc244.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc244.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc244.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc244.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2352.vhd] 0:00:00.208542

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2352.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2352.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2352.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2352.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2352.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1345.vhd] 0:00:00.208867

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1345.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1345.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1345.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1345.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1345.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc906.vhd] 0:00:00.209232

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc906.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc906.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc906.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc906.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc906.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2618.vhd] 0:00:00.213476

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2618.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2618.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2618.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2618.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2618.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1836.vhd] 0:00:00.210712

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1836.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1836.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1836.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1836.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1836.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2953.vhd] 0:00:00.210006

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2953.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2953.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2953.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2953.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2953.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2873.vhd] 0:00:00.207933

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2873.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2873.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2873.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2873.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2873.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1007.vhd] 0:00:00.208548

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1007.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1007.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1007.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1007.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1007.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2233.vhd] 0:00:00.210982

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2233.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2233.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2233.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2233.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2233.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2729.vhd] 0:00:00.208446

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2729.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2729.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2729.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2729.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2729.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2831.vhd] 0:00:00.206638

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2831.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2831.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2831.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2831.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2831.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1820.vhd] 0:00:00.206967

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1820.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1820.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1820.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1820.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1820.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2544.vhd] 0:00:00.216067

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2544.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2544.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2544.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2544.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2544.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc329.vhd] 0:00:00.208899

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc329.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc329.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc329.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc329.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc329.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2317.vhd] 0:00:00.208036

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2317.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2317.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2317.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2317.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2317.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc787.vhd] 0:00:00.209959

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc787.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc787.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc787.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc787.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc787.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc810.vhd] 0:00:00.208342

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc810.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc810.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc810.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc810.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc810.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2937.vhd] 0:00:00.209659

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2937.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2937.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2937.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2937.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2937.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1927.vhd] 0:00:00.211638

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1927.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1927.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1927.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1927.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1927.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc214.vhd] 0:00:00.209470

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc214.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc214.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc214.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc214.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc214.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2778.vhd] 0:00:00.209320

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2778.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2778.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2778.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2778.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2778.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1760.vhd] 0:00:00.207188

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1760.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1760.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1760.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1760.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1760.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2899.vhd] 0:00:00.207805

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2899.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2899.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2899.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2899.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2899.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1435.vhd] 0:00:00.208128

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1435.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1435.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1435.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1435.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1435.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2805.vhd] 0:00:00.207236

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2805.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2805.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2805.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2805.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2805.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2311.vhd] 0:00:00.206189

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2311.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2311.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2311.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2311.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2311.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc507.vhd] 0:00:00.208208

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc507.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc507.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc507.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc507.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc507.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1899.vhd] 0:00:00.211368

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1899.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1899.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1899.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1899.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1899.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1194.vhd] 0:00:00.209522

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1194.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1194.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1194.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1194.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1194.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1300.vhd] 0:00:00.209296

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1300.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1300.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1300.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1300.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1300.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc811.vhd] 0:00:00.208432

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc811.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc811.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc811.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc811.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc811.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc327.vhd] 0:00:00.208703

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc327.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc327.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc327.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc327.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc327.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2925.vhd] 0:00:00.208620

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2925.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2925.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2925.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2925.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2925.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1055.vhd] 0:00:00.208820

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1055.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1055.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1055.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1055.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1055.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1663.vhd] 0:00:00.208211

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1663.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1663.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1663.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1663.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1663.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc109.vhd] 0:00:00.207997

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc109.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc109.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc109.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc109.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc109.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1455.vhd] 0:00:00.209965

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1455.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1455.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1455.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1455.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1455.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc215.vhd] 0:00:00.209858

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc215.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc215.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc215.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc215.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc215.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2237.vhd] 0:00:00.209677

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2237.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2237.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2237.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2237.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2237.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2822.vhd] 0:00:00.213927

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2822.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2822.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2822.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2822.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2822.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1873.vhd] 0:00:00.212414

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1873.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1873.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1873.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1873.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1873.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1847.vhd] 0:00:00.211503

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1847.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1847.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1847.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1847.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1847.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc948.vhd] 0:00:00.213130

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc948.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc948.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc948.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc948.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc948.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc803.vhd] 0:00:00.209930

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc803.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc803.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc803.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc803.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc803.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2469.vhd] 0:00:00.206553

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2469.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2469.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2469.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2469.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2469.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1096.vhd] 0:00:00.209375

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1096.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1096.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1096.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1096.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1096.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1351.vhd] 0:00:00.207982

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1351.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1351.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1351.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1351.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1351.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc55.vhd] 0:00:00.208699

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc55.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc55.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc55.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc55.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc55.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc354.vhd] 0:00:00.209305

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc354.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc354.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc354.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc354.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc354.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc781.vhd] 0:00:00.213311

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc781.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc781.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc781.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc781.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc781.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc370.vhd] 0:00:00.209180

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc370.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc370.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc370.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc370.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc370.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2630.vhd] 0:00:00.210244

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2630.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2630.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2630.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2630.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2630.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1692.vhd] 0:00:00.209110

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1692.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1692.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1692.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1692.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1692.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2624.vhd] 0:00:00.211126

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2624.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2624.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2624.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2624.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2624.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1561.vhd] 0:00:00.210719

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1561.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1561.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1561.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1561.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1561.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1892.vhd] 0:00:00.210411

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1892.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1892.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1892.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1892.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1892.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc296.vhd] 0:00:00.208305

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc296.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc296.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc296.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc296.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc296.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1238.vhd] 0:00:00.208358

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1238.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1238.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1238.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1238.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1238.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1053.vhd] 0:00:00.211883

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1053.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1053.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1053.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1053.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1053.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1353.vhd] 0:00:00.211949

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1353.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1353.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1353.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1353.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1353.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1652.vhd] 0:00:00.220329

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1652.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1652.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1652.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1652.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1652.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1778.vhd] 0:00:00.212432

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1778.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1778.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1778.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1778.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1778.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2621.vhd] 0:00:00.212739

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2621.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2621.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2621.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2621.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2621.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2215.vhd] 0:00:00.219275

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2215.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2215.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2215.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2215.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2215.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2963.vhd] 0:00:00.210006

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2963.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2963.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2963.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2963.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2963.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1930.vhd] 0:00:00.211406

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1930.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1930.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1930.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1930.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1930.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2606.vhd] 0:00:00.211874

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2606.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2606.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2606.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2606.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2606.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1142.vhd] 0:00:00.210787

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1142.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1142.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1142.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1142.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1142.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc981.vhd] 0:00:00.209255

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc981.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc981.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc981.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc981.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc981.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2762.vhd] 0:00:00.210139

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2762.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2762.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2762.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2762.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2762.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc732.vhd] 0:00:00.208744

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc732.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc732.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc732.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc732.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc732.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2819.vhd] 0:00:00.209783

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2819.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2819.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2819.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2819.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2819.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2249.vhd] 0:00:00.211398

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2249.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2249.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2249.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2249.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2249.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2772.vhd] 0:00:00.210106

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2772.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2772.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2772.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2772.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2772.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1395.vhd] 0:00:00.210465

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1395.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1395.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1395.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1395.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1395.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2482.vhd] 0:00:00.211188

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2482.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2482.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2482.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2482.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2482.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2780.vhd] 0:00:00.212552

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2780.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2780.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2780.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2780.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2780.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1185.vhd] 0:00:00.213628

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1185.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1185.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1185.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1185.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1185.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2310.vhd] 0:00:00.211948

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2310.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2310.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2310.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2310.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2310.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1833.vhd] 0:00:00.213794

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1833.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1833.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1833.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1833.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1833.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2576.vhd] 0:00:00.248870

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2576.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2576.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2576.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2576.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2576.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2715.vhd] 0:00:00.212316

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2715.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2715.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2715.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2715.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2715.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc353.vhd] 0:00:00.212910

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc353.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc353.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc353.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc353.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc353.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1454.vhd] 0:00:00.215441

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1454.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1454.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1454.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1454.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1454.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2025.vhd] 0:00:00.213076

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2025.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2025.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2025.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2025.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2025.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2622.vhd] 0:00:00.214445

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2622.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2622.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2622.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2622.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2622.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1702.vhd] 0:00:00.209595

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1702.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1702.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1702.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1702.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1702.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1058.vhd] 0:00:00.210956

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1058.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1058.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1058.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1058.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1058.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc383.vhd] 0:00:00.209385

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc383.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc383.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc383.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc383.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc383.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1288.vhd] 0:00:00.212371

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1288.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1288.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1288.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1288.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1288.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc348.vhd] 0:00:00.210410

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc348.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc348.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc348.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc348.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc348.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1683.vhd] 0:00:00.210922

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1683.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1683.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1683.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1683.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1683.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1391.vhd] 0:00:00.209469

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1391.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1391.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1391.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1391.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1391.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1817.vhd] 0:00:00.209121

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1817.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1817.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1817.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1817.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1817.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1241.vhd] 0:00:00.208739

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1241.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1241.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1241.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1241.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1241.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1758.vhd] 0:00:00.208710

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1758.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1758.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1758.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1758.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1758.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2433.vhd] 0:00:00.206963

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2433.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2433.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2433.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2433.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2433.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2076.vhd] 0:00:00.211307

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2076.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2076.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2076.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2076.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2076.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc957.vhd] 0:00:00.209090

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc957.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc957.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc957.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc957.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc957.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1595.vhd] 0:00:00.209191

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1595.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1595.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1595.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1595.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1595.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1109.vhd] 0:00:00.209147

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1109.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1109.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1109.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1109.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1109.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc961.vhd] 0:00:00.206405

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc961.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc961.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc961.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc961.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc961.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2028.vhd] 0:00:00.207360

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2028.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2028.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2028.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2028.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2028.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1713.vhd] 0:00:00.210701

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1713.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1713.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1713.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1713.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1713.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1482.vhd] 0:00:00.206195

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1482.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1482.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1482.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1482.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1482.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2196.vhd] 0:00:00.206231

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2196.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2196.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2196.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2196.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2196.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2645.vhd] 0:00:00.205881

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2645.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2645.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2645.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2645.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2645.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc815.vhd] 0:00:00.209479

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc815.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc815.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc815.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc815.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc815.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1506.vhd] 0:00:00.219946

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1506.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1506.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1506.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1506.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1506.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc788.vhd] 0:00:00.212589

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc788.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc788.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc788.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc788.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc788.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2554.vhd] 0:00:00.209996

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2554.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2554.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2554.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2554.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2554.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1888.vhd] 0:00:00.213446

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1888.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1888.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1888.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1888.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1888.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1688.vhd] 0:00:00.212481

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1688.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1688.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1688.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1688.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1688.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3089.vhd] 0:00:00.209078

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3089.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3089.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3089.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3089.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3089.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc246.vhd] 0:00:00.210463

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc246.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc246.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc246.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc246.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc246.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2844.vhd] 0:00:00.213266

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2844.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2844.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2844.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2844.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2844.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1865.vhd] 0:00:00.211986

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1865.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1865.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1865.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1865.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1865.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2035.vhd] 0:00:00.214051

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2035.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2035.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2035.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2035.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2035.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2803.vhd] 0:00:00.214012

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2803.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2803.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2803.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2803.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2803.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2251.vhd] 0:00:00.213640

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2251.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2251.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2251.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2251.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2251.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3014.vhd] 0:00:00.210838

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3014.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3014.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3014.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3014.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3014.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc812.vhd] 0:00:00.209000

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc812.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc812.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc812.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc812.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc812.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2798.vhd] 0:00:00.210771

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2798.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2798.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2798.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2798.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2798.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1471.vhd] 0:00:00.208748

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1471.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1471.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1471.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1471.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1471.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc48.vhd] 0:00:00.210790

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc48.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc48.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc48.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc48.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc48.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1624.vhd] 0:00:00.208609

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1624.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1624.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1624.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1624.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1624.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1881.vhd] 0:00:00.212042

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1881.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1881.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1881.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1881.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1881.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2885.vhd] 0:00:00.215105

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2885.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2885.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2885.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2885.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2885.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2983.vhd] 0:00:00.214264

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2983.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2983.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2983.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2983.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2983.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc73.vhd] 0:00:00.213555

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc73.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc73.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc73.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc73.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc73.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc151.vhd] 0:00:00.215173

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc151.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc151.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc151.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc151.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc151.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2497.vhd] 0:00:00.216026

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2497.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2497.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2497.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2497.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2497.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc212.vhd] 0:00:00.217208

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc212.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc212.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc212.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc212.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc212.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2492.vhd] 0:00:00.216035

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2492.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2492.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2492.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2492.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2492.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc74.vhd] 0:00:00.219253

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc74.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc74.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc74.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc74.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc74.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1172.vhd] 0:00:00.215545

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1172.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1172.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1172.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1172.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1172.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc321.vhd] 0:00:00.212352

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc321.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc321.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc321.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc321.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc321.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1052.vhd] 0:00:00.211307

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1052.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1052.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1052.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1052.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1052.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1384.vhd] 0:00:00.213272

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1384.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1384.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1384.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1384.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1384.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2781.vhd] 0:00:00.213567

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2781.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2781.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2781.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2781.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2781.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3058.vhd] 0:00:00.210598

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3058.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3058.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3058.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3058.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3058.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1302.vhd] 0:00:00.214801

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1302.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1302.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1302.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1302.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1302.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc360.vhd] 0:00:00.213513

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc360.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc360.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc360.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc360.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc360.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1697.vhd] 0:00:00.213606

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1697.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1697.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1697.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1697.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1697.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2598.vhd] 0:00:00.212713

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2598.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2598.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2598.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2598.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2598.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc818.vhd] 0:00:00.212415

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc818.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc818.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc818.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc818.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc818.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1017.vhd] 0:00:00.214060

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1017.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1017.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1017.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1017.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1017.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2234.vhd] 0:00:00.215766

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2234.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2234.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2234.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2234.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2234.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2318.vhd] 0:00:00.213882

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2318.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2318.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2318.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2318.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2318.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1171.vhd] 0:00:00.211877

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1171.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1171.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1171.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1171.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1171.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1242.vhd] 0:00:00.208570

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1242.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1242.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1242.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1242.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1242.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2684.vhd] 0:00:00.212655

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2684.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2684.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2684.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2684.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2684.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1130.vhd] 0:00:00.214348

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1130.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1130.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1130.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1130.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1130.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3094.vhd] 0:00:00.212926

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3094.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3094.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3094.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3094.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3094.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2782.vhd] 0:00:00.213863

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2782.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2782.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2782.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2782.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2782.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1849.vhd] 0:00:00.217156

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1849.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1849.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1849.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1849.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1849.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc93.vhd] 0:00:00.219845

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc93.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc93.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc93.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc93.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc93.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc779.vhd] 0:00:00.213300

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc779.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc779.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc779.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc779.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc779.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2437.vhd] 0:00:00.212894

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2437.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2437.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2437.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2437.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2437.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1274.vhd] 0:00:00.211198

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1274.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1274.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1274.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1274.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1274.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2241.vhd] 0:00:00.213352

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2241.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2241.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2241.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2241.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2241.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2413.vhd] 0:00:00.215057

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2413.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2413.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2413.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2413.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2413.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3009.vhd] 0:00:00.214565

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3009.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3009.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3009.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3009.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3009.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1297.vhd] 0:00:00.211118

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1297.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1297.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1297.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1297.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1297.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1464.vhd] 0:00:00.208198

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1464.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1464.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1464.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1464.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1464.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1273.vhd] 0:00:00.210774

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1273.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1273.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1273.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1273.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1273.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1065.vhd] 0:00:00.211665

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1065.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1065.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1065.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1065.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1065.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2357.vhd] 0:00:00.213530

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2357.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2357.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2357.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2357.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2357.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2354.vhd] 0:00:00.209735

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2354.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2354.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2354.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2354.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2354.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2211.vhd] 0:00:00.210454

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2211.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2211.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2211.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2211.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2211.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2878.vhd] 0:00:00.208762

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2878.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2878.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2878.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2878.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2878.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1638.vhd] 0:00:00.208385

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1638.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1638.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1638.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1638.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1638.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1631.vhd] 0:00:00.210471

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1631.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1631.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1631.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1631.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1631.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc835.vhd] 0:00:00.213084

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc835.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc835.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc835.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc835.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc835.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2943.vhd] 0:00:00.210887

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2943.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2943.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2943.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2943.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2943.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1408.vhd] 0:00:00.211733

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1408.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1408.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1408.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1408.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1408.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2450.vhd] 0:00:00.209816

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2450.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2450.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2450.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2450.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2450.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2397.vhd] 0:00:00.210030

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2397.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2397.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2397.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2397.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2397.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2039.vhd] 0:00:00.208670

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2039.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2039.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2039.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2039.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2039.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2626.vhd] 0:00:00.207120

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2626.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2626.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2626.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2626.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2626.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc796.vhd] 0:00:00.207376

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc796.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc796.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc796.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc796.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc796.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2659.vhd] 0:00:00.210460

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2659.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2659.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2659.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2659.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2659.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2608.vhd] 0:00:00.211154

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2608.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2608.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2608.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2608.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2608.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2003.vhd] 0:00:00.211090

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2003.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2003.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2003.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2003.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2003.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2835.vhd] 0:00:00.210522

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2835.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2835.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2835.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2835.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2835.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2273.vhd] 0:00:00.211980

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2273.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2273.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2273.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2273.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2273.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2228.vhd] 0:00:00.209094

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2228.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2228.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2228.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2228.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2228.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1557.vhd] 0:00:00.209681

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1557.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1557.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1557.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1557.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1557.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc283.vhd] 0:00:00.207248

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc283.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc283.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc283.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc283.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc283.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc139.vhd] 0:00:00.211208

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc139.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc139.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc139.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc139.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc139.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1001.vhd] 0:00:00.208850

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1001.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1001.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1001.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1001.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1001.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1890.vhd] 0:00:00.207967

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1890.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1890.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1890.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1890.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1890.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2927.vhd] 0:00:00.229228

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2927.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2927.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2927.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2927.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2927.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2217.vhd] 0:00:00.212387

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2217.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2217.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2217.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2217.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2217.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2631.vhd] 0:00:00.210254

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2631.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2631.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2631.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2631.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2631.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc332.vhd] 0:00:00.209977

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc332.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc332.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc332.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc332.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc332.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2614.vhd] 0:00:00.209935

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2614.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2614.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2614.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2614.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2614.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc929.vhd] 0:00:00.212047

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc929.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc929.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc929.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc929.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc929.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1051.vhd] 0:00:00.211873

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1051.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1051.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1051.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1051.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1051.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2599.vhd] 0:00:00.209049

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2599.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2599.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2599.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2599.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2599.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2426.vhd] 0:00:00.209563

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2426.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2426.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2426.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2426.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2426.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1841.vhd] 0:00:00.208539

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1841.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1841.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1841.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1841.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1841.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1498.vhd] 0:00:00.211564

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1498.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1498.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1498.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1498.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1498.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1016.vhd] 0:00:00.214930

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1016.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1016.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1016.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1016.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1016.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1135.vhd] 0:00:00.205936

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1135.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1135.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1135.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1135.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1135.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1235.vhd] 0:00:00.209140

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1235.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1235.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1235.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1235.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1235.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc57.vhd] 0:00:00.208533

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc57.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc57.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc57.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc57.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc57.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2727.vhd] 0:00:00.210437

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2727.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2727.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2727.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2727.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2727.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1251.vhd] 0:00:00.209032

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1251.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1251.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1251.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1251.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1251.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc836.vhd] 0:00:00.210187

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc836.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc836.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc836.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc836.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc836.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2347.vhd] 0:00:00.209061

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2347.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2347.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2347.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2347.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2347.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc548.vhd] 0:00:00.208146

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc548.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc548.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc548.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc548.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc548.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1939.vhd] 0:00:00.209405

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1939.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1939.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1939.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1939.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1939.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2652.vhd] 0:00:00.212861

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2652.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2652.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2652.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2652.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2652.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc799.vhd] 0:00:00.207453

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc799.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc799.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc799.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc799.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc799.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1044.vhd] 0:00:00.208919

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1044.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1044.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1044.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1044.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1044.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc975.vhd] 0:00:00.206934

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc975.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc975.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc975.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc975.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc975.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2488.vhd] 0:00:00.213516

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2488.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2488.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2488.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2488.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2488.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1376.vhd] 0:00:00.210174

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1376.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1376.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1376.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1376.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1376.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1334.vhd] 0:00:00.214081

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1334.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1334.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1334.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1334.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1334.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2651.vhd] 0:00:00.215032

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2651.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2651.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2651.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2651.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2651.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc127.vhd] 0:00:00.210926

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc127.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc127.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc127.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc127.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc127.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1795.vhd] 0:00:00.207618

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1795.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1795.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1795.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1795.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1795.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2825.vhd] 0:00:00.209226

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2825.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2825.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2825.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2825.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2825.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc271.vhd] 0:00:00.212188

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc271.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc271.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc271.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc271.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc271.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1902.vhd] 0:00:00.213582

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1902.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1902.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1902.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1902.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1902.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2339.vhd] 0:00:00.213709

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2339.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2339.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2339.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2339.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2339.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1015.vhd] 0:00:00.216644

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1015.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1015.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1015.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1015.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1015.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1477.vhd] 0:00:00.213966

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1477.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1477.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1477.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1477.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1477.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3002.vhd] 0:00:00.211714

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3002.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3002.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3002.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3002.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3002.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2411.vhd] 0:00:00.211431

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2411.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2411.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2411.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2411.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2411.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1377.vhd] 0:00:00.209530

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1377.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1377.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1377.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1377.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1377.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc899.vhd] 0:00:00.209511

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc899.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc899.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc899.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc899.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc899.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc273.vhd] 0:00:00.209552

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc273.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc273.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc273.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc273.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc273.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2941.vhd] 0:00:00.210327

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2941.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2941.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2941.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2941.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2941.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1255.vhd] 0:00:00.208004

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1255.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1255.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1255.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1255.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1255.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2895.vhd] 0:00:00.212513

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2895.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2895.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2895.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2895.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2895.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1848.vhd] 0:00:00.212261

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1848.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1848.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1848.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1848.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1848.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc79.vhd] 0:00:00.208140

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc79.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc79.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc79.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc79.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc79.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1124.vhd] 0:00:00.207805

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1124.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1124.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1124.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1124.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1124.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1857.vhd] 0:00:00.212240

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1857.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1857.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1857.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1857.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1857.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1492.vhd] 0:00:00.211518

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1492.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1492.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1492.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1492.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1492.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc771.vhd] 0:00:00.207530

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc771.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc771.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc771.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc771.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc771.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc248.vhd] 0:00:00.206679

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc248.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc248.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc248.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc248.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc248.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc959.vhd] 0:00:00.207727

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc959.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc959.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc959.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc959.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc959.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc4.vhd] 0:00:00.210792

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc718.vhd] 0:00:00.207744

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc718.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc718.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc718.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc718.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc718.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1082.vhd] 0:00:00.206424

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1082.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1082.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1082.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1082.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1082.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2910.vhd] 0:00:00.212916

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2910.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2910.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2910.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2910.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2910.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2858.vhd] 0:00:00.217916

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2858.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2858.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2858.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2858.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2858.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1286.vhd] 0:00:00.213949

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1286.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1286.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1286.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1286.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1286.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1144.vhd] 0:00:00.221755

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1144.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1144.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1144.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1144.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1144.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1806.vhd] 0:00:00.218530

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1806.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1806.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1806.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1806.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1806.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1773.vhd] 0:00:00.213661

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1773.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1773.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1773.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1773.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1773.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3020.vhd] 0:00:00.210379

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3020.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3020.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3020.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3020.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3020.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2660.vhd] 0:00:00.212234

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2660.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2660.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2660.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2660.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2660.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1928.vhd] 0:00:00.212334

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1928.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1928.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1928.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1928.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1928.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1532.vhd] 0:00:00.238130

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1532.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1532.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1532.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1532.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1532.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc736.vhd] 0:00:00.228988

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc736.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc736.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc736.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc736.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc736.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc773.vhd] 0:00:00.209872

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc773.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc773.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc773.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc773.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc773.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1661.vhd] 0:00:00.209468

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1661.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1661.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1661.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1661.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1661.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1933.vhd] 0:00:00.211000

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1933.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1933.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1933.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1933.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1933.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1979.vhd] 0:00:00.209979

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1979.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1979.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1979.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1979.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1979.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2275.vhd] 0:00:00.211647

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2275.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2275.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2275.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2275.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2275.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1319.vhd] 0:00:00.211134

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1319.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1319.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1319.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1319.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1319.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2648.vhd] 0:00:00.210140

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2648.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2648.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2648.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2648.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2648.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2537.vhd] 0:00:00.208069

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2537.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2537.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2537.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2537.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2537.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2774.vhd] 0:00:00.207430

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2774.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2774.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2774.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2774.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2774.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2346.vhd] 0:00:00.206339

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2346.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2346.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2346.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2346.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2346.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2349.vhd] 0:00:00.207734

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2349.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2349.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2349.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2349.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2349.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2190.vhd] 0:00:00.211765

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2190.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2190.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2190.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2190.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2190.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc50.vhd] 0:00:00.208184

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc50.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc50.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc50.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc50.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc50.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1867.vhd] 0:00:00.211648

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1867.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1867.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1867.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1867.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1867.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2545.vhd] 0:00:00.211135

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2545.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2545.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2545.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2545.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2545.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1602.vhd] 0:00:00.209308

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1602.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1602.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1602.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1602.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1602.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2561.vhd] 0:00:00.211469

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2561.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2561.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2561.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2561.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2561.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc44.vhd] 0:00:00.210563

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc44.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc44.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc44.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc44.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc44.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc928.vhd] 0:00:00.210200

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc928.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc928.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc928.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc928.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc928.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1660.vhd] 0:00:00.209300

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1660.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1660.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1660.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1660.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1660.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1045.vhd] 0:00:00.210628

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1045.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1045.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1045.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1045.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1045.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc121.vhd] 0:00:00.215583

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc121.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc121.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc121.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc121.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc121.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2212.vhd] 0:00:00.209526

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2212.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2212.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2212.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2212.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2212.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2924.vhd] 0:00:00.208171

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2924.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2924.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2924.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2924.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2924.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1283.vhd] 0:00:00.208425

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1283.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1283.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1283.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1283.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1283.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1249.vhd] 0:00:00.207789

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1249.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1249.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1249.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1249.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1249.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc841.vhd] 0:00:00.211568

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc841.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc841.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc841.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc841.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc841.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2555.vhd] 0:00:00.211531

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2555.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2555.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2555.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2555.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2555.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2313.vhd] 0:00:00.212413

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2313.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2313.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2313.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2313.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2313.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc714.vhd] 0:00:00.212420

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc714.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc714.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc714.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc714.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc714.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2201.vhd] 0:00:00.210797

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2201.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2201.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2201.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2201.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2201.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1538.vhd] 0:00:00.208833

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1538.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1538.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1538.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1538.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1538.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2670.vhd] 0:00:00.211915

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2670.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2670.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2670.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2670.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2670.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1102.vhd] 0:00:00.213862

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1102.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1102.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1102.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1102.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1102.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2855.vhd] 0:00:00.212736

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2855.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2855.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2855.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2855.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2855.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1877.vhd] 0:00:00.209957

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1877.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1877.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1877.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1877.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1877.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2468.vhd] 0:00:00.214205

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2468.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2468.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2468.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2468.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2468.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2612.vhd] 0:00:00.215767

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2612.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2612.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2612.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2612.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2612.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2067.vhd] 0:00:00.212407

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2067.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2067.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2067.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2067.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2067.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1254.vhd] 0:00:00.211041

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1254.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1254.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1254.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1254.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1254.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2510.vhd] 0:00:00.216361

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2510.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2510.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2510.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2510.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2510.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2434.vhd] 0:00:00.213566

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2434.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2434.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2434.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2434.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2434.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2351.vhd] 0:00:00.212131

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2351.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2351.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2351.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2351.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2351.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1799.vhd] 0:00:00.210849

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1799.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1799.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1799.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1799.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1799.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1198.vhd] 0:00:00.215143

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1198.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1198.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1198.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1198.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1198.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2009.vhd] 0:00:00.212128

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2009.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2009.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2009.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2009.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2009.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1048.vhd] 0:00:00.210715

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1048.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1048.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1048.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1048.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1048.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2443.vhd] 0:00:00.210140

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2443.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2443.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2443.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2443.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2443.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1853.vhd] 0:00:00.210666

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1853.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1853.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1853.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1853.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1853.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1632.vhd] 0:00:00.211838

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1632.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1632.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1632.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1632.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1632.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1106.vhd] 0:00:00.220095

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1106.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1106.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1106.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1106.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1106.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1068.vhd] 0:00:00.222006

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1068.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1068.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1068.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1068.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1068.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1004.vhd] 0:00:00.210611

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1004.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1004.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1004.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1004.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1004.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1290.vhd] 0:00:00.259088

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1290.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1290.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1290.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1290.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1290.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc369.vhd] 0:00:00.238189

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc369.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc369.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc369.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc369.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc369.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc62.vhd] 0:00:00.217681

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc62.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc62.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc62.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc62.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc62.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc405.vhd] 0:00:00.214403

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc405.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc405.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc405.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc405.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc405.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2070.vhd] 0:00:00.211336

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2070.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2070.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2070.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2070.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2070.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1272.vhd] 0:00:00.214604

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1272.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1272.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1272.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1272.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1272.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1270.vhd] 0:00:00.215770

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1270.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1270.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1270.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1270.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1270.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc140.vhd] 0:00:00.214209

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc140.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc140.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc140.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc140.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc140.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1472.vhd] 0:00:00.215379

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1472.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1472.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1472.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1472.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1472.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2647.vhd] 0:00:00.212988

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2647.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2647.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2647.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2647.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2647.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2832.vhd] 0:00:00.213467

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2832.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2832.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2832.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2832.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2832.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2068.vhd] 0:00:00.214390

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2068.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2068.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2068.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2068.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2068.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1846.vhd] 0:00:00.209099

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1846.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1846.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1846.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1846.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1846.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc221.vhd] 0:00:00.213415

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc221.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc221.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc221.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc221.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc221.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3017.vhd] 0:00:00.214611

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3017.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3017.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3017.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3017.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3017.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2650.vhd] 0:00:00.213877

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2650.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2650.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2650.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2650.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2650.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3103.vhd] 0:00:00.210209

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3103.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3103.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3103.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3103.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3103.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1383.vhd] 0:00:00.213780

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1383.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1383.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1383.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1383.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1383.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1818.vhd] 0:00:00.212873

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1818.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1818.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1818.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1818.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1818.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2834.vhd] 0:00:00.211498

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2834.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2834.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2834.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2834.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2834.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2539.vhd] 0:00:00.208547

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2539.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2539.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2539.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2539.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2539.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1764.vhd] 0:00:00.211292

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1764.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1764.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1764.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1764.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1764.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1868.vhd] 0:00:00.211293

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1868.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1868.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1868.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1868.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1868.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1196.vhd] 0:00:00.210457

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1196.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1196.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1196.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1196.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1196.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1903.vhd] 0:00:00.209303

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1903.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1903.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1903.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1903.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1903.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2680.vhd] 0:00:00.209197

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2680.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2680.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2680.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2680.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2680.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3161.vhd] 0:00:00.209734

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3161.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3161.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3161.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3161.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3161.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc104.vhd] 0:00:00.214073

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc104.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc104.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc104.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc104.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc104.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1136.vhd] 0:00:00.213240

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1136.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1136.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1136.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1136.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1136.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2381.vhd] 0:00:00.211228

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2381.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2381.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2381.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2381.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2381.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1132.vhd] 0:00:00.211778

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1132.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1132.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1132.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1132.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1132.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2923.vhd] 0:00:00.214334

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2923.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2923.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2923.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2923.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2923.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1093.vhd] 0:00:00.216904

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1093.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1093.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1093.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1093.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1093.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1726.vhd] 0:00:00.212478

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1726.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1726.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1726.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1726.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1726.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1893.vhd] 0:00:00.220328

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1893.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1893.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1893.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1893.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1893.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc903.vhd] 0:00:00.211042

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc903.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc903.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc903.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc903.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc903.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3097.vhd] 0:00:00.210468

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3097.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3097.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3097.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3097.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3097.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc302.vhd] 0:00:00.211253

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc302.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc302.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc302.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc302.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc302.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1244.vhd] 0:00:00.209850

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1244.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1244.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1244.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1244.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1244.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1118.vhd] 0:00:00.212664

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1118.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1118.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1118.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1118.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1118.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc547.vhd] 0:00:00.212149

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc547.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc547.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc547.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc547.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc547.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc85.vhd] 0:00:00.211213

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc85.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc85.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc85.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc85.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc85.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2665.vhd] 0:00:00.211799

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2665.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2665.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2665.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2665.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2665.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1219.vhd] 0:00:00.210256

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1219.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1219.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1219.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1219.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1219.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2658.vhd] 0:00:00.207728

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2658.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2658.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2658.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2658.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2658.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2958.vhd] 0:00:00.208503

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2958.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2958.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2958.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2958.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2958.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1427.vhd] 0:00:00.206728

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1427.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1427.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1427.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1427.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1427.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1278.vhd] 0:00:00.211774

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1278.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1278.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1278.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1278.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1278.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1610.vhd] 0:00:00.206866

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1610.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1610.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1610.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1610.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1610.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1411.vhd] 0:00:00.206456

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1411.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1411.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1411.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1411.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1411.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1311.vhd] 0:00:00.204840

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1311.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1311.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1311.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1311.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1311.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1478.vhd] 0:00:00.209094

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1478.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1478.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1478.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1478.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1478.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2799.vhd] 0:00:00.207215

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2799.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2799.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2799.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2799.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2799.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2512.vhd] 0:00:00.211131

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2512.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2512.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2512.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2512.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2512.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2816.vhd] 0:00:00.211198

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2816.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2816.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2816.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2816.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2816.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2541.vhd] 0:00:00.211306

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2541.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2541.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2541.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2541.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2541.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1822.vhd] 0:00:00.212480

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1822.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1822.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1822.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1822.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1822.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2571.vhd] 0:00:00.233100

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2571.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2571.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2571.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2571.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2571.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc998.vhd] 0:00:00.212100

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc998.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc998.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc998.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc998.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc998.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1616.vhd] 0:00:00.216520

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1616.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1616.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1616.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1616.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1616.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc734.vhd] 0:00:00.212313

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc734.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc734.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc734.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc734.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc734.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2668.vhd] 0:00:00.216434

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2668.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2668.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2668.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2668.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2668.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2785.vhd] 0:00:00.214190

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2785.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2785.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2785.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2785.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2785.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc207.vhd] 0:00:00.211995

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc207.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc207.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc207.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc207.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc207.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2811.vhd] 0:00:00.213001

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2811.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2811.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2811.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2811.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2811.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1612.vhd] 0:00:00.212462

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1612.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1612.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1612.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1612.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1612.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1346.vhd] 0:00:00.211027

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1346.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1346.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1346.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1346.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1346.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc813.vhd] 0:00:00.209914

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc813.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc813.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc813.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc813.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc813.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1832.vhd] 0:00:00.208376

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1832.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1832.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1832.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1832.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1832.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc780.vhd] 0:00:00.218896

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc780.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc780.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc780.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc780.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc780.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc193.vhd] 0:00:00.213595

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc193.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc193.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc193.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc193.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc193.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2018.vhd] 0:00:00.210554

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2018.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2018.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2018.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2018.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2018.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2633.vhd] 0:00:00.212253

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2633.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2633.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2633.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2633.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2633.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1741.vhd] 0:00:00.209970

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1741.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1741.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1741.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1741.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1741.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1303.vhd] 0:00:00.208685

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1303.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1303.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1303.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1303.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1303.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2930.vhd] 0:00:00.210719

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2930.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2930.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2930.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2930.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2930.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1141.vhd] 0:00:00.209882

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1141.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1141.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1141.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1141.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1141.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2840.vhd] 0:00:00.207879

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2840.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2840.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2840.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2840.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2840.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2207.vhd] 0:00:00.206229

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2207.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2207.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2207.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2207.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2207.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1905.vhd] 0:00:00.208804

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1905.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1905.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1905.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1905.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1905.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2839.vhd] 0:00:00.210498

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2839.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2839.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2839.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2839.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2839.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2823.vhd] 0:00:00.217925

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2823.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2823.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2823.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2823.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2823.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2075.vhd] 0:00:00.225291

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2075.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2075.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2075.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2075.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2075.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2731.vhd] 0:00:00.212691

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2731.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2731.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2731.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2731.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2731.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1584.vhd] 0:00:00.211687

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1584.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1584.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1584.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1584.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1584.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1671.vhd] 0:00:00.218052

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1671.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1671.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1671.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1671.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1671.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1252.vhd] 0:00:00.216813

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1252.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1252.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1252.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1252.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1252.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1894.vhd] 0:00:00.210235

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1894.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1894.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1894.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1894.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1894.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1162.vhd] 0:00:00.208950

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1162.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1162.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1162.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1162.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1162.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc944.vhd] 0:00:00.212042

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc944.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc944.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc944.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc944.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc944.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1231.vhd] 0:00:00.209035

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1231.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1231.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1231.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1231.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1231.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2763.vhd] 0:00:00.211685

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2763.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2763.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2763.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2763.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2763.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc984.vhd] 0:00:00.209460

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc984.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc984.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc984.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc984.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc984.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2919.vhd] 0:00:00.208648

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2919.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2919.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2919.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2919.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2919.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2877.vhd] 0:00:00.208829

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2877.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2877.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2877.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2877.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2877.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc72.vhd] 0:00:00.207484

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc72.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc72.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc72.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc72.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc72.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2717.vhd] 0:00:00.207786

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2717.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2717.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2717.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2717.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2717.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc186.vhd] 0:00:00.215749

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc186.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc186.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc186.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc186.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc186.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2427.vhd] 0:00:00.212767

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2427.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2427.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2427.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2427.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2427.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1826.vhd] 0:00:00.211008

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1826.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1826.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1826.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1826.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1826.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2596.vhd] 0:00:00.209692

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2596.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2596.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2596.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2596.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2596.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2046.vhd] 0:00:00.210818

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2046.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2046.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2046.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2046.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2046.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2323.vhd] 0:00:00.211119

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2323.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2323.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2323.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2323.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2323.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3019.vhd] 0:00:00.206045

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3019.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3019.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3019.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3019.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3019.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc729.vhd] 0:00:00.208367

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc729.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc729.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc729.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc729.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc729.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2445.vhd] 0:00:00.209704

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2445.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2445.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2445.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2445.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2445.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1667.vhd] 0:00:00.207028

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1667.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1667.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1667.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1667.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1667.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc947.vhd] 0:00:00.207401

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc947.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc947.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc947.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc947.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc947.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc389.vhd] 0:00:00.207532

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc389.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc389.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc389.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc389.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc389.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1623.vhd] 0:00:00.206277

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1623.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1623.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1623.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1623.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1623.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1440.vhd] 0:00:00.205542

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1440.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1440.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1440.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1440.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1440.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1025.vhd] 0:00:00.205423

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1025.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1025.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1025.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1025.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1025.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc253.vhd] 0:00:00.206524

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc253.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc253.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc253.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc253.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc253.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2928.vhd] 0:00:00.205741

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2928.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2928.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2928.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2928.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2928.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2248.vhd] 0:00:00.206582

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2248.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2248.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2248.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2248.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2248.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2386.vhd] 0:00:00.205975

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2386.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2386.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2386.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2386.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2386.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2074.vhd] 0:00:00.205934

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2074.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2074.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2074.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2074.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2074.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2766.vhd] 0:00:00.210714

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2766.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2766.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2766.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2766.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2766.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1420.vhd] 0:00:00.210574

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1420.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1420.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1420.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1420.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1420.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1428.vhd] 0:00:00.211092

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1428.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1428.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1428.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1428.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1428.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc75.vhd] 0:00:00.212665

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc75.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc75.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc75.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc75.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc75.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2629.vhd] 0:00:00.208781

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2629.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2629.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2629.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2629.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2629.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2416.vhd] 0:00:00.208768

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2416.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2416.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2416.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2416.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2416.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1866.vhd] 0:00:00.208398

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1866.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1866.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1866.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1866.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1866.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2420.vhd] 0:00:00.208935

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2420.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2420.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2420.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2420.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2420.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2779.vhd] 0:00:00.210346

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2779.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2779.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2779.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2779.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2779.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc181.vhd] 0:00:00.209384

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc181.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc181.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc181.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc181.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc181.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2405.vhd] 0:00:00.207444

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2405.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2405.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2405.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2405.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2405.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1879.vhd] 0:00:00.207353

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1879.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1879.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1879.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1879.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1879.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1797.vhd] 0:00:00.208218

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1797.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1797.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1797.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1797.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1797.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1429.vhd] 0:00:00.212393

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1429.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1429.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1429.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1429.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1429.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1935.vhd] 0:00:00.208446

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1935.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1935.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1935.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1935.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1935.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1936.vhd] 0:00:00.207775

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1936.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1936.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1936.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1936.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1936.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc289.vhd] 0:00:00.211860

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc289.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc289.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc289.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc289.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc289.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2634.vhd] 0:00:00.210832

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2634.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2634.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2634.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2634.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2634.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2451.vhd] 0:00:00.208919

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2451.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2451.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2451.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2451.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2451.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2340.vhd] 0:00:00.208532

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2340.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2340.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2340.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2340.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2340.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc794.vhd] 0:00:00.212894

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc794.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc794.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc794.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc794.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc794.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc807.vhd] 0:00:00.211302

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc807.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc807.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc807.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc807.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc807.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2666.vhd] 0:00:00.211400

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2666.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2666.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2666.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2666.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2666.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1127.vhd] 0:00:00.212413

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1127.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1127.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1127.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1127.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1127.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1629.vhd] 0:00:00.214475

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1629.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1629.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1629.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1629.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1629.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1481.vhd] 0:00:00.213021

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1481.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1481.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1481.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1481.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1481.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc145.vhd] 0:00:00.210412

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc145.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc145.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc145.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc145.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc145.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1525.vhd] 0:00:00.211681

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1525.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1525.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1525.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1525.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1525.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2406.vhd] 0:00:00.212150

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2406.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2406.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2406.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2406.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2406.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2188.vhd] 0:00:00.210164

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2188.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2188.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2188.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2188.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2188.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc108.vhd] 0:00:00.209465

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc108.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc108.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc108.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc108.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc108.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2706.vhd] 0:00:00.208989

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2706.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2706.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2706.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2706.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2706.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1864.vhd] 0:00:00.216548

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1864.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1864.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1864.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1864.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1864.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1989.vhd] 0:00:00.215556

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1989.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1989.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1989.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1989.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1989.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1293.vhd] 0:00:00.210758

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1293.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1293.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1293.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1293.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1293.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc267.vhd] 0:00:00.211884

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc267.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc267.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc267.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc267.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc267.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1752.vhd] 0:00:00.208783

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1752.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1752.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1752.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1752.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1752.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc727.vhd] 0:00:00.206378

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc727.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc727.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc727.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc727.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc727.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1279.vhd] 0:00:00.210763

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1279.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1279.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1279.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1279.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1279.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1828.vhd] 0:00:00.210414

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1828.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1828.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1828.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1828.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1828.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2687.vhd] 0:00:00.208909

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2687.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2687.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2687.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2687.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2687.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2214.vhd] 0:00:00.208555

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2214.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2214.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2214.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2214.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2214.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2447.vhd] 0:00:00.211200

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2447.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2447.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2447.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2447.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2447.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1627.vhd] 0:00:00.211999

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1627.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1627.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1627.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1627.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1627.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1852.vhd] 0:00:00.211757

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1852.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1852.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1852.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1852.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1852.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2920.vhd] 0:00:00.209758

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2920.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2920.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2920.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2920.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2920.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2681.vhd] 0:00:00.210591

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2681.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2681.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2681.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2681.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2681.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc730.vhd] 0:00:00.209847

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc730.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc730.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc730.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc730.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc730.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc508.vhd] 0:00:00.214523

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc508.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc508.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc508.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc508.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc508.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2040.vhd] 0:00:00.211504

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2040.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2040.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2040.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2040.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2040.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2342.vhd] 0:00:00.208396

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2342.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2342.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2342.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2342.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2342.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2827.vhd] 0:00:00.208386

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2827.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2827.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2827.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2827.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2827.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc848.vhd] 0:00:00.209280

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc848.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc848.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc848.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc848.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc848.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2999.vhd] 0:00:00.207003

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2999.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2999.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2999.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2999.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2999.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc124.vhd] 0:00:00.207510

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc124.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc124.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc124.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc124.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc124.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc783.vhd] 0:00:00.206903

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc783.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc783.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc783.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc783.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc783.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc831.vhd] 0:00:00.207096

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc831.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc831.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc831.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc831.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc831.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc726.vhd] 0:00:00.211417

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc726.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc726.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc726.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc726.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc726.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1352.vhd] 0:00:00.204873

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1352.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1352.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1352.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1352.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1352.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3064.vhd] 0:00:00.204315

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3064.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3064.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3064.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3064.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3064.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc506.vhd] 0:00:00.209084

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc506.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc506.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc506.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc506.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc506.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2538.vhd] 0:00:00.207535

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2538.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2538.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2538.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2538.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2538.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2227.vhd] 0:00:00.205551

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2227.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2227.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2227.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2227.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2227.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1861.vhd] 0:00:00.206684

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1861.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1861.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1861.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1861.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1861.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc963.vhd] 0:00:00.207291

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc963.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc963.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc963.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc963.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc963.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3108.vhd] 0:00:00.205824

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3108.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3108.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3108.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3108.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3108.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc159.vhd] 0:00:00.206675

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc159.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc159.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc159.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc159.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc159.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2424.vhd] 0:00:00.205369

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2424.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2424.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2424.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2424.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2424.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc950.vhd] 0:00:00.208640

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc950.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc950.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc950.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc950.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc950.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc247.vhd] 0:00:00.207319

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc247.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc247.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc247.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc247.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc247.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1253.vhd] 0:00:00.207730

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1253.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1253.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1253.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1253.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1253.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2607.vhd] 0:00:00.209401

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2607.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2607.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2607.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2607.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2607.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1535.vhd] 0:00:00.207512

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1535.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1535.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1535.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1535.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1535.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2691.vhd] 0:00:00.211113

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2691.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2691.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2691.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2691.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2691.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2549.vhd] 0:00:00.211653

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2549.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2549.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2549.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2549.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2549.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1305.vhd] 0:00:00.211172

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1305.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1305.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1305.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1305.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1305.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1628.vhd] 0:00:00.210001

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1628.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1628.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1628.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1628.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1628.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1490.vhd] 0:00:00.210626

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1490.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1490.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1490.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1490.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1490.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc949.vhd] 0:00:00.211942

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc949.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc949.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc949.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc949.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc949.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1407.vhd] 0:00:00.209557

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1407.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1407.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1407.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1407.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1407.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc901.vhd] 0:00:00.214665

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc901.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc901.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc901.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc901.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc901.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2991.vhd] 0:00:00.214635

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2991.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2991.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2991.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2991.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2991.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2054.vhd] 0:00:00.212832

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2054.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2054.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2054.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2054.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2054.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc504.vhd] 0:00:00.212415

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc504.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc504.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc504.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc504.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc504.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2662.vhd] 0:00:00.209841

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2662.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2662.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2662.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2662.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2662.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1008.vhd] 0:00:00.213820

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1008.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1008.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1008.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1008.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1008.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2423.vhd] 0:00:00.208695

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2423.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2423.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2423.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2423.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2423.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1476.vhd] 0:00:00.209205

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1476.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1476.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1476.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1476.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1476.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2635.vhd] 0:00:00.211207

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2635.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2635.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2635.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2635.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2635.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc826.vhd] 0:00:00.209903

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc826.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc826.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc826.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc826.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc826.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc371.vhd] 0:00:00.213140

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc371.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc371.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc371.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc371.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc371.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc786.vhd] 0:00:00.215271

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc786.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc786.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc786.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc786.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc786.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2218.vhd] 0:00:00.219815

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2218.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2218.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2218.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2218.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2218.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2716.vhd] 0:00:00.219578

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2716.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2716.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2716.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2716.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2716.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc305.vhd] 0:00:00.217903

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc305.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc305.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc305.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc305.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc305.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc722.vhd] 0:00:00.220279

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc722.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc722.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc722.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc722.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc722.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1891.vhd] 0:00:00.216040

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1891.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1891.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1891.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1891.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1891.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc316.vhd] 0:00:00.214281

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc316.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc316.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc316.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc316.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc316.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2938.vhd] 0:00:00.213899

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2938.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2938.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2938.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2938.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2938.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1200.vhd] 0:00:00.214320

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1200.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1200.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1200.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1200.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1200.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2801.vhd] 0:00:00.212598

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2801.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2801.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2801.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2801.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2801.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc189.vhd] 0:00:00.211729

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc189.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc189.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc189.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc189.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc189.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2073.vhd] 0:00:00.218163

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2073.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2073.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2073.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2073.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2073.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc999.vhd] 0:00:00.216972

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc999.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc999.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc999.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc999.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc999.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2542.vhd] 0:00:00.214475

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2542.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2542.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2542.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2542.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2542.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc549.vhd] 0:00:00.212495

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc549.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc549.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc549.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc549.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc549.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2807.vhd] 0:00:00.220865

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2807.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2807.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2807.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2807.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2807.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2219.vhd] 0:00:00.226164

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2219.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2219.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2219.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2219.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2219.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1049.vhd] 0:00:00.210728

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1049.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1049.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1049.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1049.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1049.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2044.vhd] 0:00:00.212288

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2044.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2044.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2044.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2044.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2044.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1143.vhd] 0:00:00.216577

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1143.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1143.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1143.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1143.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1143.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc269.vhd] 0:00:00.215661

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc269.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc269.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc269.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc269.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc269.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1433.vhd] 0:00:00.213340

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1433.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1433.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1433.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1433.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1433.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc774.vhd] 0:00:00.214522

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc774.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc774.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc774.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc774.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc774.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc310.vhd] 0:00:00.212954

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc310.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc310.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc310.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc310.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc310.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1022.vhd] 0:00:00.212614

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1022.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1022.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1022.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1022.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1022.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3007.vhd] 0:00:00.210158

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3007.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3007.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3007.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3007.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3007.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1201.vhd] 0:00:00.212160

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1201.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1201.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1201.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1201.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1201.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc106.vhd] 0:00:00.214260

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc106.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc106.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc106.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc106.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc106.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2410.vhd] 0:00:00.212958

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2410.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2410.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2410.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2410.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2410.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc231.vhd] 0:00:00.212321

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc231.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc231.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc231.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc231.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc231.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2350.vhd] 0:00:00.232787

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2350.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2350.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2350.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2350.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2350.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2842.vhd] 0:00:00.217841

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2842.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2842.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2842.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2842.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2842.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1064.vhd] 0:00:00.213891

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1064.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1064.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1064.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1064.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1064.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2841.vhd] 0:00:00.215716

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2841.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2841.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2841.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2841.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2841.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1243.vhd] 0:00:00.215139

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1243.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1243.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1243.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1243.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1243.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2027.vhd] 0:00:00.217380

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2027.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2027.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2027.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2027.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2027.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc345.vhd] 0:00:00.213191

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc345.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc345.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc345.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc345.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc345.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1114.vhd] 0:00:00.215021

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1114.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1114.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1114.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1114.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1114.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1189.vhd] 0:00:00.213425

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1189.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1189.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1189.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1189.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1189.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1802.vhd] 0:00:00.210930

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1802.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1802.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1802.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1802.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1802.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc235.vhd] 0:00:00.210165

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc235.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc235.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc235.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc235.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc235.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc979.vhd] 0:00:00.211106

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc979.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc979.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc979.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc979.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc979.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1396.vhd] 0:00:00.209745

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1396.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1396.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1396.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1396.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1396.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc809.vhd] 0:00:00.210076

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc809.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc809.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc809.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc809.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc809.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1329.vhd] 0:00:00.208244

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1329.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1329.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1329.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1329.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1329.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2064.vhd] 0:00:00.207141

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2064.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2064.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2064.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2064.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2064.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1271.vhd] 0:00:00.210872

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1271.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1271.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1271.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1271.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1271.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc532.vhd] 0:00:00.210366

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc532.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc532.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc532.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc532.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc532.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc304.vhd] 0:00:00.206888

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc304.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc304.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc304.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc304.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc304.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2491.vhd] 0:00:00.210512

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2491.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2491.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2491.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2491.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2491.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc822.vhd] 0:00:00.208151

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc822.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc822.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc822.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc822.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc822.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1282.vhd] 0:00:00.207927

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1282.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1282.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1282.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1282.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1282.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2580.vhd] 0:00:00.207307

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2580.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2580.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2580.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2580.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2580.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1854.vhd] 0:00:00.208301

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1854.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1854.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1854.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1854.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1854.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2594.vhd] 0:00:00.209777

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2594.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2594.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2594.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2594.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2594.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1430.vhd] 0:00:00.214400

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1430.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1430.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1430.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1430.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1430.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1502.vhd] 0:00:00.211823

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1502.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1502.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1502.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1502.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1502.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2355.vhd] 0:00:00.212195

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2355.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2355.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2355.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2355.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2355.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3104.vhd] 0:00:00.208092

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3104.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3104.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3104.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3104.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3104.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1750.vhd] 0:00:00.216205

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1750.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1750.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1750.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1750.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1750.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2887.vhd] 0:00:00.208743

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2887.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2887.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2887.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2887.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2887.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1054.vhd] 0:00:00.210832

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1054.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1054.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1054.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1054.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1054.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1855.vhd] 0:00:00.212456

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1855.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1855.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1855.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1855.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1855.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2189.vhd] 0:00:00.209273

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2189.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2189.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2189.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2189.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2189.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2353.vhd] 0:00:00.217490

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2353.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2353.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2353.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2353.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2353.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3092.vhd] 0:00:00.209253

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3092.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3092.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3092.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3092.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3092.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2787.vhd] 0:00:00.211291

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2787.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2787.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2787.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2787.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2787.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc89.vhd] 0:00:00.213289

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc89.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc89.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc89.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc89.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc89.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc735.vhd] 0:00:00.209945

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc735.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc735.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc735.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc735.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc735.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2609.vhd] 0:00:00.210842

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2609.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2609.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2609.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2609.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2609.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc200.vhd] 0:00:00.210568

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc200.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc200.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc200.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc200.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc200.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3105.vhd] 0:00:00.208067

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3105.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3105.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3105.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3105.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3105.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1751.vhd] 0:00:00.207862

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1751.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1751.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1751.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1751.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1751.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1542.vhd] 0:00:00.207761

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1542.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1542.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1542.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1542.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1542.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2813.vhd] 0:00:00.209921

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2813.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2813.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2813.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2813.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2813.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1676.vhd] 0:00:00.209335

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1676.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1676.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1676.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1676.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1676.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2926.vhd] 0:00:00.210508

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2926.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2926.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2926.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2926.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2926.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc715.vhd] 0:00:00.208425

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc715.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc715.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc715.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc715.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc715.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1746.vhd] 0:00:00.207841

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1746.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1746.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1746.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1746.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1746.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2826.vhd] 0:00:00.208261

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2826.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2826.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2826.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2826.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2826.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2657.vhd] 0:00:00.209972

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2657.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2657.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2657.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2657.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2657.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2603.vhd] 0:00:00.208031

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2603.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2603.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2603.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2603.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2603.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1934.vhd] 0:00:00.210899

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1934.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1934.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1934.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1934.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1934.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2892.vhd] 0:00:00.211047

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2892.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2892.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2892.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2892.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2892.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2051.vhd] 0:00:00.210642

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2051.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2051.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2051.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2051.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2051.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2449.vhd] 0:00:00.211960

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2449.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2449.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2449.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2449.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2449.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc977.vhd] 0:00:00.210733

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc977.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc977.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc977.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc977.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc977.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3096.vhd] 0:00:00.208035

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3096.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3096.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3096.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3096.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3096.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc828.vhd] 0:00:00.208770

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc828.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc828.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc828.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc828.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc828.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1858.vhd] 0:00:00.215796

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1858.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1858.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1858.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1858.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1858.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1645.vhd] 0:00:00.212155

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1645.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1645.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1645.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1645.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1645.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1358.vhd] 0:00:00.212707

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1358.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1358.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1358.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1358.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1358.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1277.vhd] 0:00:00.212820

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1277.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1277.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1277.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1277.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1277.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1195.vhd] 0:00:00.212062

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1195.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1195.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1195.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1195.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1195.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2770.vhd] 0:00:00.210555

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2770.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2770.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2770.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2770.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2770.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2683.vhd] 0:00:00.208801

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2683.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2683.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2683.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2683.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2683.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2362.vhd] 0:00:00.207656

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2362.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2362.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2362.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2362.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2362.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2730.vhd] 0:00:00.204654

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2730.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2730.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2730.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2730.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2730.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1131.vhd] 0:00:00.206873

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1131.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1131.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1131.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1131.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1131.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1774.vhd] 0:00:00.216387

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1774.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1774.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1774.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1774.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1774.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1834.vhd] 0:00:00.213515

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1834.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1834.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1834.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1834.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1834.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc130.vhd] 0:00:00.212803

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc130.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc130.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc130.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc130.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc130.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc144.vhd] 0:00:00.211743

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc144.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc144.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc144.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc144.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc144.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2246.vhd] 0:00:00.209267

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2246.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2246.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2246.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2246.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2246.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2810.vhd] 0:00:00.209720

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2810.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2810.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2810.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2810.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2810.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1284.vhd] 0:00:00.209332

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1284.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1284.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1284.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1284.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1284.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2223.vhd] 0:00:00.211259

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2223.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2223.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2223.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2223.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2223.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc58.vhd] 0:00:00.210582

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc58.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc58.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc58.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc58.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc58.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2656.vhd] 0:00:00.211059

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2656.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2656.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2656.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2656.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2656.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1061.vhd] 0:00:00.215502

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1061.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1061.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1061.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1061.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1061.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1513.vhd] 0:00:00.214313

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1513.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1513.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1513.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1513.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1513.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3093.vhd] 0:00:00.212464

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3093.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3093.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3093.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3093.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3093.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1298.vhd] 0:00:00.217843

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1298.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1298.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1298.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1298.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1298.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2857.vhd] 0:00:00.215286

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2857.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2857.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2857.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2857.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2857.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1620.vhd] 0:00:00.212434

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1620.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1620.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1620.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1620.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1620.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2507.vhd] 0:00:00.209603

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2507.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2507.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2507.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2507.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2507.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2444.vhd] 0:00:00.213000

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2444.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2444.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2444.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2444.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2444.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2640.vhd] 0:00:00.213129

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2640.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2640.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2640.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2640.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2640.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1426.vhd] 0:00:00.211383

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1426.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1426.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1426.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1426.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1426.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1240.vhd] 0:00:00.209115

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1240.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1240.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1240.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1240.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1240.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1887.vhd] 0:00:00.207779

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1887.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1887.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1887.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1887.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1887.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1188.vhd] 0:00:00.206458

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1188.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1188.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1188.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1188.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1188.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2402.vhd] 0:00:00.206647

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2402.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2402.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2402.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2402.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2402.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2556.vhd] 0:00:00.205760

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2556.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2556.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2556.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2556.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2556.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1886.vhd] 0:00:00.207512

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1886.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1886.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1886.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1886.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1886.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1980.vhd] 0:00:00.210665

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1980.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1980.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1980.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1980.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1980.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc721.vhd] 0:00:00.213924

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc721.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc721.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc721.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc721.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc721.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2674.vhd] 0:00:00.209964

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2674.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2674.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2674.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2674.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2674.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2673.vhd] 0:00:00.209665

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2673.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2673.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2673.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2673.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2673.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2438.vhd] 0:00:00.207094

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2438.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2438.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2438.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2438.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2438.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc94.vhd] 0:00:00.207226

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc94.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc94.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc94.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc94.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc94.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2695.vhd] 0:00:00.204231

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2695.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2695.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2695.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2695.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2695.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1666.vhd] 0:00:00.205978

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1666.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1666.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1666.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1666.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1666.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc904.vhd] 0:00:00.209956

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc904.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc904.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc904.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc904.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc904.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2540.vhd] 0:00:00.213073

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2540.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2540.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2540.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2540.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2540.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc739.vhd] 0:00:00.206083

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc739.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc739.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc739.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc739.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc739.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2934.vhd] 0:00:00.208500

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2934.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2934.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2934.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2934.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2934.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1562.vhd] 0:00:00.209913

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1562.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1562.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1562.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1562.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1562.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2593.vhd] 0:00:00.212406

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2593.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2593.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2593.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2593.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2593.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1094.vhd] 0:00:00.214412

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1094.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1094.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1094.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1094.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1094.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2065.vhd] 0:00:00.210901

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2065.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2065.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2065.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2065.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2065.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1431.vhd] 0:00:00.210827

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1431.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1431.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1431.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1431.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1431.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1730.vhd] 0:00:00.210179

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1730.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1730.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1730.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1730.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1730.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc976.vhd] 0:00:00.205853

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc976.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc976.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc976.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc976.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc976.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2509.vhd] 0:00:00.206980

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2509.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2509.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2509.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2509.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2509.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2628.vhd] 0:00:00.208435

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2628.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2628.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2628.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2628.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2628.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2984.vhd] 0:00:00.207946

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2984.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2984.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2984.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2984.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2984.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1170.vhd] 0:00:00.208018

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1170.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1170.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1170.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1170.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1170.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1839.vhd] 0:00:00.207217

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1839.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1839.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1839.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1839.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1839.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc252.vhd] 0:00:00.214502

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc252.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc252.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc252.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc252.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc252.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc122.vhd] 0:00:00.213290

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc122.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc122.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc122.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc122.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc122.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2407.vhd] 0:00:00.209759

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2407.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2407.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2407.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2407.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2407.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1355.vhd] 0:00:00.207843

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1355.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1355.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1355.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1355.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1355.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1625.vhd] 0:00:00.246202

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1625.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1625.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1625.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1625.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1625.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1304.vhd] 0:00:00.208946

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1304.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1304.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1304.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1304.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1304.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc243.vhd] 0:00:00.207251

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc243.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc243.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc243.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc243.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc243.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2912.vhd] 0:00:00.208699

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2912.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2912.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2912.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2912.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2912.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc165.vhd] 0:00:00.212620

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc165.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc165.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc165.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc165.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc165.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1441.vhd] 0:00:00.215374

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1441.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1441.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1441.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1441.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1441.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1250.vhd] 0:00:00.214968

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1250.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1250.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1250.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1250.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1250.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3000.vhd] 0:00:00.211936

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3000.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3000.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3000.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3000.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3000.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2029.vhd] 0:00:00.210769

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2029.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2029.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2029.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2029.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2029.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2946.vhd] 0:00:00.211863

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2946.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2946.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2946.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2946.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2946.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1479.vhd] 0:00:00.208380

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1479.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1479.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1479.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1479.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1479.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2038.vhd] 0:00:00.209716

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2038.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2038.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2038.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2038.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2038.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2833.vhd] 0:00:00.220446

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2833.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2833.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2833.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2833.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2833.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2278.vhd] 0:00:00.219981

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2278.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2278.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2278.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2278.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2278.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2254.vhd] 0:00:00.224976

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2254.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2254.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2254.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2254.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2254.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1777.vhd] 0:00:00.212047

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1777.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1777.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1777.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1777.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1777.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1618.vhd] 0:00:00.217274

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1618.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1618.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1618.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1618.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1618.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc785.vhd] 0:00:00.214587

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc785.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc785.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc785.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc785.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc785.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc790.vhd] 0:00:00.213361

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc790.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc790.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc790.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc790.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc790.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc728.vhd] 0:00:00.212911

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc728.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc728.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc728.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc728.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc728.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2661.vhd] 0:00:00.212095

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2661.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2661.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2661.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2661.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2661.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1794.vhd] 0:00:00.211630

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1794.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1794.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1794.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1794.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1794.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2783.vhd] 0:00:00.211589

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2783.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2783.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2783.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2783.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2783.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1696.vhd] 0:00:00.210613

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1696.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1696.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1696.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1696.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1696.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1063.vhd] 0:00:00.216763

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1063.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1063.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1063.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1063.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1063.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1824.vhd] 0:00:00.217113

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1824.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1824.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1824.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1824.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1824.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2230.vhd] 0:00:00.214187

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2230.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2230.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2230.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2230.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2230.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1990.vhd] 0:00:00.213946

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1990.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1990.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1990.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1990.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1990.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2875.vhd] 0:00:00.218746

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2875.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2875.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2875.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2875.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2875.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2319.vhd] 0:00:00.222995

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2319.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2319.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2319.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2319.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2319.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1673.vhd] 0:00:00.212556

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1673.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1673.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1673.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1673.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1673.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc368.vhd] 0:00:00.210848

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc368.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc368.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc368.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc368.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc368.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1592.vhd] 0:00:00.210790

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1592.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1592.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1592.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1592.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1592.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2795.vhd] 0:00:00.210886

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2795.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2795.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2795.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2795.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2795.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1590.vhd] 0:00:00.212196

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1590.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1590.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1590.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1590.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1590.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1204.vhd] 0:00:00.211254

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1204.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1204.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1204.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1204.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1204.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1036.vhd] 0:00:00.211306

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1036.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1036.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1036.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1036.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1036.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2638.vhd] 0:00:00.211159

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2638.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2638.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2638.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2638.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2638.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2312.vhd] 0:00:00.211385

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2312.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2312.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2312.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2312.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2312.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1754.vhd] 0:00:00.211934

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1754.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1754.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1754.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1754.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1754.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2942.vhd] 0:00:00.209558

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2942.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2942.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2942.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2942.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2942.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2957.vhd] 0:00:00.208966

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2957.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2957.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2957.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2957.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2957.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1041.vhd] 0:00:00.211592

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1041.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1041.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1041.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1041.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1041.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1469.vhd] 0:00:00.214050

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1469.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1469.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1469.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1469.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1469.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1289.vhd] 0:00:00.208124

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1289.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1289.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1289.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1289.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1289.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1083.vhd] 0:00:00.207926

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1083.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1083.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1083.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1083.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1083.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1825.vhd] 0:00:00.208641

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1825.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1825.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1825.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1825.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1825.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1062.vhd] 0:00:00.209480

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1062.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1062.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1062.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1062.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1062.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3011.vhd] 0:00:00.213452

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3011.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3011.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3011.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3011.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3011.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2315.vhd] 0:00:00.211608

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2315.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2315.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2315.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2315.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2315.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1827.vhd] 0:00:00.211075

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1827.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1827.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1827.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1827.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1827.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1829.vhd] 0:00:00.210755

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1829.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1829.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1829.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1829.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1829.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2581.vhd] 0:00:00.212955

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2581.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2581.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2581.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2581.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2581.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1326.vhd] 0:00:00.215644

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1326.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1326.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1326.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1326.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1326.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1591.vhd] 0:00:00.209324

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1591.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1591.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1591.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1591.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1591.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2794.vhd] 0:00:00.209366

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2794.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2794.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2794.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2794.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2794.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2620.vhd] 0:00:00.209008

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2620.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2620.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2620.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2620.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2620.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2663.vhd] 0:00:00.208417

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2663.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2663.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2663.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2663.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2663.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2059.vhd] 0:00:00.207800

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2059.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2059.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2059.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2059.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2059.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2746.vhd] 0:00:00.209717

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2746.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2746.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2746.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2746.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2746.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc518.vhd] 0:00:00.210778

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc518.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc518.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc518.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc518.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc518.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2534.vhd] 0:00:00.220372

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2534.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2534.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2534.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2534.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2534.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1831.vhd] 0:00:00.205302

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1831.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1831.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1831.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1831.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1831.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2997.vhd] 0:00:00.206091

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2997.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2997.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2997.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2997.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2997.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc340.vhd] 0:00:00.206340

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc340.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc340.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc340.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc340.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc340.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1712.vhd] 0:00:00.206108

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1712.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1712.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1712.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1712.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1712.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc67.vhd] 0:00:00.210486

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc67.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc67.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc67.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc67.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc67.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1615.vhd] 0:00:00.210064

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1615.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1615.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1615.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1615.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1615.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2032.vhd] 0:00:00.207515

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2032.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2032.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2032.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2032.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2032.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc789.vhd] 0:00:00.207190

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc789.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc789.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc789.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc789.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc789.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2824.vhd] 0:00:00.208129

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2824.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2824.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2824.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2824.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2824.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1520.vhd] 0:00:00.209648

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1520.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1520.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1520.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1520.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1520.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2956.vhd] 0:00:00.209591

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2956.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2956.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2956.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2956.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2956.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2914.vhd] 0:00:00.208648

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2914.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2914.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2914.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2914.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2914.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2720.vhd] 0:00:00.210319

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2720.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2720.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2720.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2720.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2720.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc324.vhd] 0:00:00.211676

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc324.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc324.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc324.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc324.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc324.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2838.vhd] 0:00:00.208646

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2838.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2838.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2838.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2838.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2838.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc184.vhd] 0:00:00.209486

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc184.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc184.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc184.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc184.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc184.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1115.vhd] 0:00:00.207995

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1115.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1115.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1115.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1115.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1115.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2911.vhd] 0:00:00.207251

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2911.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2911.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2911.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2911.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2911.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1657.vhd] 0:00:00.207299

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1657.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1657.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1657.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1657.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1657.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1682.vhd] 0:00:00.206899

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1682.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1682.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1682.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1682.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1682.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2933.vhd] 0:00:00.210704

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2933.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2933.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2933.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2933.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2933.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2574.vhd] 0:00:00.213531

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2574.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2574.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2574.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2574.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2574.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1415.vhd] 0:00:00.210205

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1415.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1415.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1415.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1415.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1415.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1169.vhd] 0:00:00.211011

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1169.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1169.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1169.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1169.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1169.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1812.vhd] 0:00:00.212715

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1812.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1812.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1812.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1812.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1812.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2306.vhd] 0:00:00.213781

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2306.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2306.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2306.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2306.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2306.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1664.vhd] 0:00:00.213834

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1664.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1664.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1664.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1664.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1664.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2591.vhd] 0:00:00.211283

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2591.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2591.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2591.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2591.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2591.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2072.vhd] 0:00:00.212351

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2072.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2072.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2072.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2072.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2072.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2584.vhd] 0:00:00.213746

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2584.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2584.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2584.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2584.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2584.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2786.vhd] 0:00:00.229234

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2786.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2786.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2786.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2786.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2786.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1876.vhd] 0:00:00.211754

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1876.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1876.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1876.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1876.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1876.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3.vhd] 0:00:00.214057

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1830.vhd] 0:00:00.215945

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1830.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1830.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1830.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1830.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1830.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc20.vhd] 0:00:00.211095

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc20.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc20.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc20.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc20.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc20.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2682.vhd] 0:00:00.208335

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2682.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2682.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2682.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2682.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2682.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2418.vhd] 0:00:00.214471

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2418.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2418.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2418.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2418.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2418.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1466.vhd] 0:00:00.213983

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1466.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1466.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1466.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1466.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1466.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1236.vhd] 0:00:00.218126

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1236.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1236.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1236.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1236.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1236.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2610.vhd] 0:00:00.207179

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2610.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2610.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2610.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2610.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2610.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2806.vhd] 0:00:00.207603

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2806.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2806.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2806.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2806.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2806.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc838.vhd] 0:00:00.210510

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc838.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc838.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc838.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc838.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc838.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1622.vhd] 0:00:00.213853

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1622.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1622.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1622.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1622.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1622.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc46.vhd] 0:00:00.208892

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc46.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc46.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc46.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc46.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc46.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2796.vhd] 0:00:00.212737

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2796.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2796.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2796.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2796.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2796.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc190.vhd] 0:00:00.214182

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc190.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc190.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc190.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc190.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc190.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1047.vhd] 0:00:00.214370

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1047.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1047.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1047.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1047.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1047.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc249.vhd] 0:00:00.213935

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc249.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc249.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc249.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc249.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc249.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1714.vhd] 0:00:00.211528

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1714.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1714.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1714.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1714.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1714.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2619.vhd] 0:00:00.214662

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2619.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2619.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2619.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2619.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2619.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2800.vhd] 0:00:00.213252

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2800.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2800.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2800.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2800.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2800.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc725.vhd] 0:00:00.217275

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc725.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc725.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc725.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc725.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc725.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2056.vhd] 0:00:00.212848

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2056.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2056.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2056.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2056.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2056.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2896.vhd] 0:00:00.221479

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2896.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2896.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2896.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2896.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2896.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2441.vhd] 0:00:00.216431

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2441.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2441.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2441.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2441.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2441.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2282.vhd] 0:00:00.214745

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2282.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2282.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2282.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2282.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2282.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2057.vhd] 0:00:00.215894

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2057.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2057.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2057.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2057.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2057.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc21.vhd] 0:00:00.218856

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc21.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc21.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc21.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc21.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc21.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc236.vhd] 0:00:00.221519

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc236.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc236.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc236.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc236.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc236.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1186.vhd] 0:00:00.222273

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1186.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1186.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1186.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1186.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1186.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1821.vhd] 0:00:00.211518

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1821.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1821.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1821.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1821.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1821.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1264.vhd] 0:00:00.212582

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1264.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1264.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1264.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1264.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1264.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2935.vhd] 0:00:00.211905

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2935.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2935.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2935.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2935.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2935.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1453.vhd] 0:00:00.215499

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1453.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1453.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1453.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1453.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1453.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2791.vhd] 0:00:00.213717

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2791.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2791.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2791.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2791.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2791.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2728.vhd] 0:00:00.213930

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2728.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2728.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2728.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2728.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2728.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc770.vhd] 0:00:00.212203

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc770.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc770.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc770.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc770.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc770.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3027.vhd] 0:00:00.215009

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3027.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3027.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3027.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3027.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3027.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc502.vhd] 0:00:00.212763

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc502.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc502.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc502.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc502.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc502.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1190.vhd] 0:00:00.213989

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1190.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1190.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1190.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1190.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1190.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1246.vhd] 0:00:00.214157

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1246.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1246.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1246.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1246.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1246.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1862.vhd] 0:00:00.212044

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1862.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1862.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1862.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1862.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1862.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc71.vhd] 0:00:00.208170

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc71.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc71.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc71.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc71.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc71.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2764.vhd] 0:00:00.208126

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2764.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2764.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2764.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2764.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2764.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3091.vhd] 0:00:00.208601

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3091.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3091.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3091.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3091.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3091.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2846.vhd] 0:00:00.210358

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2846.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2846.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2846.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2846.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2846.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2213.vhd] 0:00:00.208389

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2213.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2213.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2213.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2213.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2213.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc801.vhd] 0:00:00.209920

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc801.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc801.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc801.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc801.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc801.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc152.vhd] 0:00:00.209909

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc152.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc152.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc152.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc152.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc152.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3021.vhd] 0:00:00.215429

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3021.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3021.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3021.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3021.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3021.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1672.vhd] 0:00:00.210746

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1672.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1672.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1672.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1672.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1672.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2202.vhd] 0:00:00.213513

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2202.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2202.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2202.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2202.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2202.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2002.vhd] 0:00:00.215401

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2002.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2002.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2002.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2002.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2002.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1467.vhd] 0:00:00.213814

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1467.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1467.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1467.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1467.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1467.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1556.vhd] 0:00:00.220470

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1556.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1556.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1556.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1556.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1556.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc819.vhd] 0:00:00.212432

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc819.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc819.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc819.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc819.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc819.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2907.vhd] 0:00:00.210901

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2907.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2907.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2907.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2907.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2907.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2235.vhd] 0:00:00.215560

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2235.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2235.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2235.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2235.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2235.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc847.vhd] 0:00:00.213898

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc847.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc847.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc847.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc847.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc847.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2322.vhd] 0:00:00.213880

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2322.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2322.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2322.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2322.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2322.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2431.vhd] 0:00:00.215096

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2431.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2431.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2431.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2431.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2431.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1640.vhd] 0:00:00.217260

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1640.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1640.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1640.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1640.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1640.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1146.vhd] 0:00:00.216426

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1146.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1146.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1146.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1146.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1146.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2020.vhd] 0:00:00.222805

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2020.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2020.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2020.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2020.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2020.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2247.vhd] 0:00:00.214034

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2247.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2247.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2247.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2247.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2247.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1484.vhd] 0:00:00.215532

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1484.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1484.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1484.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1484.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1484.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2560.vhd] 0:00:00.207070

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2560.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2560.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2560.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2560.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2560.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1811.vhd] 0:00:00.211121

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1811.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1811.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1811.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1811.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1811.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2818.vhd] 0:00:00.211372

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2818.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2818.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2818.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2818.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2818.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3006.vhd] 0:00:00.210745

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3006.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3006.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3006.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3006.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3006.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2041.vhd] 0:00:00.210777

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2041.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2041.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2041.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2041.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2041.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2604.vhd] 0:00:00.214203

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2604.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2604.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2604.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2604.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2604.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1381.vhd] 0:00:00.214399

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1381.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1381.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1381.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1381.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1381.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2280.vhd] 0:00:00.216022

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2280.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2280.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2280.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2280.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2280.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2225.vhd] 0:00:00.215234

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2225.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2225.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2225.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2225.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2225.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2043.vhd] 0:00:00.213355

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2043.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2043.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2043.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2043.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2043.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2244.vhd] 0:00:00.212822

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2244.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2244.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2244.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2244.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2244.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc960.vhd] 0:00:00.212732

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc960.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc960.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc960.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc960.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc960.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc374.vhd] 0:00:00.211697

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc374.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc374.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc374.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc374.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc374.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc551.vhd] 0:00:00.212345

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc551.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc551.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc551.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc551.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc551.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2929.vhd] 0:00:00.211501

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2929.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2929.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2929.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2929.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2929.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1465.vhd] 0:00:00.212651

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1465.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1465.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1465.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1465.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1465.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2843.vhd] 0:00:00.211716

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2843.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2843.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2843.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2843.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2843.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc195.vhd] 0:00:00.209852

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc195.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc195.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc195.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc195.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc195.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1066.vhd] 0:00:00.207892

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1066.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1066.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1066.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1066.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1066.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1656.vhd] 0:00:00.209355

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1656.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1656.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1656.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1656.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1656.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc240.vhd] 0:00:00.209794

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc240.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc240.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc240.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc240.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc240.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc92.vhd] 0:00:00.211931

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc92.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc92.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc92.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc92.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc92.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1111.vhd] 0:00:00.213060

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1111.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1111.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1111.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1111.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1111.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2852.vhd] 0:00:00.210739

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2852.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2852.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2852.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2852.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2852.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1056.vhd] 0:00:00.210783

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1056.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1056.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1056.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1056.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1056.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1913.vhd] 0:00:00.215457

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1913.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1913.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1913.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1913.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1913.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1313.vhd] 0:00:00.213038

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1313.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1313.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1313.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1313.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1313.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2775.vhd] 0:00:00.214696

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2775.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2775.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2775.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2775.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2775.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2422.vhd] 0:00:00.217878

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2422.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2422.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2422.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2422.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2422.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1941.vhd] 0:00:00.211547

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1941.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1941.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1941.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1941.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1941.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2379.vhd] 0:00:00.210309

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2379.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2379.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2379.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2379.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2379.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2897.vhd] 0:00:00.208477

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2897.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2897.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2897.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2897.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2897.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2944.vhd] 0:00:00.208678

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2944.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2944.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2944.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2944.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2944.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2194.vhd] 0:00:00.215074

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2194.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2194.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2194.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2194.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2194.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc994.vhd] 0:00:00.212764

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc994.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc994.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc994.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc994.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc994.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc391.vhd] 0:00:00.212627

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc391.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc391.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc391.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc391.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc391.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1295.vhd] 0:00:00.217978

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1295.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1295.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1295.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1295.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1295.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1449.vhd] 0:00:00.217707

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1449.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1449.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1449.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1449.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1449.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc352.vhd] 0:00:00.215211

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc352.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc352.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc352.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc352.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc352.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1285.vhd] 0:00:00.214698

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1285.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1285.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1285.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1285.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1285.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1938.vhd] 0:00:00.210801

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1938.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1938.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1938.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1938.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1938.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1504.vhd] 0:00:00.214240

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1504.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1504.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1504.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1504.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1504.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2889.vhd] 0:00:00.213661

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2889.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2889.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2889.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2889.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2889.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1314.vhd] 0:00:00.214739

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1314.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1314.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1314.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1314.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1314.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2517.vhd] 0:00:00.213422

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2517.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2517.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2517.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2517.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2517.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2552.vhd] 0:00:00.212479

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2552.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2552.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2552.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2552.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2552.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2615.vhd] 0:00:00.209428

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2615.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2615.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2615.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2615.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2615.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc990.vhd] 0:00:00.209976

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc990.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc990.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc990.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc990.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc990.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2723.vhd] 0:00:00.210860

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2723.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2723.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2723.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2723.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2723.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2653.vhd] 0:00:00.210590

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2653.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2653.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2653.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2653.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2653.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1380.vhd] 0:00:00.210152

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1380.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1380.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1380.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1380.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1380.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc155.vhd] 0:00:00.211528

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc155.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc155.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc155.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc155.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc155.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2255.vhd] 0:00:00.211844

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2255.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2255.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2255.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2255.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2255.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2872.vhd] 0:00:00.212765

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2872.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2872.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2872.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2872.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2872.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2393.vhd] 0:00:00.209437

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2393.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2393.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2393.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2393.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2393.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2226.vhd] 0:00:00.209729

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2226.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2226.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2226.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2226.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2226.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc985.vhd] 0:00:00.213736

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc985.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc985.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc985.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc985.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc985.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1325.vhd] 0:00:00.213663

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1325.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1325.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1325.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1325.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1325.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2597.vhd] 0:00:00.210756

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2597.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2597.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2597.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2597.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2597.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1503.vhd] 0:00:00.207723

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1503.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1503.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1503.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1503.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1503.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc937.vhd] 0:00:00.208511

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc937.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc937.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc937.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc937.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc937.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1438.vhd] 0:00:00.211723

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1438.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1438.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1438.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1438.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1438.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc775.vhd] 0:00:00.209983

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc775.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc775.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc775.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc775.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc775.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2790.vhd] 0:00:00.210555

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2790.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2790.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2790.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2790.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2790.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2543.vhd] 0:00:00.212197

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2543.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2543.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2543.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2543.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2543.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2655.vhd] 0:00:00.210372

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2655.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2655.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2655.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2655.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2655.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2470.vhd] 0:00:00.210895

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2470.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2470.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2470.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2470.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2470.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1324.vhd] 0:00:00.210485

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1324.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1324.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1324.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1324.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1324.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2646.vhd] 0:00:00.206489

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2646.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2646.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2646.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2646.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2646.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc394.vhd] 0:00:00.210822

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc394.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc394.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc394.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc394.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc394.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2748.vhd] 0:00:00.210406

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2748.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2748.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2748.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2748.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2748.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2802.vhd] 0:00:00.216845

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2802.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2802.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2802.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2802.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2802.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1563.vhd] 0:00:00.211890

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1563.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1563.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1563.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1563.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1563.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2998.vhd] 0:00:00.210645

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2998.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2998.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2998.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2998.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2998.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1418.vhd] 0:00:00.209785

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1418.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1418.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1418.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1418.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1418.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2170.vhd] 0:00:00.210034

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2170.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2170.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2170.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2170.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2170.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1248.vhd] 0:00:00.214410

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1248.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1248.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1248.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1248.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1248.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc191.vhd] 0:00:00.215809

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc191.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc191.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc191.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc191.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc191.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1742.vhd] 0:00:00.213882

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1742.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1742.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1742.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1742.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1742.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc95.vhd] 0:00:00.210930

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc95.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc95.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc95.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc95.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc95.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1770.vhd] 0:00:00.208931

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1770.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1770.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1770.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1770.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1770.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2809.vhd] 0:00:00.213061

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2809.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2809.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2809.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2809.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2809.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc202.vhd] 0:00:00.207681

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc202.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc202.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc202.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc202.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc202.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1789.vhd] 0:00:00.213109

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1789.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1789.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1789.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1789.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1789.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1870.vhd] 0:00:00.213905

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1870.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1870.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1870.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1870.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1870.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3025.vhd] 0:00:00.219349

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3025.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3025.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3025.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3025.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3025.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc511.vhd] 0:00:00.213075

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc511.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc511.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc511.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc511.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc511.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2894.vhd] 0:00:00.211422

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2894.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2894.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2894.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2894.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2894.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2582.vhd] 0:00:00.211237

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2582.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2582.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2582.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2582.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2582.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc834.vhd] 0:00:00.214928

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc834.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc834.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc834.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc834.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc834.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2242.vhd] 0:00:00.213032

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2242.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2242.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2242.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2242.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2242.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2229.vhd] 0:00:00.212686

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2229.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2229.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2229.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2229.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2229.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1181.vhd] 0:00:00.215926

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1181.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1181.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1181.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1181.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1181.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2821.vhd] 0:00:00.215139

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2821.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2821.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2821.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2821.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2821.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1838.vhd] 0:00:00.212797

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1838.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1838.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1838.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1838.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1838.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1217.vhd] 0:00:00.212504

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1217.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1217.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1217.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1217.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1217.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1379.vhd] 0:00:00.211103

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1379.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1379.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1379.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1379.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1379.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2429.vhd] 0:00:00.211025

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2429.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2429.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2429.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2429.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2429.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2970.vhd] 0:00:00.211197

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2970.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2970.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2970.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2970.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2970.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc829.vhd] 0:00:00.210308

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc829.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc829.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc829.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc829.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc829.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1291.vhd] 0:00:00.212673

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1291.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1291.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1291.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1291.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1291.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1880.vhd] 0:00:00.215512

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1880.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1880.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1880.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1880.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1880.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1397.vhd] 0:00:00.215075

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1397.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1397.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1397.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1397.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1397.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1790.vhd] 0:00:00.211059

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1790.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1790.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1790.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1790.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1790.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc245.vhd] 0:00:00.211899

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc245.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc245.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc245.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc245.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc245.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc177.vhd] 0:00:00.213863

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc177.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc177.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc177.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc177.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc177.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2886.vhd] 0:00:00.213955

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2886.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2886.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2886.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2886.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2886.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc972.vhd] 0:00:00.209841

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc972.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc972.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc972.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc972.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc972.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1621.vhd] 0:00:00.210693

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1621.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1621.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1621.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1621.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1621.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2344.vhd] 0:00:00.214226

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2344.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2344.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2344.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2344.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2344.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc766.vhd] 0:00:00.208591

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc766.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc766.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc766.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc766.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc766.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1768.vhd] 0:00:00.209651

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1768.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1768.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1768.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1768.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1768.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2033.vhd] 0:00:00.212152

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2033.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2033.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2033.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2033.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2033.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc720.vhd] 0:00:00.209356

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc720.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc720.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc720.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc720.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc720.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1014.vhd] 0:00:00.210721

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1014.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1014.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1014.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1014.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1014.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2503.vhd] 0:00:00.215724

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2503.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2503.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2503.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2503.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2503.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2788.vhd] 0:00:00.213693

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2788.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2788.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2788.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2788.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2788.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1937.vhd] 0:00:00.210428

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1937.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1937.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1937.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1937.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1937.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2377.vhd] 0:00:00.209031

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2377.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2377.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2377.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2377.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2377.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2338.vhd] 0:00:00.209560

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2338.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2338.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2338.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2338.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2338.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc270.vhd] 0:00:00.219197

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc270.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc270.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc270.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc270.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc270.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2553.vhd] 0:00:00.207600

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2553.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2553.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2553.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2553.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2553.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc256.vhd] 0:00:00.207604

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc256.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc256.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc256.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc256.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc256.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1871.vhd] 0:00:00.208933

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1871.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1871.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1871.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1871.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1871.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2913.vhd] 0:00:00.210424

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2913.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2913.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2913.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2913.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2913.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2327.vhd] 0:00:00.208794

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2327.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2327.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2327.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2327.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2327.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc125.vhd] 0:00:00.207313

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc125.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc125.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc125.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc125.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc125.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc22.vhd] 0:00:00.207085

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc22.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc22.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc22.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc22.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc22.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc552.vhd] 0:00:00.212443

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc552.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc552.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc552.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc552.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc552.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2776.vhd] 0:00:00.212466

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2776.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2776.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2776.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2776.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2776.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2216.vhd] 0:00:00.220656

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2216.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2216.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2216.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2216.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2216.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2240.vhd] 0:00:00.212501

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2240.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2240.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2240.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2240.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2240.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1057.vhd] 0:00:00.212667

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1057.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1057.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1057.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1057.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1057.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1388.vhd] 0:00:00.211481

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1388.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1388.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1388.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1388.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1388.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2592.vhd] 0:00:00.209505

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2592.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2592.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2592.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2592.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2592.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1432.vhd] 0:00:00.208092

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1432.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1432.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1432.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1432.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1432.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1437.vhd] 0:00:00.209538

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1437.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1437.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1437.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1437.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1437.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc60.vhd] 0:00:00.212314

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc60.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc60.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc60.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc60.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc60.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1434.vhd] 0:00:00.211076

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1434.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1434.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1434.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1434.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1434.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2.vhd] 0:00:00.209867

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc832.vhd] 0:00:00.209688

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc832.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc832.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc832.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc832.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc832.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2221.vhd] 0:00:00.209396

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2221.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2221.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2221.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2221.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2221.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2066.vhd] 0:00:00.209472

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2066.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2066.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2066.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2066.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2066.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1765.vhd] 0:00:00.211666

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1765.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1765.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1765.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1765.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1765.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1160.vhd] 0:00:00.214070

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1160.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1160.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1160.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1160.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1160.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1837.vhd] 0:00:00.211442

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1837.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1837.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1837.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1837.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1837.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc830.vhd] 0:00:00.211208

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc830.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc830.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc830.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc830.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc830.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2047.vhd] 0:00:00.211517

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2047.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2047.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2047.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2047.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2047.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2341.vhd] 0:00:00.215774

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2341.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2341.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2341.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2341.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2341.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc315.vhd] 0:00:00.213420

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc315.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc315.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc315.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc315.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc315.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2639.vhd] 0:00:00.212851

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2639.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2639.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2639.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2639.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2639.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1002.vhd] 0:00:00.212172

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1002.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1002.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1002.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1002.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1002.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1784.vhd] 0:00:00.216309

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1784.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1784.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1784.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1784.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1784.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc533.vhd] 0:00:00.215921

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc533.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc533.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc533.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc533.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc533.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1468.vhd] 0:00:00.212576

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1468.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1468.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1468.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1468.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1468.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3031.vhd] 0:00:00.210643

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3031.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3031.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3031.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3031.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3031.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1575.vhd] 0:00:00.210758

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1575.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1575.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1575.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1575.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1575.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc170.vhd] 0:00:00.209538

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc170.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc170.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc170.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc170.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc170.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1680.vhd] 0:00:00.215410

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1680.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1680.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1680.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1680.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1680.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2848.vhd] 0:00:00.212131

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2848.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2848.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2848.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2848.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2848.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2414.vhd] 0:00:00.209177

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2414.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2414.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2414.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2414.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2414.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc978.vhd] 0:00:00.217376

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc978.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc978.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc978.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc978.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc978.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1005.vhd] 0:00:00.209159

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1005.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1005.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1005.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1005.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1005.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1875.vhd] 0:00:00.209997

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1875.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1875.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1875.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1875.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1875.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc156.vhd] 0:00:00.212087

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc156.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc156.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc156.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc156.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc156.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2649.vhd] 0:00:00.210913

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2649.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2649.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2649.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2649.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2649.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1095.vhd] 0:00:00.210844

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1095.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1095.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1095.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1095.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1095.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc175.vhd] 0:00:00.212605

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc175.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc175.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc175.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc175.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc175.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2688.vhd] 0:00:00.211852

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2688.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2688.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2688.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2688.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2688.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2231.vhd] 0:00:00.212629

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2231.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2231.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2231.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2231.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2231.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc375.vhd] 0:00:00.213130

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc375.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc375.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc375.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc375.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc375.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2398.vhd] 0:00:00.217712

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2398.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2398.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2398.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2398.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2398.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2053.vhd] 0:00:00.211672

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2053.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2053.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2053.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2053.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2053.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1816.vhd] 0:00:00.211417

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1816.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1816.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1816.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1816.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1816.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1685.vhd] 0:00:00.214853

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1685.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1685.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1685.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1685.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1685.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc724.vhd] 0:00:00.215898

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc724.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc724.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc724.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc724.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc724.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2732.vhd] 0:00:00.206449

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2732.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2732.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2732.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2732.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2732.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2375.vhd] 0:00:00.208959

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2375.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2375.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2375.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2375.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2375.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2473.vhd] 0:00:00.215398

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2473.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2473.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2473.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2473.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2473.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1134.vhd] 0:00:00.205744

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1134.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1134.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1134.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1134.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1134.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1480.vhd] 0:00:00.209328

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1480.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1480.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1480.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1480.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1480.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2274.vhd] 0:00:00.210970

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2274.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2274.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2274.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2274.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2274.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2356.vhd] 0:00:00.213766

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2356.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2356.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2356.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2356.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2356.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2238.vhd] 0:00:00.217076

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2238.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2238.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2238.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2238.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2238.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc19.vhd] 0:00:00.222513

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc19.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc19.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc19.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc19.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc19.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2792.vhd] 0:00:00.220361

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2792.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2792.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2792.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2792.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2792.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2557.vhd] 0:00:00.217022

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2557.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2557.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2557.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2557.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2557.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2256.vhd] 0:00:00.219065

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2256.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2256.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2256.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2256.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2256.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2859.vhd] 0:00:00.216111

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2859.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2859.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2859.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2859.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2859.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2589.vhd] 0:00:00.215481

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2589.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2589.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2589.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2589.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2589.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc242.vhd] 0:00:00.236735

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc242.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc242.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc242.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc242.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc242.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1611.vhd] 0:00:00.216988

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1611.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1611.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1611.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1611.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1611.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1237.vhd] 0:00:00.217739

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1237.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1237.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1237.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1237.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1237.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1385.vhd] 0:00:00.219471

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1385.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1385.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1385.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1385.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1385.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2536.vhd] 0:00:00.220761

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2536.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2536.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2536.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2536.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2536.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2281.vhd] 0:00:00.220240

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2281.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2281.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2281.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2281.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2281.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2514.vhd] 0:00:00.216950

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2514.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2514.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2514.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2514.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2514.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1604.vhd] 0:00:00.216359

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1604.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1604.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1604.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1604.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1604.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1815.vhd] 0:00:00.214735

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1815.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1815.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1815.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1815.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1815.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3003.vhd] 0:00:00.213556

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3003.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3003.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3003.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3003.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3003.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1609.vhd] 0:00:00.211255

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1609.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1609.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1609.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1609.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1609.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2030.vhd] 0:00:00.213162

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2030.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2030.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2030.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2030.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2030.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1105.vhd] 0:00:00.211570

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1105.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1105.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1105.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1105.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1105.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc980.vhd] 0:00:00.208956

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc980.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc980.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc980.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc980.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc980.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc738.vhd] 0:00:00.208732

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc738.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc738.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc738.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc738.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc738.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc103.vhd] 0:00:00.208998

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc103.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc103.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc103.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc103.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc103.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2954.vhd] 0:00:00.215488

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2954.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2954.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2954.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2954.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2954.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1023.vhd] 0:00:00.211113

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1023.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1023.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1023.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1023.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1023.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc553.vhd] 0:00:00.212703

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc553.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc553.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc553.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc553.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc553.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2741.vhd] 0:00:00.213202

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2741.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2741.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2741.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2741.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2741.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2250.vhd] 0:00:00.211814

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2250.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2250.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2250.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2250.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2250.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc97.vhd] 0:00:00.210670

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc97.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc97.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc97.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc97.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc97.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc101.vhd] 0:00:00.273042

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc101.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc101.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc101.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc101.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc101.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1436.vhd] 0:00:00.244440

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1436.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1436.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1436.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1436.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1436.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1872.vhd] 0:00:00.213536

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1872.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1872.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1872.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1872.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1872.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc540.vhd] 0:00:00.210055

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc540.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc540.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc540.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc540.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc540.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2224.vhd] 0:00:00.211567

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2224.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2224.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2224.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2224.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2224.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2985.vhd] 0:00:00.210760

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2985.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2985.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2985.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2985.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2985.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1823.vhd] 0:00:00.212725

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1823.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1823.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1823.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1823.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1823.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2692.vhd] 0:00:00.207787

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2692.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2692.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2692.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2692.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2692.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1533.vhd] 0:00:00.213493

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1533.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1533.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1533.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1533.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1533.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc769.vhd] 0:00:00.210333

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc769.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc769.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc769.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc769.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc769.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc798.vhd] 0:00:00.210508

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc798.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc798.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc798.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc798.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc798.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc126.vhd] 0:00:00.207623

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc126.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc126.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc126.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc126.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc126.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2685.vhd] 0:00:00.214086

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2685.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2685.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2685.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2685.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2685.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc845.vhd] 0:00:00.215936

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc845.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc845.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc845.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc845.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc845.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1161.vhd] 0:00:00.213191

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1161.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1161.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1161.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1161.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1161.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2572.vhd] 0:00:00.212349

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2572.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2572.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2572.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2572.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2572.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1357.vhd] 0:00:00.213631

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1357.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1357.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1357.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1357.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1357.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1901.vhd] 0:00:00.213572

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1901.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1901.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1901.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1901.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1901.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc105.vhd] 0:00:00.211953

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc105.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc105.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc105.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc105.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc105.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2337.vhd] 0:00:00.212420

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2337.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2337.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2337.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2337.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2337.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1301.vhd] 0:00:00.211508

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1301.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1301.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1301.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1301.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1301.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1406.vhd] 0:00:00.208885

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1406.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1406.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1406.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1406.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1406.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2750.vhd] 0:00:00.214451

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2750.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2750.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2750.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2750.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2750.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3004.vhd] 0:00:00.207733

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3004.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3004.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3004.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3004.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3004.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1722.vhd] 0:00:00.211593

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1722.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1722.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1722.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1722.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1722.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1783.vhd] 0:00:00.210704

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1783.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1783.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1783.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1783.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1783.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2686.vhd] 0:00:00.211419

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2686.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2686.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2686.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2686.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2686.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1046.vhd] 0:00:00.210469

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1046.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1046.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1046.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1046.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1046.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1860.vhd] 0:00:00.211608

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1860.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1860.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1860.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1860.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1860.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1537.vhd] 0:00:00.210980

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1537.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1537.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1537.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1537.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1537.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2922.vhd] 0:00:00.211913

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2922.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2922.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2922.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2922.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2922.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1226.vhd] 0:00:00.212210

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1226.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1226.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1226.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1226.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1226.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1788.vhd] 0:00:00.211507

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1788.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1788.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1788.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1788.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1788.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc338.vhd] 0:00:00.213207

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc338.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc338.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc338.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc338.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc338.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2504.vhd] 0:00:00.210728

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2504.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2504.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2504.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2504.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2504.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2815.vhd] 0:00:00.207930

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2815.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2815.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2815.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2815.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2815.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc300.vhd] 0:00:00.212108

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc300.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc300.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc300.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc300.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc300.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1320.vhd] 0:00:00.213426

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1320.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1320.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1320.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1320.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1320.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc102.vhd] 0:00:00.209010

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc102.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc102.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc102.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc102.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc102.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc112.vhd] 0:00:00.209387

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc112.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc112.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc112.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc112.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc112.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2940.vhd] 0:00:00.211332

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2940.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2940.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2940.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2940.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2940.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2252.vhd] 0:00:00.213691

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2252.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2252.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2252.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2252.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2252.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1439.vhd] 0:00:00.211953

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1439.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1439.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1439.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1439.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1439.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1470.vhd] 0:00:00.210945

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1470.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1470.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1470.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1470.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1470.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2971.vhd] 0:00:00.211599

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2971.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2971.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2971.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2971.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2971.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2992.vhd] 0:00:00.214987

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2992.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2992.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2992.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2992.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2992.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2867.vhd] 0:00:00.212546

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2867.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2867.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2867.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2867.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2867.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc373.vhd] 0:00:00.210098

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc373.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc373.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc373.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc373.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc373.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1578.vhd] 0:00:00.212340

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1578.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1578.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1578.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1578.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1578.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc325.vhd] 0:00:00.213649

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc325.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc325.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc325.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc325.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc325.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2026.vhd] 0:00:00.210250

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2026.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2026.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2026.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2026.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2026.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2336.vhd] 0:00:00.211884

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2336.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2336.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2336.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2336.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2336.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2071.vhd] 0:00:00.214162

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2071.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2071.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2071.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2071.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2071.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc795.vhd] 0:00:00.216490

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc795.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc795.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc795.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc795.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc795.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2829.vhd] 0:00:00.213032

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2829.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2829.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2829.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2829.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2829.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1203.vhd] 0:00:00.211631

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1203.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1203.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1203.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1203.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1203.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2577.vhd] 0:00:00.210312

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2577.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2577.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2577.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2577.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2577.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3030.vhd] 0:00:00.211750

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3030.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3030.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3030.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3030.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3030.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2277.vhd] 0:00:00.216434

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2277.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2277.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2277.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2277.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2277.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2583.vhd] 0:00:00.213342

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2583.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2583.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2583.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2583.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2583.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2837.vhd] 0:00:00.213041

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2837.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2837.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2837.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2837.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2837.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc989.vhd] 0:00:00.213776

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc989.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc989.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc989.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc989.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc989.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2627.vhd] 0:00:00.216077

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2627.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2627.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2627.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2627.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2627.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc34.vhd] 0:00:00.216354

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc34.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc34.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc34.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc34.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc34.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2891.vhd] 0:00:00.215101

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2891.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2891.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2891.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2891.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2891.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3015.vhd] 0:00:00.215707

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3015.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3015.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3015.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3015.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3015.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2361.vhd] 0:00:00.210954

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2361.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2361.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2361.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2361.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2361.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc275.vhd] 0:00:00.209223

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc275.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc275.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc275.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc275.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc275.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1904.vhd] 0:00:00.209645

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1904.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1904.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1904.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1904.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1904.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1501.vhd] 0:00:00.210407

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1501.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1501.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1501.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1501.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1501.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1398.vhd] 0:00:00.212138

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1398.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1398.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1398.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1398.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1398.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1842.vhd] 0:00:00.211606

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1842.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1842.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1842.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1842.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1842.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc800.vhd] 0:00:00.215964

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc800.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc800.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc800.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc800.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc800.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc390.vhd] 0:00:00.212491

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc390.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc390.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc390.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc390.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc390.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3088.vhd] 0:00:00.208882

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3088.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3088.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3088.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3088.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3088.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2253.vhd] 0:00:00.208923

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2253.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2253.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2253.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2253.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2253.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2333.vhd] 0:00:00.209682

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2333.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2333.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2333.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2333.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2333.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1686.vhd] 0:00:00.210242

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1686.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1686.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1686.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1686.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1686.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc274.vhd] 0:00:00.210314

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc274.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc274.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc274.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc274.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc274.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc550.vhd] 0:00:00.209844

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc550.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc550.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc550.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc550.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc550.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2493.vhd] 0:00:00.211614

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2493.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2493.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2493.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2493.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2493.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2817.vhd] 0:00:00.216136

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2817.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2817.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2817.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2817.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2817.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2321.vhd] 0:00:00.209887

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2321.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2321.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2321.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2321.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2321.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2931.vhd] 0:00:00.209213

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2931.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2931.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2931.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2931.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2931.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2611.vhd] 0:00:00.210219

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2611.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2611.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2611.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2611.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2611.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2851.vhd] 0:00:00.211827

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2851.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2851.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2851.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2851.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2851.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1884.vhd] 0:00:00.212113

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1884.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1884.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1884.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1884.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1884.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc970.vhd] 0:00:00.210710

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc970.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc970.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc970.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc970.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc970.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1687.vhd] 0:00:00.211549

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1687.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1687.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1687.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1687.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1687.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2773.vhd] 0:00:00.210764

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2773.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2773.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2773.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2773.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2773.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2986.vhd] 0:00:00.208109

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2986.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2986.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2986.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2986.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2986.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc827.vhd] 0:00:00.207627

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc827.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc827.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc827.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc827.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc827.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2784.vhd] 0:00:00.207231

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2784.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2784.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2784.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2784.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2784.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1113.vhd] 0:00:00.207547

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1113.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1113.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1113.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1113.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1113.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1330.vhd] 0:00:00.209860

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1330.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1330.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1330.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1330.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1330.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2694.vhd] 0:00:00.210126

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2694.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2694.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2694.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2694.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2694.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc282.vhd] 0:00:00.210502

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc282.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc282.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc282.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc282.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc282.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1896.vhd] 0:00:00.211183

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1896.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1896.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1896.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1896.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1896.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc991.vhd] 0:00:00.226113

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc991.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc991.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc991.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc991.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc991.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc910.vhd] 0:00:00.209418

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc910.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc910.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc910.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc910.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc910.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1163.vhd] 0:00:00.208798

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1163.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1163.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1163.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1163.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1163.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1856.vhd] 0:00:00.209852

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1856.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1856.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1856.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1856.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1856.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1247.vhd] 0:00:00.212202

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1247.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1247.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1247.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1247.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1247.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2752.vhd] 0:00:00.214205

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2752.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2752.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2752.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2752.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2752.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2636.vhd] 0:00:00.208745

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2636.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2636.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2636.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2636.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2636.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1668.vhd] 0:00:00.209494

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1668.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1668.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1668.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1668.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1668.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1108.vhd] 0:00:00.216221

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1108.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1108.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1108.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1108.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1108.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2757.vhd] 0:00:00.217390

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2757.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2757.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2757.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2757.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2757.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc342.vhd] 0:00:00.211319

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc342.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc342.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc342.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc342.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc342.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1895.vhd] 0:00:00.209728

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1895.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1895.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1895.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1895.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1895.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc825.vhd] 0:00:00.210909

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc825.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc825.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc825.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc825.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc825.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2198.vhd] 0:00:00.209581

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2198.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2198.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2198.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2198.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2198.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc802.vhd] 0:00:00.211428

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc802.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc802.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc802.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc802.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc802.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1743.vhd] 0:00:00.212048

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1743.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1743.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1743.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1743.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1743.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1814.vhd] 0:00:00.226456

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1814.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1814.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1814.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1814.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1814.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1580.vhd] 0:00:00.214831

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1580.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1580.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1580.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1580.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1580.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1191.vhd] 0:00:00.210015

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1191.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1191.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1191.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1191.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1191.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1977.vhd] 0:00:00.217178

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1977.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1977.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1977.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1977.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1977.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2939.vhd] 0:00:00.208013

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2939.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2939.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2939.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2939.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2939.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc161.vhd] 0:00:00.206958

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc161.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc161.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc161.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc161.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc161.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3098.vhd] 0:00:00.208435

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3098.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3098.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3098.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3098.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3098.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2518.vhd] 0:00:00.209358

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2518.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2518.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2518.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2518.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2518.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1494.vhd] 0:00:00.214387

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1494.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1494.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1494.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1494.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1494.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1287.vhd] 0:00:00.210955

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1287.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1287.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1287.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1287.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1287.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2888.vhd] 0:00:00.212447

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2888.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2888.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2888.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2888.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2888.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2490.vhd] 0:00:00.212700

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2490.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2490.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2490.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2490.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2490.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1173.vhd] 0:00:00.214886

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1173.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1173.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1173.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1173.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1173.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2613.vhd] 0:00:00.212873

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2613.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2613.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2613.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2613.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2613.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2586.vhd] 0:00:00.210448

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2586.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2586.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2586.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2586.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2586.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc222.vhd] 0:00:00.210918

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc222.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc222.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc222.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc222.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc222.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2595.vhd] 0:00:00.209856

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2595.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2595.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2595.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2595.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2595.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2644.vhd] 0:00:00.210814

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2644.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2644.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2644.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2644.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2644.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc875.vhd] 0:00:00.209188

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc875.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc875.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc875.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc875.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc875.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc839.vhd] 0:00:00.210471

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc839.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc839.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc839.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc839.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc839.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc123.vhd] 0:00:00.215044

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc123.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc123.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc123.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc123.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc123.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1694.vhd] 0:00:00.215583

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1694.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1694.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1694.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1694.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1694.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2601.vhd] 0:00:00.217706

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2601.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2601.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2601.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2601.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2601.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc49.vhd] 0:00:00.218170

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc49.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc49.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc49.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc49.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc49.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc51.vhd] 0:00:00.221818

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc51.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc51.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc51.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc51.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc51.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc257.vhd] 0:00:00.213859

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc257.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc257.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc257.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc257.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc257.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1184.vhd] 0:00:00.220984

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1184.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1184.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1184.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1184.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1184.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2590.vhd] 0:00:00.216953

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2590.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2590.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2590.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2590.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2590.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1107.vhd] 0:00:00.215108

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1107.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1107.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1107.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1107.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1107.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1101.vhd] 0:00:00.211694

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1101.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1101.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1101.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1101.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1101.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc356.vhd] 0:00:00.208207

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc356.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc356.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc356.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc356.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc356.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1281.vhd] 0:00:00.213534

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1281.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1281.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1281.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1281.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1281.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc223.vhd] 0:00:00.209031

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc223.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc223.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc223.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc223.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc223.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2045.vhd] 0:00:00.209610

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2045.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2045.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2045.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2045.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2045.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2523.vhd] 0:00:00.209668

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2523.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2523.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2523.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2523.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2523.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc974.vhd] 0:00:00.213041

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc974.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc974.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc974.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc974.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc974.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3106.vhd] 0:00:00.209476

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3106.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3106.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3106.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3106.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3106.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2585.vhd] 0:00:00.211259

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2585.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2585.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2585.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2585.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2585.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2605.vhd] 0:00:00.219304

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2605.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2605.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2605.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2605.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2605.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1869.vhd] 0:00:00.216710

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1869.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1869.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1869.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1869.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1869.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1791.vhd] 0:00:00.206936

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1791.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1791.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1791.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1791.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1791.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1128.vhd] 0:00:00.206889

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1128.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1128.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1128.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1128.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1128.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2498.vhd] 0:00:00.207089

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2498.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2498.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2498.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2498.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2498.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2334.vhd] 0:00:00.210739

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2334.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2334.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2334.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2334.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2334.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2195.vhd] 0:00:00.207580

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2195.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2195.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2195.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2195.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2195.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1133.vhd] 0:00:00.210318

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1133.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1133.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1133.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1133.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1133.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1840.vhd] 0:00:00.207435

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1840.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1840.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1840.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1840.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1840.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1125.vhd] 0:00:00.208507

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1125.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1125.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1125.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1125.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1125.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2814.vhd] 0:00:00.207536

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2814.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2814.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2814.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2814.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2814.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc153.vhd] 0:00:00.208213

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc153.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc153.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc153.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc153.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc153.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2239.vhd] 0:00:00.210013

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2239.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2239.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2239.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2239.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2239.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3012.vhd] 0:00:00.213685

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3012.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3012.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3012.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3012.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3012.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1674.vhd] 0:00:00.214054

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1674.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1674.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1674.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1674.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1674.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc224.vhd] 0:00:00.211904

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc224.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc224.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc224.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc224.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc224.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2749.vhd] 0:00:00.206759

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2749.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2749.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2749.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2749.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2749.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc96.vhd] 0:00:00.209375

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc96.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc96.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc96.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc96.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc96.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1100.vhd] 0:00:00.210675

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1100.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1100.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1100.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1100.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1100.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1229.vhd] 0:00:00.209512

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1229.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1229.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1229.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1229.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1229.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1110.vhd] 0:00:00.208988

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1110.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1110.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1110.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1110.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1110.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2667.vhd] 0:00:00.211651

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2667.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2667.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2667.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2667.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2667.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2069.vhd] 0:00:00.208233

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2069.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2069.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2069.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2069.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2069.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2936.vhd] 0:00:00.208067

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2936.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2936.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2936.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2936.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2936.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1859.vhd] 0:00:00.209294

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1859.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1859.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1859.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1859.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1859.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2588.vhd] 0:00:00.209220

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2588.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2588.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2588.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2588.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2588.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1564.vhd] 0:00:00.209146

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1564.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1564.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1564.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1564.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1564.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc330.vhd] 0:00:00.210431

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc330.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc330.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc330.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc330.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc330.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1796.vhd] 0:00:00.211204

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1796.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1796.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1796.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1796.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1796.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1276.vhd] 0:00:00.212266

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1276.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1276.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1276.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1276.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1276.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2994.vhd] 0:00:00.211613

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2994.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2994.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2994.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2994.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2994.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2671.vhd] 0:00:00.213154

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2671.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2671.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2671.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2671.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2671.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1863.vhd] 0:00:00.209973

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1863.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1863.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1863.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1863.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1863.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2751.vhd] 0:00:00.214163

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2751.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2751.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2751.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2751.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2751.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2345.vhd] 0:00:00.213097

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2345.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2345.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2345.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2345.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2345.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1333.vhd] 0:00:00.211310

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1333.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1333.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1333.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1333.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1333.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1489.vhd] 0:00:00.209485

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1489.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1489.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1489.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1489.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1489.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1099.vhd] 0:00:00.210492

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1099.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1099.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1099.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1099.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1099.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc509.vhd] 0:00:00.210167

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc509.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc509.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc509.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc509.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc509.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2508.vhd] 0:00:00.211842

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2508.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2508.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2508.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2508.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2508.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2037.vhd] 0:00:00.214470

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2037.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2037.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2037.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2037.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2037.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2714.vhd] 0:00:00.215192

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2714.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2714.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2714.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2714.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2714.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc971.vhd] 0:00:00.211852

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc971.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc971.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc971.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc971.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc971.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2505.vhd] 0:00:00.211000

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2505.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2505.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2505.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2505.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2505.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2243.vhd] 0:00:00.215665

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2243.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2243.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2243.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2243.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2243.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc357.vhd] 0:00:00.213376

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc357.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc357.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc357.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc357.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc357.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1112.vhd] 0:00:00.209287

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1112.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1112.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1112.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1112.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1112.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1060.vhd] 0:00:00.208837

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1060.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1060.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1060.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1060.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1060.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc804.vhd] 0:00:00.213351

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc804.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc804.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc804.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc804.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc804.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1800.vhd] 0:00:00.208029

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1800.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1800.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1800.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1800.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1800.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2409.vhd] 0:00:00.206478

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2409.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2409.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2409.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2409.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2409.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc185.vhd] 0:00:00.207367

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc185.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc185.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc185.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc185.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc185.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc793.vhd] 0:00:00.207468

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc793.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc793.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc793.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc793.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc793.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc12.vhd] 0:00:00.218993

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc142.vhd] 0:00:00.209964

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc142.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc142.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc142.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc142.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc142.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1900.vhd] 0:00:00.211659

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1900.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1900.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1900.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1900.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1900.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2777.vhd] 0:00:00.208864

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2777.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2777.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2777.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2777.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2777.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2721.vhd] 0:00:00.206660

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2721.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2721.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2721.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2721.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2721.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2055.vhd] 0:00:00.211578

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2055.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2055.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2055.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2055.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2055.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1769.vhd] 0:00:00.211061

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1769.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1769.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1769.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1769.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1769.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1168.vhd] 0:00:00.209720

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1168.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1168.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1168.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1168.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1168.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1755.vhd] 0:00:00.209843

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1755.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1755.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1755.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1755.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1755.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2836.vhd] 0:00:00.208807

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2836.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2836.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2836.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2836.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2836.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1843.vhd] 0:00:00.214326

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1843.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1843.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1843.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1843.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1843.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc120.vhd] 0:00:00.213090

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc120.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc120.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc120.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc120.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc120.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc997.vhd] 0:00:00.215179

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc997.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc997.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc997.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc997.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc997.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1526.vhd] 0:00:00.213967

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1526.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1526.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1526.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1526.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1526.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc982.vhd] 0:00:00.214088

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc982.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc982.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc982.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc982.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc982.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2664.vhd] 0:00:00.214954

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2664.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2664.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2664.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2664.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2664.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2696.vhd] 0:00:00.212658

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2696.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2696.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2696.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2696.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2696.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2232.vhd] 0:00:00.208453

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2232.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2232.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2232.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2232.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2232.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc227.vhd] 0:00:00.209455

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc227.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc227.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc227.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc227.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc227.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2820.vhd] 0:00:00.210621

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2820.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2820.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2820.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2820.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2820.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1882.vhd] 0:00:00.209556

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1882.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1882.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1882.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1882.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1882.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2602.vhd] 0:00:00.210966

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2602.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2602.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2602.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2602.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2602.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1883.vhd] 0:00:00.214036

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1883.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1883.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1883.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1883.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1883.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc9.vhd] 0:00:00.208879

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc9.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc9.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc9.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc9.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc9.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc13.vhd] 0:00:00.209489

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2793.vhd] 0:00:00.211465

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2793.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2793.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2793.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2793.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2793.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc372.vhd] 0:00:00.213909

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc372.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc372.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc372.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc372.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc372.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc336.vhd] 0:00:00.210920

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc336.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc336.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc336.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc336.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc336.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2909.vhd] 0:00:00.213370

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2909.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2909.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2909.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2909.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2909.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2995.vhd] 0:00:00.211880

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2995.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2995.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2995.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2995.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2995.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1926.vhd] 0:00:00.210758

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1926.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1926.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1926.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1926.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1926.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc967.vhd] 0:00:00.215329

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc967.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc967.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc967.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc967.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc967.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1245.vhd] 0:00:00.214030

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1245.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1245.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1245.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1245.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1245.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2276.vhd] 0:00:00.209634

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2276.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2276.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2276.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2276.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2276.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1605.vhd] 0:00:00.210862

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1605.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1605.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1605.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1605.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1605.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2905.vhd] 0:00:00.208989

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2905.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2905.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2905.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2905.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2905.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2616.vhd] 0:00:00.212455

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2616.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2616.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2616.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2616.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2616.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc379.vhd] 0:00:00.211976

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc379.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc379.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc379.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc379.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc379.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc941.vhd] 0:00:00.213016

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc941.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc941.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc941.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc941.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc941.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2808.vhd] 0:00:00.210263

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2808.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2808.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2808.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2808.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2808.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2869.vhd] 0:00:00.210821

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2869.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2869.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2869.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2869.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2869.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc367.vhd] 0:00:00.210733

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc367.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc367.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc367.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc367.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc367.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1626.vhd] 0:00:00.210262

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1626.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1626.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1626.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1626.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1626.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2052.vhd] 0:00:00.218178

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2052.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2052.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2052.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2052.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2052.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc199.vhd] 0:00:00.212973

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc199.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc199.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc199.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc199.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc199.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2947.vhd] 0:00:00.210781

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2947.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2947.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2947.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2947.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2947.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1851.vhd] 0:00:00.210488

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1851.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1851.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1851.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1851.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1851.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1006.vhd] 0:00:00.210428

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1006.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1006.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1006.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1006.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1006.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2797.vhd] 0:00:00.212290

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2797.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2797.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2797.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2797.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2797.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2343.vhd] 0:00:00.211474

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2343.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2343.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2343.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2343.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2343.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2058.vhd] 0:00:00.208324

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2058.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2058.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2058.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2058.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2058.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc514.vhd] 0:00:00.205706

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc514.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc514.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc514.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc514.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc514.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc909.vhd] 0:00:00.207574

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc909.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc909.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc909.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc909.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc909.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1275.vhd] 0:00:00.208434

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1275.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1275.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1275.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1275.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1275.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc358.vhd] 0:00:00.209435

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc358.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc358.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc358.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc358.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc358.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2222.vhd] 0:00:00.210085

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2222.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2222.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2222.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2222.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2222.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1085.vhd] 0:00:00.211376

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1085.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1085.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1085.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1085.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1085.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1897.vhd] 0:00:00.208673

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1897.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1897.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1897.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1897.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1897.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc226.vhd] 0:00:00.210150

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc226.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc226.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc226.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc226.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc226.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1715.vhd] 0:00:00.208590

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1715.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1715.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1715.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1715.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1715.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1767.vhd] 0:00:00.207944

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1767.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1767.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1767.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1767.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1767.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2192.vhd] 0:00:00.207395

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2192.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2192.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2192.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2192.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2192.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc808.vhd] 0:00:00.209939

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc808.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc808.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc808.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc808.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc808.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2024.vhd] 0:00:00.206372

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2024.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2024.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2024.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2024.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2024.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2756.vhd] 0:00:00.208370

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2756.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2756.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2756.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2756.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2756.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2548.vhd] 0:00:00.208973

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2548.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2548.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2548.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2548.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2548.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1129.vhd] 0:00:00.212099

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1129.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1129.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1129.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1129.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1129.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2672.vhd] 0:00:00.210894

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2672.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2672.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2672.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2672.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2672.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1772.vhd] 0:00:00.212422

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1772.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1772.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1772.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1772.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1772.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1771.vhd] 0:00:00.208552

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1771.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1771.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1771.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1771.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1771.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1043.vhd] 0:00:00.208459

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1043.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1043.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1043.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1043.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1043.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1845.vhd] 0:00:00.208536

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1845.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1845.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1845.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1845.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1845.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2049.vhd] 0:00:00.208655

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2049.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2049.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2049.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2049.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2049.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2316.vhd] 0:00:00.206682

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2316.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2316.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2316.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2316.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2316.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1315.vhd] 0:00:00.206502

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1315.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1315.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1315.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1315.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1315.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1805.vhd] 0:00:00.208205

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1805.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1805.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1805.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1805.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1805.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2210.vhd] 0:00:00.206276

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2210.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2210.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2210.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2210.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2210.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1527.vhd] 0:00:00.207509

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1527.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1527.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1527.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1527.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1527.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc907.vhd] 0:00:00.210686

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc907.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc907.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc907.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc907.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc907.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc6.vhd] 0:00:00.210424

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc6.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc6.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc6.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc6.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc6.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc380.vhd] 0:00:00.214358

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc380.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc380.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc380.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc380.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc380.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2385.vhd] 0:00:00.208935

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2385.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2385.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2385.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2385.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2385.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1844.vhd] 0:00:00.208608

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1844.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1844.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1844.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1844.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1844.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc764.vhd] 0:00:00.206873

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc764.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc764.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc764.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc764.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc764.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2625.vhd] 0:00:00.211168

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2625.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2625.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2625.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2625.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2625.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2048.vhd] 0:00:00.216063

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2048.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2048.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2048.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2048.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2048.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2884.vhd] 0:00:00.215780

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2884.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2884.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2884.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2884.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2884.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1541.vhd] 0:00:00.230272

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1541.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1541.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1541.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1541.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1541.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2034.vhd] 0:00:00.212155

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2034.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2034.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2034.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2034.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2034.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc306.vhd] 0:00:00.222718

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc306.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc306.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc306.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc306.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc306.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2828.vhd] 0:00:00.216782

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2828.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2828.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2828.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2828.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2828.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc5.vhd] 0:00:00.220899

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc5.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc5.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc5.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc5.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc5.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2042.vhd] 0:00:00.213717

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2042.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2042.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2042.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2042.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2042.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2600.vhd] 0:00:00.212859

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2600.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2600.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2600.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2600.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2600.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2871.vhd] 0:00:00.211685

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2871.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2871.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2871.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2871.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2871.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1528.vhd] 0:00:00.207939

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1528.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1528.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1528.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1528.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1528.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2689.vhd] 0:00:00.209824

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2689.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2689.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2689.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2689.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2689.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3013.vhd] 0:00:00.208401

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3013.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3013.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3013.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3013.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3013.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2847.vhd] 0:00:00.212629

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2847.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2847.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2847.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2847.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2847.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2526.vhd] 0:00:00.210559

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2526.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2526.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2526.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2526.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2526.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc28.vhd] 0:00:00.209552

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc28.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc28.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc28.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc28.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc28.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1695.vhd] 0:00:00.207804

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1695.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1695.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1695.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1695.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1695.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1559.vhd] 0:00:00.211964

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1559.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1559.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1559.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1559.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1559.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3026.vhd] 0:00:00.220980

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3026.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3026.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3026.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3026.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc3026.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1835.vhd] 0:00:00.211614

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1835.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1835.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1835.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1835.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc1835.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2419.vhd] 0:00:00.208321

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2419.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2419.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2419.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2419.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2419.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2921.vhd] 0:00:00.209117

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2921.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2921.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2921.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2921.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2921.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2693.vhd] 0:00:00.208835

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2693.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2693.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2693.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2693.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc2693.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc716.vhd] 0:00:00.209275

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc716.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc716.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc716.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc716.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/tc716.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1074.vhd] 0:00:00.209017

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1074.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1074.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1074.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1074.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1074.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc259.vhd] 0:00:00.211184

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc259.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc259.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc259.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc259.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc259.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1336.vhd] 0:00:00.208967

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1336.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1336.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1336.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1336.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1336.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc3056.vhd] 0:00:00.208988

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc3056.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc3056.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc3056.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc3056.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc3056.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1404.vhd] 0:00:00.207584

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1404.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1404.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1404.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1404.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1404.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1401.vhd] 0:00:00.208786

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1401.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1401.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1401.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1401.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1401.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc536.vhd] 0:00:00.207772

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc536.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc536.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc536.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc536.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc536.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc264.vhd] 0:00:00.207157

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc264.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc264.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc264.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc264.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc264.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1400.vhd] 0:00:00.211489

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1400.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1400.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1400.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1400.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1400.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1708.vhd] 0:00:00.210853

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1708.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1708.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1708.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1708.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1708.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc255.vhd] 0:00:00.209622

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc255.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc255.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc255.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc255.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc255.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1399.vhd] 0:00:00.210132

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1399.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1399.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1399.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1399.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1399.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1402.vhd] 0:00:00.209173

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1402.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1402.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1402.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1402.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1402.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc260.vhd] 0:00:00.210285

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc260.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc260.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc260.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc260.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc260.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc261.vhd] 0:00:00.209713

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc261.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc261.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc261.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc261.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc261.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1227.vhd] 0:00:00.210169

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1227.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1227.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1227.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1227.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1227.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1707.vhd] 0:00:00.209841

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1707.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1707.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1707.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1707.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1707.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc78.vhd] 0:00:00.209944

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc78.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc78.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc78.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc78.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc78.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc263.vhd] 0:00:00.209900

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc263.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc263.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc263.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc263.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc263.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc262.vhd] 0:00:00.213727

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc262.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc262.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc262.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc262.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc262.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1725.vhd] 0:00:00.210741

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1725.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1725.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1725.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1725.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1725.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc77.vhd] 0:00:00.212708

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc77.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc77.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc77.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc77.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc77.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1138.vhd] 0:00:00.211607

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1138.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1138.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1138.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1138.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1138.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1951.vhd] 0:00:00.212609

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1951.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1951.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1951.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1951.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/non_compliant/simulator_failure/tc1951.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1582.vhd] 0:00:00.209196

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1582.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1582.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1582.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1582.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1582.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc778.vhd] 0:00:00.214604

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc778.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc778.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc778.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc778.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc778.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc686.vhd] 0:00:00.211538

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc686.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc686.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc686.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc686.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc686.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc146.vhd] 0:00:00.213852

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc146.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc146.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc146.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc146.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc146.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc964.vhd] 0:00:00.211157

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc964.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc964.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc964.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc964.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc964.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1178.vhd] 0:00:00.213947

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1178.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1178.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1178.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1178.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1178.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1949.vhd] 0:00:00.209323

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1949.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1949.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1949.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1949.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1949.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc681.vhd] 0:00:00.212204

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc681.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc681.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc681.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc681.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc681.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1422.vhd] 0:00:00.211544

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1422.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1422.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1422.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1422.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1422.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2768.vhd] 0:00:00.209877

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2768.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2768.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2768.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2768.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2768.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1976.vhd] 0:00:00.210580

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1976.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1976.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1976.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1976.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1976.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2291.vhd] 0:00:00.214734

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2291.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2291.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2291.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2291.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2291.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2166.vhd] 0:00:00.214285

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2166.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2166.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2166.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2166.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2166.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc450.vhd] 0:00:00.210855

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc450.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc450.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc450.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc450.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc450.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2367.vhd] 0:00:00.210809

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2367.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2367.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2367.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2367.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2367.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1410.vhd] 0:00:00.210413

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1410.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1410.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1410.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1410.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1410.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2709.vhd] 0:00:00.209879

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2709.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2709.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2709.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2709.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2709.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2378.vhd] 0:00:00.211295

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2378.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2378.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2378.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2378.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2378.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc35.vhd] 0:00:00.212321

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc35.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc35.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc35.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc35.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc35.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2080.vhd] 0:00:00.215117

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2080.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2080.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2080.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2080.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2080.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc413.vhd] 0:00:00.218513

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc413.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc413.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc413.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc413.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc413.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1978.vhd] 0:00:00.212460

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1978.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1978.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1978.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1978.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1978.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3127.vhd] 0:00:00.210610

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3127.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3127.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3127.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3127.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3127.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2186.vhd] 0:00:00.213289

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2186.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2186.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2186.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2186.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2186.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3059.vhd] 0:00:00.213829

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3059.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3059.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3059.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3059.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3059.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2743.vhd] 0:00:00.210960

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2743.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2743.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2743.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2743.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2743.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2366.vhd] 0:00:00.207949

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2366.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2366.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2366.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2366.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2366.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc649.vhd] 0:00:00.211800

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc649.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc649.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc649.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc649.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc649.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc817.vhd] 0:00:00.209416

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc817.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc817.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc817.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc817.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc817.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc204.vhd] 0:00:00.213270

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc204.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc204.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc204.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc204.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc204.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1309.vhd] 0:00:00.212887

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1309.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1309.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1309.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1309.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1309.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2559.vhd] 0:00:00.211539

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2559.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2559.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2559.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2559.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2559.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc912.vhd] 0:00:00.208597

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc912.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc912.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc912.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc912.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc912.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2106.vhd] 0:00:00.208793

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2106.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2106.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2106.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2106.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2106.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3066.vhd] 0:00:00.212679

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3066.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3066.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3066.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3066.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3066.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2979.vhd] 0:00:00.214351

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2979.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2979.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2979.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2979.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2979.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1967.vhd] 0:00:00.212609

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1967.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1967.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1967.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1967.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1967.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2181.vhd] 0:00:00.212729

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2181.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2181.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2181.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2181.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2181.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3185.vhd] 0:00:00.211548

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3185.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3185.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3185.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3185.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3185.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1343.vhd] 0:00:00.210093

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1343.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1343.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1343.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1343.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1343.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2199.vhd] 0:00:00.210718

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2199.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2199.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2199.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2199.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2199.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_12.vhd] 0:00:00.210570

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc36.vhd] 0:00:00.208212

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc36.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc36.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc36.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc36.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc36.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_03_ch_03_09.vhd] 0:00:00.213578

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_03_ch_03_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_03_ch_03_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_03_ch_03_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_03_ch_03_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_03_ch_03_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1322.vhd] 0:00:00.213532

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1322.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1322.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1322.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1322.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1322.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_14.vhd] 0:00:00.210837

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_14.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_14.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_14.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_14.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_14.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2428.vhd] 0:00:00.207740

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2428.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2428.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2428.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2428.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2428.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_02_ch_02_01.vhd] 0:00:00.208431

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_02_ch_02_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_02_ch_02_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_02_ch_02_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_02_ch_02_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_02_ch_02_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1234.vhd] 0:00:00.208640

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1234.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1234.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1234.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1234.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1234.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_04_ch_04_03.vhd] 0:00:00.215781

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_04_ch_04_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_04_ch_04_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_04_ch_04_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_04_ch_04_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_04_ch_04_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2401.vhd] 0:00:00.213801

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2401.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2401.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2401.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2401.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2401.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_23.vhd] 0:00:00.214297

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_23.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_23.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_23.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_23.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_23.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc314.vhd] 0:00:00.218110

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc314.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc314.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc314.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc314.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc314.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_20.vhd] 0:00:00.209111

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_20.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_20.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_20.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_20.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_20.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1327.vhd] 0:00:00.208169

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1327.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1327.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1327.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1327.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1327.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_04.vhd] 0:00:00.209738

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc403.vhd] 0:00:00.210478

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc403.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc403.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc403.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc403.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc403.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_10.vhd] 0:00:00.209537

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc401.vhd] 0:00:00.211034

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc401.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc401.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc401.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc401.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc401.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_01.vhd] 0:00:00.212581

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1921.vhd] 0:00:00.210548

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1921.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1921.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1921.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1921.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1921.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_02.vhd] 0:00:00.209481

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc719.vhd] 0:00:00.210061

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc719.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc719.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc719.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc719.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc719.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_26.vhd] 0:00:00.212528

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_26.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_26.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_26.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_26.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_26.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1531.vhd] 0:00:00.211050

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1531.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1531.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1531.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1531.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1531.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxt.vhd] 0:00:00.211488

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxt.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxt.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxt.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxt.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxt.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc519.vhd] 0:00:00.211442

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc519.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc519.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc519.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc519.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc519.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx-r.vhd] 0:00:00.212936

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx-r.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx-r.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx-r.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx-r.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx-r.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3047.vhd] 0:00:00.211391

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3047.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3047.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3047.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3047.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3047.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_02.vhd] 0:00:00.214387

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3123.vhd] 0:00:00.214360

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3123.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3123.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3123.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3123.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3123.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_06.vhd] 0:00:00.214928

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2861.vhd] 0:00:00.212665

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2861.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2861.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2861.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2861.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2861.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_20.vhd] 0:00:00.211997

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_20.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_20.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_20.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_20.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_20.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1761.vhd] 0:00:00.212036

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1761.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1761.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1761.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1761.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1761.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_04.vhd] 0:00:00.211072

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc872.vhd] 0:00:00.211723

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc872.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc872.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc872.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc872.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc872.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_pk_test.vhd] 0:00:00.217555

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_pk_test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_pk_test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_pk_test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_pk_test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_pk_test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1569.vhd] 0:00:00.212502

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1569.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1569.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1569.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1569.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1569.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_25.vhd] 0:00:00.214980

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_25.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_25.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_25.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_25.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_25.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc927.vhd] 0:00:00.213211

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc927.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc927.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc927.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc927.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc927.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovec-b.vhd] 0:00:00.214400

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovec-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovec-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovec-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovec-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovec-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1258.vhd] 0:00:00.214534

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1258.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1258.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1258.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1258.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1258.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_03.vhd] 0:00:00.214169

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1511.vhd] 0:00:00.215389

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1511.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1511.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1511.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1511.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1511.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_21.vhd] 0:00:00.213924

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_21.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_21.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_21.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_21.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_21.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc873.vhd] 0:00:00.215979

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc873.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc873.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc873.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc873.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc873.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_08.vhd] 0:00:00.218256

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc580.vhd] 0:00:00.212047

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc580.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc580.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc580.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc580.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc580.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_04.vhd] 0:00:00.218860

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc746.vhd] 0:00:00.216336

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc746.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc746.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc746.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc746.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc746.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tkfifo-b.vhd] 0:00:00.213659

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tkfifo-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tkfifo-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tkfifo-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tkfifo-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tkfifo-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc648.vhd] 0:00:00.212700

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc648.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc648.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc648.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc648.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc648.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_08.vhd] 0:00:00.219588

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2400.vhd] 0:00:00.214414

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2400.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2400.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2400.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2400.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2400.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_09.vhd] 0:00:00.220633

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc88.vhd] 0:00:00.215107

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc88.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc88.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc88.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc88.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc88.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mux2-b.vhd] 0:00:00.215036

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mux2-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mux2-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mux2-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mux2-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mux2-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3196.vhd] 0:00:00.216946

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3196.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3196.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3196.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3196.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3196.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_20.vhd] 0:00:00.211749

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_20.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_20.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_20.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_20.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_20.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc491.vhd] 0:00:00.209351

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc491.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc491.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc491.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc491.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc491.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_reg.vhd] 0:00:00.213981

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_reg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_reg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_reg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_reg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_reg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2304.vhd] 0:00:00.218591

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2304.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2304.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2304.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2304.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2304.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_16.vhd] 0:00:00.215437

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_16.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_16.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_16.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_16.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_16.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2771.vhd] 0:00:00.218116

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2771.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2771.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2771.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2771.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2771.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_25.vhd] 0:00:00.216261

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_25.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_25.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_25.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_25.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_25.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc945.vhd] 0:00:00.216027

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc945.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc945.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc945.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc945.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc945.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_07.vhd] 0:00:00.215683

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1999.vhd] 0:00:00.261604

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1999.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1999.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1999.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1999.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1999.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofpt-b.vhd] 0:00:00.215364

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofpt-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofpt-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofpt-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofpt-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofpt-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2969.vhd] 0:00:00.217712

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2969.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2969.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2969.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2969.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2969.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_04.vhd] 0:00:00.217889

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1555.vhd] 0:00:00.220510

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1555.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1555.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1555.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1555.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1555.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_18.vhd] 0:00:00.218012

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_18.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_18.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_18.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_18.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_18.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc82.vhd] 0:00:00.218330

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc82.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc82.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc82.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc82.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc82.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_04.vhd] 0:00:00.218067

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3111.vhd] 0:00:00.218042

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3111.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3111.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3111.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3111.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3111.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_07.vhd] 0:00:00.214913

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc534.vhd] 0:00:00.216070

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc534.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc534.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc534.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc534.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc534.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_13.vhd] 0:00:00.213062

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2151.vhd] 0:00:00.214956

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2151.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2151.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2151.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2151.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2151.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_cg.vhd] 0:00:00.212899

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_cg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_cg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_cg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_cg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_cg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc884.vhd] 0:00:00.214276

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc884.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc884.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc884.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc884.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc884.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_02.vhd] 0:00:00.213971

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1723.vhd] 0:00:00.213954

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1723.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1723.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1723.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1723.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1723.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_05.vhd] 0:00:00.219806

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2737.vhd] 0:00:00.218577

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2737.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2737.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2737.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2737.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2737.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_19.vhd] 0:00:00.219187

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_19.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_19.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_19.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_19.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_19.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1641.vhd] 0:00:00.218678

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1641.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1641.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1641.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1641.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1641.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/math_real.vhd] 0:00:00.219276

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/math_real.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/math_real.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/math_real.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/math_real.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/math_real.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1350.vhd] 0:00:00.217070

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1350.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1350.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1350.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1350.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1350.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_05.vhd] 0:00:00.214223

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc612.vhd] 0:00:00.215129

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc612.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc612.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc612.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc612.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc612.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem-fl.vhd] 0:00:00.224835

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem-fl.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem-fl.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem-fl.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem-fl.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem-fl.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1370.vhd] 0:00:00.210725

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1370.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1370.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1370.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1370.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1370.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_17.vhd] 0:00:00.214837

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_17.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_17.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_17.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_17.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_17.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2479.vhd] 0:00:00.214188

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2479.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2479.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2479.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2479.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2479.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_18.vhd] 0:00:00.215393

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_18.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_18.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_18.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_18.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_18.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2387.vhd] 0:00:00.215527

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2387.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2387.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2387.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2387.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2387.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_source-b.vhd] 0:00:00.217338

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_source-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_source-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_source-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_source-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_source-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1550.vhd] 0:00:00.218518

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1550.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1550.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1550.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1550.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1550.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_12.vhd] 0:00:00.217625

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1013.vhd] 0:00:00.211748

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1013.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1013.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1013.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1013.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1013.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_08.vhd] 0:00:00.214381

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2172.vhd] 0:00:00.222734

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2172.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2172.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2172.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2172.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2172.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_05.vhd] 0:00:00.217219

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc934.vhd] 0:00:00.217049

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc934.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc934.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc934.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc934.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc934.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_10.vhd] 0:00:00.215173

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2324.vhd] 0:00:00.213932

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2324.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2324.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2324.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2324.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2324.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_25.vhd] 0:00:00.213640

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_25.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_25.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_25.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_25.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_25.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc522.vhd] 0:00:00.213777

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc522.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc522.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc522.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc522.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc522.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_17.vhd] 0:00:00.211794

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_17.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_17.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_17.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_17.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_17.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1739.vhd] 0:00:00.210979

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1739.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1739.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1739.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1739.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1739.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_11.vhd] 0:00:00.212633

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3202.vhd] 0:00:00.212599

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3202.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3202.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3202.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3202.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3202.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofp.vhd] 0:00:00.213750

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofp.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofp.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofp.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofp.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofp.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3051.vhd] 0:00:00.210703

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3051.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3051.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3051.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3051.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3051.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_07.vhd] 0:00:00.213725

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2704.vhd] 0:00:00.214700

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2704.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2704.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2704.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2704.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2704.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regm-b.vhd] 0:00:00.214103

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regm-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regm-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regm-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regm-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regm-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc641.vhd] 0:00:00.211061

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc641.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc641.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc641.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc641.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc641.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_03.vhd] 0:00:00.211007

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc699.vhd] 0:00:00.210860

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc699.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc699.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc699.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc699.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc699.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_13.vhd] 0:00:00.228528

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1306.vhd] 0:00:00.210283

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1306.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1306.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1306.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1306.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1306.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_08.vhd] 0:00:00.217521

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1473.vhd] 0:00:00.217843

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1473.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1473.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1473.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1473.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1473.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_08.vhd] 0:00:00.215280

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3050.vhd] 0:00:00.212930

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3050.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3050.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3050.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3050.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3050.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_09.vhd] 0:00:00.214465

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc416.vhd] 0:00:00.213309

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc416.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc416.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc416.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc416.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc416.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-jnsth.vhd] 0:00:00.213405

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-jnsth.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-jnsth.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-jnsth.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-jnsth.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-jnsth.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1088.vhd] 0:00:00.224150

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1088.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1088.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1088.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1088.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1088.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_source.vhd] 0:00:00.220251

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_source.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_source.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_source.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_source.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_source.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3045.vhd] 0:00:00.218254

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3045.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3045.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3045.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3045.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3045.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_02.vhd] 0:00:00.215018

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1964.vhd] 0:00:00.214722

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1964.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1964.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1964.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1964.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1964.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_sink.vhd] 0:00:00.218755

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_sink.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_sink.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_sink.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_sink.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_sink.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc931.vhd] 0:00:00.218162

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc931.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc931.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc931.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc931.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc931.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_15.vhd] 0:00:00.216221

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_15.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_15.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_15.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_15.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_15.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc515.vhd] 0:00:00.215832

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc515.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc515.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc515.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc515.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc515.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_21.vhd] 0:00:00.218015

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_21.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_21.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_21.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_21.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_21.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1809.vhd] 0:00:00.216465

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1809.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1809.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1809.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1809.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1809.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_04.vhd] 0:00:00.216387

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2158.vhd] 0:00:00.218945

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2158.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2158.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2158.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2158.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2158.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_01.vhd] 0:00:00.219137

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2862.vhd] 0:00:00.219056

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2862.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2862.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2862.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2862.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2862.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtstb.vhd] 0:00:00.221929

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtstb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtstb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtstb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtstb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtstb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc632.vhd] 0:00:00.220987

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc632.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc632.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc632.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc632.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc632.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_26.vhd] 0:00:00.222171

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_26.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_26.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_26.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_26.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_26.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc434.vhd] 0:00:00.218057

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc434.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc434.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc434.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc434.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc434.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_06.vhd] 0:00:00.217350

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc228.vhd] 0:00:00.221581

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc228.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc228.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc228.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc228.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc228.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_02.vhd] 0:00:00.217311

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc918.vhd] 0:00:00.216633

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc918.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc918.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc918.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc918.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc918.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_srvr-b.vhd] 0:00:00.214881

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_srvr-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_srvr-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_srvr-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_srvr-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_srvr-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1487.vhd] 0:00:00.215114

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1487.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1487.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1487.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1487.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1487.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_03.vhd] 0:00:00.214871

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1387.vhd] 0:00:00.214700

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1387.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1387.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1387.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1387.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1387.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_02.vhd] 0:00:00.218623

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc615.vhd] 0:00:00.219711

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc615.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc615.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc615.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc615.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc615.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_05.vhd] 0:00:00.216559

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2014.vhd] 0:00:00.215210

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2014.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2014.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2014.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2014.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2014.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_12.vhd] 0:00:00.215983

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3077.vhd] 0:00:00.215113

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3077.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3077.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3077.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3077.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3077.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst-v.vhd] 0:00:00.218781

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst-v.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst-v.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst-v.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst-v.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst-v.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1259.vhd] 0:00:00.215306

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1259.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1259.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1259.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1259.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1259.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_10.vhd] 0:00:00.215975

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2448.vhd] 0:00:00.214783

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2448.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2448.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2448.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2448.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2448.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-qs.vhd] 0:00:00.213685

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-qs.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-qs.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-qs.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-qs.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-qs.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1262.vhd] 0:00:00.212570

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1262.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1262.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1262.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1262.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1262.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_02.vhd] 0:00:00.213150

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1637.vhd] 0:00:00.213781

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1637.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1637.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1637.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1637.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1637.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_06.vhd] 0:00:00.210519

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2081.vhd] 0:00:00.213502

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2081.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2081.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2081.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2081.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2081.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_09.vhd] 0:00:00.214493

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1560.vhd] 0:00:00.213817

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1560.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1560.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1560.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1560.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1560.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_04.vhd] 0:00:00.211628

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1762.vhd] 0:00:00.214435

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1762.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1762.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1762.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1762.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1762.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_03.vhd] 0:00:00.215412

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3070.vhd] 0:00:00.216647

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3070.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3070.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3070.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3070.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3070.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_19.vhd] 0:00:00.213410

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_19.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_19.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_19.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_19.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_19.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2092.vhd] 0:00:00.216138

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2092.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2092.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2092.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2092.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2092.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_02.vhd] 0:00:00.215576

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1495.vhd] 0:00:00.215420

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1495.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1495.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1495.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1495.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1495.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_06.vhd] 0:00:00.218211

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc182.vhd] 0:00:00.218376

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc182.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc182.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc182.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc182.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc182.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_05.vhd] 0:00:00.212560

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1165.vhd] 0:00:00.214472

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1165.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1165.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1165.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1165.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1165.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_06.vhd] 0:00:00.212437

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc667.vhd] 0:00:00.211819

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc667.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc667.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc667.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc667.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc667.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_01.vhd] 0:00:00.210150

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1781.vhd] 0:00:00.213937

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1781.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1781.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1781.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1781.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1781.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_18.vhd] 0:00:00.211344

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_18.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_18.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_18.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_18.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_18.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc483.vhd] 0:00:00.212277

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc483.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc483.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc483.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc483.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc483.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_02.vhd] 0:00:00.211935

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc392.vhd] 0:00:00.212041

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc392.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc392.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc392.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc392.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc392.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_arithmetic_body.vhd] 0:00:00.217781

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_arithmetic_body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_arithmetic_body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_arithmetic_body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_arithmetic_body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_arithmetic_body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc916.vhd] 0:00:00.211885

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc916.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc916.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc916.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc916.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc916.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtstr.vhd] 0:00:00.211036

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtstr.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtstr.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtstr.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtstr.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtstr.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3037.vhd] 0:00:00.213924

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3037.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3037.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3037.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3037.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3037.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_08.vhd] 0:00:00.218176

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc639.vhd] 0:00:00.220366

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc639.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc639.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc639.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc639.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc639.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rft.vhd] 0:00:00.216064

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rft.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rft.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rft.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rft.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rft.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1323.vhd] 0:00:00.215290

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1323.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1323.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1323.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1323.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1323.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_12.vhd] 0:00:00.212800

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2374.vhd] 0:00:00.213727

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2374.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2374.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2374.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2374.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2374.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alu.vhd] 0:00:00.210299

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alu.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alu.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alu.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alu.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alu.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2010.vhd] 0:00:00.210269

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2010.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2010.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2010.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2010.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2010.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_08.vhd] 0:00:00.212030

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3187.vhd] 0:00:00.209455

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3187.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3187.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3187.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3187.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3187.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-br.vhd] 0:00:00.215218

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-br.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-br.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-br.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-br.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-br.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc334.vhd] 0:00:00.213815

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc334.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc334.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc334.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc334.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc334.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_13.vhd] 0:00:00.212112

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc676.vhd] 0:00:00.210317

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc676.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc676.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc676.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc676.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc676.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_03.vhd] 0:00:00.211675

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3109.vhd] 0:00:00.212815

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3109.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3109.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3109.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3109.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3109.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_accr.vhd] 0:00:00.210320

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_accr.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_accr.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_accr.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_accr.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_accr.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1704.vhd] 0:00:00.217157

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1704.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1704.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1704.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1704.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1704.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_01.vhd] 0:00:00.210675

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1596.vhd] 0:00:00.210380

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1596.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1596.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1596.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1596.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1596.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_08.vhd] 0:00:00.211421

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc958.vhd] 0:00:00.209734

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc958.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc958.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc958.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc958.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc958.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmp-b.vhd] 0:00:00.212911

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmp-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmp-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmp-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmp-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmp-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1744.vhd] 0:00:00.213568

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1744.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1744.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1744.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1744.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1744.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovect.vhd] 0:00:00.214475

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovect.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovect.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovect.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovect.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovect.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1916.vhd] 0:00:00.217056

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1916.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1916.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1916.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1916.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1916.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_09.vhd] 0:00:00.214133

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2569.vhd] 0:00:00.215423

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2569.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2569.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2569.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2569.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2569.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_02.vhd] 0:00:00.214582

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2156.vhd] 0:00:00.215179

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2156.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2156.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2156.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2156.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2156.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_acca.vhd] 0:00:00.212319

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_acca.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_acca.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_acca.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_acca.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_acca.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1179.vhd] 0:00:00.212690

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1179.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1179.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1179.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1179.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1179.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_random.vhd] 0:00:00.213345

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_random.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_random.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_random.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_random.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_random.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3115.vhd] 0:00:00.212940

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3115.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3115.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3115.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3115.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3115.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_02.vhd] 0:00:00.210779

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc600.vhd] 0:00:00.210083

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc600.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc600.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc600.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc600.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc600.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_09.vhd] 0:00:00.210703

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc837.vhd] 0:00:00.210300

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc837.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc837.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc837.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc837.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc837.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_11.vhd] 0:00:00.212032

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1032.vhd] 0:00:00.215944

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1032.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1032.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1032.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1032.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1032.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_03.vhd] 0:00:00.217805

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1599.vhd] 0:00:00.215235

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1599.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1599.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1599.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1599.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1599.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac.vhd] 0:00:00.216714

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc439.vhd] 0:00:00.222589

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc439.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc439.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc439.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc439.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc439.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_03.vhd] 0:00:00.214906

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1617.vhd] 0:00:00.213684

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1617.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1617.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1617.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1617.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1617.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_06.vhd] 0:00:00.214576

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2131.vhd] 0:00:00.213792

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2131.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2131.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2131.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2131.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2131.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_27.vhd] 0:00:00.211489

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_27.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_27.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_27.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_27.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_27.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1971.vhd] 0:00:00.211567

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1971.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1971.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1971.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1971.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1971.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb.vhd] 0:00:00.213896

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc477.vhd] 0:00:00.210692

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc477.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc477.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc477.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc477.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc477.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qsimt-b.vhd] 0:00:00.214892

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qsimt-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qsimt-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qsimt-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qsimt-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qsimt-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1486.vhd] 0:00:00.216590

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1486.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1486.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1486.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1486.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1486.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_01.vhd] 0:00:00.215444

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc633.vhd] 0:00:00.215324

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc633.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc633.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc633.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc633.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc633.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_09.vhd] 0:00:00.214669

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1565.vhd] 0:00:00.214853

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1565.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1565.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1565.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1565.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1565.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_04.vhd] 0:00:00.212429

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1126.vhd] 0:00:00.213125

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1126.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1126.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1126.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1126.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1126.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_01.vhd] 0:00:00.213181

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1684.vhd] 0:00:00.213639

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1684.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1684.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1684.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1684.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1684.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alu.vhd] 0:00:00.213119

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alu.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alu.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alu.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alu.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alu.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc680.vhd] 0:00:00.214171

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc680.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc680.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc680.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc680.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc680.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ire-b.vhd] 0:00:00.217822

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ire-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ire-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ire-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ire-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ire-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc381.vhd] 0:00:00.215672

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc381.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc381.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc381.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc381.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc381.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_20.vhd] 0:00:00.214443

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_20.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_20.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_20.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_20.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_20.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1646.vhd] 0:00:00.213638

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1646.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1646.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1646.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1646.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1646.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_pas.vhd] 0:00:00.215435

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_pas.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_pas.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_pas.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_pas.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_pas.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2399.vhd] 0:00:00.215946

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2399.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2399.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2399.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2399.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2399.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_01.vhd] 0:00:00.220323

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2487.vhd] 0:00:00.213750

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2487.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2487.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2487.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2487.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2487.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_ds-qn.vhd] 0:00:00.214050

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_ds-qn.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_ds-qn.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_ds-qn.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_ds-qn.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_ds-qn.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3150.vhd] 0:00:00.212740

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3150.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3150.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3150.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3150.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3150.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_01.vhd] 0:00:00.212833

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1734.vhd] 0:00:00.225867

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1734.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1734.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1734.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1734.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1734.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_queue.vhd] 0:00:00.211012

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_queue.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_queue.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_queue.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_queue.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_queue.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc206.vhd] 0:00:00.213551

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc206.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc206.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc206.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc206.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc206.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_18.vhd] 0:00:00.214939

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_18.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_18.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_18.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_18.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_18.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc208.vhd] 0:00:00.215756

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc208.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc208.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc208.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc208.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc208.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ire.vhd] 0:00:00.214839

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ire.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ire.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ire.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ire.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ire.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3164.vhd] 0:00:00.218115

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3164.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3164.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3164.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3164.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3164.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_02.vhd] 0:00:00.217022

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc555.vhd] 0:00:00.218661

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc555.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc555.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc555.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc555.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc555.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_09.vhd] 0:00:00.217126

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc688.vhd] 0:00:00.214283

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc688.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc688.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc688.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc688.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc688.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_11.vhd] 0:00:00.214224

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc188.vhd] 0:00:00.214014

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc188.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc188.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc188.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc188.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc188.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_08.vhd] 0:00:00.216872

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc531.vhd] 0:00:00.217255

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc531.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc531.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc531.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc531.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc531.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_06.vhd] 0:00:00.220124

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3079.vhd] 0:00:00.215078

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3079.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3079.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3079.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3079.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3079.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_06.vhd] 0:00:00.215055

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1733.vhd] 0:00:00.213933

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1733.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1733.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1733.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1733.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1733.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxi-b.vhd] 0:00:00.210887

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxi-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxi-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxi-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxi-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxi-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2421.vhd] 0:00:00.212334

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2421.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2421.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2421.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2421.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2421.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmpr-b.vhd] 0:00:00.211621

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmpr-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmpr-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmpr-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmpr-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmpr-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc577.vhd] 0:00:00.214687

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc577.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc577.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc577.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc577.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc577.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_fork.vhd] 0:00:00.215478

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_fork.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_fork.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_fork.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_fork.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_fork.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1785.vhd] 0:00:00.215444

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1785.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1785.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1785.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1785.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1785.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_10.vhd] 0:00:00.221886

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1514.vhd] 0:00:00.223935

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1514.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1514.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1514.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1514.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1514.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_chkdiv.vhd] 0:00:00.221370

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_chkdiv.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_chkdiv.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_chkdiv.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_chkdiv.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_chkdiv.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc493.vhd] 0:00:00.220336

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc493.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc493.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc493.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc493.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc493.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_22.vhd] 0:00:00.220885

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_22.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_22.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_22.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_22.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_22.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1649.vhd] 0:00:00.227648

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1649.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1649.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1649.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1649.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1649.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_10.vhd] 0:00:00.218034

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2758.vhd] 0:00:00.215985

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2758.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2758.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2758.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2758.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2758.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_01.vhd] 0:00:00.219418

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2015.vhd] 0:00:00.218246

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2015.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2015.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2015.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2015.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2015.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_04.vhd] 0:00:00.215826

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2883.vhd] 0:00:00.214724

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2883.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2883.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2883.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2883.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2883.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_03.vhd] 0:00:00.214914

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc481.vhd] 0:00:00.212855

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc481.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc481.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc481.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc481.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc481.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_07.vhd] 0:00:00.213395

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1988.vhd] 0:00:00.215011

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1988.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1988.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1988.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1988.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1988.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/util_pk_test.vhd] 0:00:00.210180

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/util_pk_test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/util_pk_test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/util_pk_test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/util_pk_test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/util_pk_test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc655.vhd] 0:00:00.211733

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc655.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc655.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc655.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc655.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc655.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_09.vhd] 0:00:00.212493

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1496.vhd] 0:00:00.210397

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1496.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1496.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1496.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1496.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1496.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_10.vhd] 0:00:00.209759

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2961.vhd] 0:00:00.210828

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2961.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2961.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2961.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2961.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2961.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_03.vhd] 0:00:00.210808

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1152.vhd] 0:00:00.211281

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1152.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1152.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1152.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1152.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1152.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_13.vhd] 0:00:00.212701

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2258.vhd] 0:00:00.210085

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2258.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2258.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2258.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2258.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2258.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_19.vhd] 0:00:00.212591

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_19.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_19.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_19.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_19.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_19.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3180.vhd] 0:00:00.213418

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3180.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3180.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3180.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3180.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3180.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_ovfl-b.vhd] 0:00:00.209239

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_ovfl-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_ovfl-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_ovfl-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_ovfl-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_ovfl-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc119.vhd] 0:00:00.208734

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc119.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc119.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc119.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc119.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc119.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_07.vhd] 0:00:00.209846

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc455.vhd] 0:00:00.211065

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc455.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc455.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc455.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc455.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc455.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_17.vhd] 0:00:00.210117

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_17.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_17.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_17.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_17.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_17.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2948.vhd] 0:00:00.209562

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2948.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2948.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2948.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2948.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2948.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_02.vhd] 0:00:00.210560

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc86.vhd] 0:00:00.211364

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc86.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc86.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc86.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc86.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc86.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx-b.vhd] 0:00:00.221219

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2107.vhd] 0:00:00.214611

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2107.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2107.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2107.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2107.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2107.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_07.vhd] 0:00:00.215602

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc559.vhd] 0:00:00.214919

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc559.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc559.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc559.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc559.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc559.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_09.vhd] 0:00:00.216663

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1028.vhd] 0:00:00.215623

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1028.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1028.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1028.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1028.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1028.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_07.vhd] 0:00:00.213771

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc309.vhd] 0:00:00.214791

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc309.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc309.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc309.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc309.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc309.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_12.vhd] 0:00:00.218409

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2676.vhd] 0:00:00.217681

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2676.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2676.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2676.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2676.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2676.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-src.vhd] 0:00:00.213918

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-src.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-src.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-src.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-src.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-src.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2159.vhd] 0:00:00.215381

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2159.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2159.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2159.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2159.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2159.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_06.vhd] 0:00:00.219179

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1071.vhd] 0:00:00.216741

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1071.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1071.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1071.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1071.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1071.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_04.vhd] 0:00:00.215572

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc431.vhd] 0:00:00.215683

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc431.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc431.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc431.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc431.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc431.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_11.vhd] 0:00:00.215189

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1425.vhd] 0:00:00.213724

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1425.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1425.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1425.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1425.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1425.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_queue-b.vhd] 0:00:00.212885

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_queue-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_queue-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_queue-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_queue-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_queue-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1452.vhd] 0:00:00.216251

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1452.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1452.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1452.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1452.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1452.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_09.vhd] 0:00:00.219510

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2977.vhd] 0:00:00.218196

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2977.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2977.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2977.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2977.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2977.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_03.vhd] 0:00:00.224229

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1037.vhd] 0:00:00.217182

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1037.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1037.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1037.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1037.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1037.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_01.vhd] 0:00:00.214631

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc517.vhd] 0:00:00.214888

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc517.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc517.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc517.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc517.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc517.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_08.vhd] 0:00:00.216408

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc308.vhd] 0:00:00.213709

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc308.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc308.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc308.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc308.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc308.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_04.vhd] 0:00:00.213307

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1968.vhd] 0:00:00.215333

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1968.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1968.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1968.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1968.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1968.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_srff.vhd] 0:00:00.213430

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_srff.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_srff.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_srff.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_srff.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_srff.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc629.vhd] 0:00:00.210300

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc629.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc629.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc629.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc629.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc629.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_03.vhd] 0:00:00.214875

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2182.vhd] 0:00:00.214425

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2182.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2182.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2182.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2182.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2182.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_10.vhd] 0:00:00.214724

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2309.vhd] 0:00:00.213686

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2309.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2309.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2309.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2309.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2309.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_02.vhd] 0:00:00.213171

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2949.vhd] 0:00:00.212424

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2949.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2949.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2949.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2949.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2949.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxi.vhd] 0:00:00.211274

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxi.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxi.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxi.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxi.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxi.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1233.vhd] 0:00:00.214293

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1233.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1233.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1233.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1233.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1233.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_01.vhd] 0:00:00.212069

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3067.vhd] 0:00:00.214122

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3067.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3067.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3067.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3067.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3067.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_01.vhd] 0:00:00.216164

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc445.vhd] 0:00:00.217842

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc445.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc445.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc445.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc445.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc445.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_06.vhd] 0:00:00.210629

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1735.vhd] 0:00:00.208570

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1735.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1735.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1735.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1735.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1735.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_04.vhd] 0:00:00.223943

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc23.vhd] 0:00:00.218253

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc23.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc23.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc23.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc23.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc23.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_01.vhd] 0:00:00.210887

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc704.vhd] 0:00:00.213425

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc704.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc704.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc704.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc704.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc704.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_01.vhd] 0:00:00.211159

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc326.vhd] 0:00:00.212023

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc326.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc326.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc326.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc326.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc326.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_pk_04_01.vhd] 0:00:00.215547

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_pk_04_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_pk_04_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_pk_04_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_pk_04_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_pk_04_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2331.vhd] 0:00:00.215355

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2331.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2331.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2331.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2331.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2331.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tkfifo.vhd] 0:00:00.214311

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tkfifo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tkfifo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tkfifo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tkfifo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tkfifo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1643.vhd] 0:00:00.215891

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1643.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1643.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1643.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1643.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1643.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_06.vhd] 0:00:00.225029

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1269.vhd] 0:00:00.219742

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1269.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1269.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1269.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1269.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1269.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_03.vhd] 0:00:00.216759

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_fg_12_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2007.vhd] 0:00:00.215995

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2007.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2007.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2007.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2007.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2007.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_11.vhd] 0:00:00.215044

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc524.vhd] 0:00:00.216731

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc524.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc524.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc524.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc524.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc524.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-snk.vhd] 0:00:00.218963

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-snk.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-snk.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-snk.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-snk.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-snk.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1803.vhd] 0:00:00.217958

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1803.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1803.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1803.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1803.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1803.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_01.vhd] 0:00:00.212522

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2966.vhd] 0:00:00.214693

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2966.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2966.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2966.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2966.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2966.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_10.vhd] 0:00:00.214799

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2502.vhd] 0:00:00.213142

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2502.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2502.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2502.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2502.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2502.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_04.vhd] 0:00:00.217241

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1089.vhd] 0:00:00.216746

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1089.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1089.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1089.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1089.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1089.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_pk_04_02.vhd] 0:00:00.214490

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_pk_04_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_pk_04_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_pk_04_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_pk_04_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_pk_04_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3010.vhd] 0:00:00.212826

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3010.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3010.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3010.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3010.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3010.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_08.vhd] 0:00:00.212437

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2389.vhd] 0:00:00.213046

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2389.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2389.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2389.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2389.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2389.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_05.vhd] 0:00:00.216095

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1551.vhd] 0:00:00.216036

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1551.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1551.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1551.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1551.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1551.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_05.vhd] 0:00:00.212674

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc482.vhd] 0:00:00.213705

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc482.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc482.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc482.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc482.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc482.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_03.vhd] 0:00:00.217575

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc995.vhd] 0:00:00.214449

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc995.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc995.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc995.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc995.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc995.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_03.vhd] 0:00:00.219246

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2001.vhd] 0:00:00.218073

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2001.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2001.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2001.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2001.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2001.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_05.vhd] 0:00:00.219334

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2061.vhd] 0:00:00.217123

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2061.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2061.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2061.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2061.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2061.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_01.vhd] 0:00:00.220857

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1078.vhd] 0:00:00.220453

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1078.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1078.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1078.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1078.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1078.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_13.vhd] 0:00:00.216620

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1182.vhd] 0:00:00.217867

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1182.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1182.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1182.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1182.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1182.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_04.vhd] 0:00:00.216930

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1447.vhd] 0:00:00.219782

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1447.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1447.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1447.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1447.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1447.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovec.vhd] 0:00:00.216924

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovec.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovec.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovec.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovec.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovec.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc452.vhd] 0:00:00.217303

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc452.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc452.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc452.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc452.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc452.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_02.vhd] 0:00:00.223149

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1103.vhd] 0:00:00.215434

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1103.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1103.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1103.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1103.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1103.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_16.vhd] 0:00:00.215413

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_16.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_16.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_16.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_16.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_16.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2108.vhd] 0:00:00.218067

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2108.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2108.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2108.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2108.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2108.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_04.vhd] 0:00:00.217978

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2722.vhd] 0:00:00.219045

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2722.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2722.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2722.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2722.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2722.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_14.vhd] 0:00:00.219339

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_14.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_14.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_14.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_14.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_14.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3172.vhd] 0:00:00.219739

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3172.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3172.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3172.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3172.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3172.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_08.vhd] 0:00:00.218807

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1177.vhd] 0:00:00.218938

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1177.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1177.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1177.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1177.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1177.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_07.vhd] 0:00:00.216187

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1554.vhd] 0:00:00.217925

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1554.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1554.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1554.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1554.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1554.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_05.vhd] 0:00:00.218700

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc43.vhd] 0:00:00.219586

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc43.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc43.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc43.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc43.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc43.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_02.vhd] 0:00:00.214042

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc581.vhd] 0:00:00.212495

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc581.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc581.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc581.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc581.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc581.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_02.vhd] 0:00:00.214314

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc849.vhd] 0:00:00.213586

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc849.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc849.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc849.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc849.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc849.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_10.vhd] 0:00:00.212406

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1776.vhd] 0:00:00.214778

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1776.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1776.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1776.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1776.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1776.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_01.vhd] 0:00:00.220619

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc595.vhd] 0:00:00.219151

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc595.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc595.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc595.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc595.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc595.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_08.vhd] 0:00:00.216460

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc876.vhd] 0:00:00.215981

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc876.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc876.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc876.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc876.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc876.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_04.vhd] 0:00:00.215813

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc422.vhd] 0:00:00.216318

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc422.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc422.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc422.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc422.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc422.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_wtfifo.vhd] 0:00:00.217212

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_wtfifo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_wtfifo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_wtfifo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_wtfifo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_wtfifo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3154.vhd] 0:00:00.219060

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3154.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3154.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3154.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3154.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3154.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_acca-b.vhd] 0:00:00.214434

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_acca-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_acca-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_acca-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_acca-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_acca-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1907.vhd] 0:00:00.215404

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1907.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1907.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1907.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1907.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1907.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_03.vhd] 0:00:00.215787

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3165.vhd] 0:00:00.217784

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3165.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3165.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3165.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3165.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3165.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_07.vhd] 0:00:00.218182

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1187.vhd] 0:00:00.216138

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1187.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1187.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1187.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1187.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1187.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_05.vhd] 0:00:00.217112

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2697.vhd] 0:00:00.216857

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2697.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2697.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2697.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2697.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2697.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_04.vhd] 0:00:00.213919

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2425.vhd] 0:00:00.212913

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2425.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2425.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2425.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2425.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2425.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_23.vhd] 0:00:00.216252

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_23.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_23.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_23.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_23.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_23.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3139.vhd] 0:00:00.214812

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3139.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3139.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3139.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3139.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3139.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_28.vhd] 0:00:00.215083

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_28.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_28.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_28.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_28.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_28.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc437.vhd] 0:00:00.216316

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc437.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc437.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc437.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc437.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc437.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_06.vhd] 0:00:00.215846

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2125.vhd] 0:00:00.216908

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2125.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2125.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2125.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2125.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2125.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_pas-b.vhd] 0:00:00.215313

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_pas-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_pas-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_pas-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_pas-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_pas-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1512.vhd] 0:00:00.216309

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1512.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1512.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1512.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1512.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1512.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_ch_14_01.vhd] 0:00:00.226205

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_ch_14_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_ch_14_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_ch_14_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_ch_14_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_ch_14_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc451.vhd] 0:00:00.215374

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc451.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc451.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc451.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc451.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc451.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_05.vhd] 0:00:00.249149

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc141.vhd] 0:00:00.237509

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc141.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc141.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc141.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc141.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc141.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_join-b.vhd] 0:00:00.215287

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_join-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_join-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_join-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_join-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_join-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2021.vhd] 0:00:00.215544

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2021.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2021.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2021.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2021.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2021.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-frk.vhd] 0:00:00.215637

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-frk.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-frk.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-frk.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-frk.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-frk.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3137.vhd] 0:00:00.215798

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3137.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3137.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3137.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3137.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3137.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_17.vhd] 0:00:00.216606

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_17.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_17.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_17.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_17.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_17.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2703.vhd] 0:00:00.216130

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2703.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2703.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2703.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2703.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2703.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_19.vhd] 0:00:00.217617

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_19.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_19.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_19.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_19.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_19.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3024.vhd] 0:00:00.219526

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3024.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3024.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3024.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3024.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3024.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_06.vhd] 0:00:00.221378

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2307.vhd] 0:00:00.214855

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2307.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2307.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2307.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2307.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2307.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_ovfl.vhd] 0:00:00.219546

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_ovfl.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_ovfl.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_ovfl.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_ovfl.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_ovfl.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc768.vhd] 0:00:00.220001

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc768.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc768.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc768.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc768.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc768.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_15.vhd] 0:00:00.215479

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_15.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_15.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_15.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_15.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_15.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2760.vhd] 0:00:00.216369

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2760.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2760.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2760.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2760.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2760.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_24.vhd] 0:00:00.217430

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_24.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_24.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_24.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_24.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_24.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc286.vhd] 0:00:00.216350

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc286.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc286.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc286.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc286.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc286.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_10.vhd] 0:00:00.215484

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1367.vhd] 0:00:00.214124

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1367.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1367.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1367.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1367.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1367.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_crtl.vhd] 0:00:00.217108

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_crtl.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_crtl.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_crtl.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_crtl.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_crtl.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1581.vhd] 0:00:00.218205

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1581.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1581.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1581.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1581.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1581.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_11.vhd] 0:00:00.216935

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1450.vhd] 0:00:00.214483

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1450.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1450.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1450.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1450.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1450.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_04.vhd] 0:00:00.218241

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2269.vhd] 0:00:00.216861

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2269.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2269.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2269.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2269.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2269.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_23.vhd] 0:00:00.217503

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_23.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_23.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_23.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_23.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_23.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3082.vhd] 0:00:00.215657

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3082.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3082.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3082.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3082.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3082.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_07.vhd] 0:00:00.213932

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1753.vhd] 0:00:00.213492

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1753.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1753.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1753.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1753.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1753.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mux2.vhd] 0:00:00.214008

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mux2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mux2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mux2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mux2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mux2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2369.vhd] 0:00:00.248302

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2369.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2369.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2369.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2369.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2369.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_04.vhd] 0:00:00.216832

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc213.vhd] 0:00:00.216303

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc213.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc213.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc213.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc213.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc213.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_05.vhd] 0:00:00.216360

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3005.vhd] 0:00:00.214514

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3005.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3005.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3005.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3005.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3005.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_reg-b.vhd] 0:00:00.216274

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_reg-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_reg-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_reg-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_reg-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_reg-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1573.vhd] 0:00:00.216976

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1573.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1573.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1573.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1573.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1573.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alut.vhd] 0:00:00.218104

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alut.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alut.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alut.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alut.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alut.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc562.vhd] 0:00:00.211891

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc562.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc562.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc562.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc562.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc562.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_08.vhd] 0:00:00.210480

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc956.vhd] 0:00:00.210503

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc956.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc956.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc956.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc956.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc956.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_20.vhd] 0:00:00.212194

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_20.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_20.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_20.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_20.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_20.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc76.vhd] 0:00:00.211999

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc76.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc76.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc76.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc76.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc76.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_24.vhd] 0:00:00.215539

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_24.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_24.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_24.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_24.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_24.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3157.vhd] 0:00:00.220217

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3157.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3157.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3157.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3157.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3157.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_09.vhd] 0:00:00.216234

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc636.vhd] 0:00:00.214980

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc636.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc636.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc636.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc636.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc636.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_09.vhd] 0:00:00.213670

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1310.vhd] 0:00:00.215913

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1310.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1310.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1310.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1310.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1310.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmpr.vhd] 0:00:00.214758

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmpr.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmpr.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmpr.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmpr.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmpr.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc81.vhd] 0:00:00.253148

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc81.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc81.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc81.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc81.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc81.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_07.vhd] 0:00:00.217073

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2294.vhd] 0:00:00.216832

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2294.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2294.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2294.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2294.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2294.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_06.vhd] 0:00:00.218337

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2415.vhd] 0:00:00.216367

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2415.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2415.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2415.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2415.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2415.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_05.vhd] 0:00:00.218593

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1691.vhd] 0:00:00.216671

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1691.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1691.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1691.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1691.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1691.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac-b.vhd] 0:00:00.214587

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc840.vhd] 0:00:00.216575

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc840.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc840.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc840.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc840.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc840.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_14.vhd] 0:00:00.211114

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_14.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_14.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_14.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_14.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_14.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1483.vhd] 0:00:00.212247

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1483.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1483.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1483.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1483.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1483.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_wtfifo-b.vhd] 0:00:00.210452

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_wtfifo-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_wtfifo-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_wtfifo-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_wtfifo-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_wtfifo-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc843.vhd] 0:00:00.211167

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc843.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc843.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc843.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc843.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc843.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_02.vhd] 0:00:00.211289

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3063.vhd] 0:00:00.211592

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3063.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3063.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3063.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3063.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3063.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_02.vhd] 0:00:00.214841

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc820.vhd] 0:00:00.212161

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc820.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc820.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc820.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc820.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc820.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_13.vhd] 0:00:00.211695

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc541.vhd] 0:00:00.212782

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc541.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc541.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc541.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc541.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc541.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_15.vhd] 0:00:00.209895

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_15.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_15.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_15.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_15.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_15.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3142.vhd] 0:00:00.209557

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3142.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3142.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3142.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3142.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3142.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_05.vhd] 0:00:00.208856

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1585.vhd] 0:00:00.210201

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1585.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1585.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1585.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1585.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1585.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rf-b.vhd] 0:00:00.210126

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rf-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rf-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rf-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rf-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rf-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc862.vhd] 0:00:00.211716

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc862.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc862.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc862.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc862.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc862.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-jn.vhd] 0:00:00.209252

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-jn.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-jn.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-jn.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-jn.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tb-jn.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc388.vhd] 0:00:00.207265

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc388.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc388.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc388.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc388.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc388.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_03.vhd] 0:00:00.209730

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_ch_09_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1516.vhd] 0:00:00.208041

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1516.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1516.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1516.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1516.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1516.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac-r.vhd] 0:00:00.206743

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac-r.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac-r.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac-r.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac-r.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mac-r.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc631.vhd] 0:00:00.212125

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc631.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc631.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc631.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc631.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc631.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_08.vhd] 0:00:00.211396

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1647.vhd] 0:00:00.207086

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1647.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1647.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1647.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1647.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1647.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_14.vhd] 0:00:00.208869

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_14.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_14.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_14.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_14.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_14.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2736.vhd] 0:00:00.207896

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2736.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2736.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2736.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2736.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2736.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_13.vhd] 0:00:00.212013

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1601.vhd] 0:00:00.212179

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1601.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1601.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1601.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1601.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1601.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_02.vhd] 0:00:00.214360

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2480.vhd] 0:00:00.211312

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2480.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2480.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2480.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2480.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2480.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qsimt.vhd] 0:00:00.216163

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qsimt.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qsimt.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qsimt.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qsimt.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qsimt.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc893.vhd] 0:00:00.222618

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc893.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc893.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc893.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc893.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc893.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_cg-b.vhd] 0:00:00.212133

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_cg-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_cg-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_cg-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_cg-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_cg-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc395.vhd] 0:00:00.210267

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc395.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc395.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc395.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc395.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc395.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_12.vhd] 0:00:00.212604

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2570.vhd] 0:00:00.207477

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2570.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2570.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2570.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2570.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2570.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_04.vhd] 0:00:00.210168

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3117.vhd] 0:00:00.210411

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3117.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3117.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3117.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3117.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3117.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_05.vhd] 0:00:00.211989

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc527.vhd] 0:00:00.208289

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc527.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc527.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc527.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc527.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc527.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_join.vhd] 0:00:00.208256

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_join.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_join.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_join.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_join.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_join.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc386.vhd] 0:00:00.206681

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc386.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc386.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc386.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc386.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc386.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_08.vhd] 0:00:00.211842

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc594.vhd] 0:00:00.210843

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc594.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc594.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc594.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc594.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc594.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_13.vhd] 0:00:00.212772

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1457.vhd] 0:00:00.208944

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1457.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1457.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1457.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1457.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1457.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_multt.vhd] 0:00:00.212190

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_multt.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_multt.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_multt.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_multt.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_multt.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc731.vhd] 0:00:00.208336

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc731.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc731.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc731.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc731.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc731.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_05.vhd] 0:00:00.210079

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc853.vhd] 0:00:00.212037

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc853.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc853.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc853.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc853.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc853.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxstsv.vhd] 0:00:00.212694

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxstsv.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxstsv.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxstsv.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxstsv.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxstsv.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc458.vhd] 0:00:00.213441

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc458.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc458.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc458.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc458.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc458.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_30.vhd] 0:00:00.212583

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_30.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_30.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_30.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_30.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_30.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc147.vhd] 0:00:00.210215

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc147.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc147.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc147.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc147.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc147.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_02.vhd] 0:00:00.211773

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1368.vhd] 0:00:00.209070

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1368.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1368.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1368.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1368.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1368.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_02_tb_02_01.vhd] 0:00:00.208350

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_02_tb_02_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_02_tb_02_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_02_tb_02_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_02_tb_02_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_02_tb_02_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc965.vhd] 0:00:00.206778

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc965.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc965.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc965.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc965.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc965.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alu-b.vhd] 0:00:00.210346

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alu-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alu-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alu-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alu-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alu-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2733.vhd] 0:00:00.211019

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2733.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2733.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2733.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2733.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2733.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alu-b.vhd] 0:00:00.210081

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alu-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alu-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alu-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alu-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_alu-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc218.vhd] 0:00:00.207418

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc218.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc218.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc218.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc218.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc218.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_10.vhd] 0:00:00.209003

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc895.vhd] 0:00:00.207454

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc895.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc895.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc895.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc895.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc895.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_10.vhd] 0:00:00.210051

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc607.vhd] 0:00:00.211237

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc607.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc607.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc607.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc607.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc607.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_latch.vhd] 0:00:00.212304

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_latch.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_latch.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_latch.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_latch.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_latch.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2964.vhd] 0:00:00.210729

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2964.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2964.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2964.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2964.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2964.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_08.vhd] 0:00:00.212544

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1548.vhd] 0:00:00.212103

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1548.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1548.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1548.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1548.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1548.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_08.vhd] 0:00:00.208106

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1356.vhd] 0:00:00.208869

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1356.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1356.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1356.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1356.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1356.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_06.vhd] 0:00:00.209797

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_ch_18_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1488.vhd] 0:00:00.210498

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1488.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1488.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1488.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1488.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1488.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_05.vhd] 0:00:00.212581

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1412.vhd] 0:00:00.207819

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1412.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1412.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1412.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1412.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1412.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_01.vhd] 0:00:00.211875

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2289.vhd] 0:00:00.210577

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2289.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2289.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2289.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2289.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2289.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_ds.vhd] 0:00:00.210284

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_ds.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_ds.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_ds.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_ds.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_ds.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1991.vhd] 0:00:00.219066

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1991.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1991.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1991.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1991.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1991.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_07.vhd] 0:00:00.209453

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2735.vhd] 0:00:00.209541

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2735.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2735.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2735.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2735.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2735.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_07.vhd] 0:00:00.210529

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc743.vhd] 0:00:00.206595

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc743.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc743.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc743.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc743.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc743.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_05.vhd] 0:00:00.208725

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2475.vhd] 0:00:00.211251

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2475.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2475.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2475.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2475.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2475.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_arithmetic.vhd] 0:00:00.210526

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_arithmetic.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_arithmetic.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_arithmetic.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_arithmetic.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_arithmetic.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3043.vhd] 0:00:00.211438

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3043.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3043.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3043.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3043.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3043.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mult-b.vhd] 0:00:00.212298

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mult-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mult-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mult-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mult-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mult-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2506.vhd] 0:00:00.209106

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2506.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2506.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2506.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2506.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2506.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst.vhd] 0:00:00.209509

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1642.vhd] 0:00:00.210347

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1642.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1642.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1642.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1642.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1642.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_09.vhd] 0:00:00.210937

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1539.vhd] 0:00:00.208771

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1539.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1539.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1539.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1539.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1539.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alut.vhd] 0:00:00.207706

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alut.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alut.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alut.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alut.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_alut.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2546.vhd] 0:00:00.207673

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2546.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2546.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2546.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2546.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2546.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_03.vhd] 0:00:00.209171

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1636.vhd] 0:00:00.208591

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1636.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1636.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1636.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1636.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1636.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem-pl.vhd] 0:00:00.208156

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem-pl.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem-pl.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem-pl.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem-pl.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem-pl.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2372.vhd] 0:00:00.208540

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2372.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2372.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2372.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2372.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2372.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_01.vhd] 0:00:00.206594

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2148.vhd] 0:00:00.208133

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2148.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2148.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2148.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2148.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2148.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmp.vhd] 0:00:00.212119

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmp.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmp.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmp.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmp.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regmp.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2200.vhd] 0:00:00.208273

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2200.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2200.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2200.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2200.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2200.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_04.vhd] 0:00:00.209215

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc564.vhd] 0:00:00.212627

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc564.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc564.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc564.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc564.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc564.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_02.vhd] 0:00:00.211398

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc31.vhd] 0:00:00.207713

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc31.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc31.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc31.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc31.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc31.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofp-b.vhd] 0:00:00.210022

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofp-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofp-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofp-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofp-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofp-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2371.vhd] 0:00:00.212098

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2371.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2371.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2371.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2371.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2371.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_03.vhd] 0:00:00.208760

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1698.vhd] 0:00:00.207792

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1698.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1698.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1698.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1698.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1698.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_11.vhd] 0:00:00.222709

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2000.vhd] 0:00:00.213305

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2000.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2000.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2000.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2000.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2000.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_03.vhd] 0:00:00.207692

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc694.vhd] 0:00:00.206908

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc694.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc694.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc694.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc694.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc694.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_27.vhd] 0:00:00.213145

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_27.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_27.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_27.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_27.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_27.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc635.vhd] 0:00:00.209227

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc635.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc635.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc635.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc635.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc635.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovect-b.vhd] 0:00:00.210733

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovect-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovect-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovect-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovect-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tovect-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc652.vhd] 0:00:00.208513

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc652.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc652.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc652.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc652.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc652.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1732.vhd] 0:00:00.211931

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1732.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1732.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1732.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1732.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1732.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_02.vhd] 0:00:00.282876

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1145.vhd] 0:00:00.208639

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1145.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1145.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1145.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1145.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1145.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_10.vhd] 0:00:00.208392

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1943.vhd] 0:00:00.213391

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1943.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1943.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1943.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1943.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1943.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_09.vhd] 0:00:00.213866

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_05.vhd] 0:00:00.206893

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc180.vhd] 0:00:00.208670

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc180.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc180.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc180.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc180.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc180.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_01.vhd] 0:00:00.211347

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2462.vhd] 0:00:00.214331

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2462.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2462.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2462.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2462.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2462.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1724.vhd] 0:00:00.212721

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1724.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1724.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1724.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1724.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1724.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_06.vhd] 0:00:00.215935

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1958.vhd] 0:00:00.211484

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1958.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1958.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1958.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1958.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1958.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_01.vhd] 0:00:00.211609

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_ch_11_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3151.vhd] 0:00:00.210765

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3151.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3151.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3151.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3151.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3151.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_06.vhd] 0:00:00.210223

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2157.vhd] 0:00:00.216882

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2157.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2157.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2157.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2157.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2157.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_02.vhd] 0:00:00.217674

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1549.vhd] 0:00:00.210580

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1549.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1549.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1549.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1549.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1549.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_bvat-b.vhd] 0:00:00.211210

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_bvat-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_bvat-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_bvat-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_bvat-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_bvat-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_03.vhd] 0:00:00.210820

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc869.vhd] 0:00:00.209575

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc869.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc869.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc869.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc869.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc869.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qt.vhd] 0:00:00.212108

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qt.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qt.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qt.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qt.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_qt.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2185.vhd] 0:00:00.211995

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2185.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2185.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2185.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2185.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2185.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc341.vhd] 0:00:00.212965

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc341.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc341.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc341.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc341.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc341.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_12.vhd] 0:00:00.209830

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2471.vhd] 0:00:00.212001

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2471.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2471.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2471.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2471.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2471.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_21.vhd] 0:00:00.211968

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_21.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_21.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_21.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_21.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_21.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1033.vhd] 0:00:00.210291

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1033.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1033.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1033.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1033.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1033.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_fork-b.vhd] 0:00:00.211164

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_fork-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_fork-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_fork-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_fork-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_fork-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3112.vhd] 0:00:00.211490

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3112.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3112.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3112.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3112.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3112.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_08.vhd] 0:00:00.212504

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3195.vhd] 0:00:00.213356

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3195.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3195.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3195.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3195.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3195.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_04.vhd] 0:00:00.211094

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst-b.vhd] 0:00:00.210939

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxtst-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2565.vhd] 0:00:00.211073

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2565.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2565.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2565.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2565.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2565.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_19.vhd] 0:00:00.209423

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_19.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_19.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_19.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_19.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_19.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3102.vhd] 0:00:00.211074

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3102.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3102.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3102.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3102.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3102.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1362.vhd] 0:00:00.208178

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1362.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1362.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1362.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1362.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1362.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_06.vhd] 0:00:00.210399

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc628.vhd] 0:00:00.206629

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc628.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc628.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc628.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc628.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc628.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regm.vhd] 0:00:00.206997

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regm.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regm.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regm.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regm.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_regm.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1180.vhd] 0:00:00.209256

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1180.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1180.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1180.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1180.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1180.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_03.vhd] 0:00:00.209210

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_12_ch_12_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2989.vhd] 0:00:00.211695

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2989.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2989.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2989.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2989.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2989.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_14.vhd] 0:00:00.214587

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_14.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_14.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_14.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_14.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_14.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_01.vhd] 0:00:00.210520

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc521.vhd] 0:00:00.210849

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc521.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc521.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc521.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc521.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc521.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_bvat.vhd] 0:00:00.206905

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_bvat.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_bvat.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_bvat.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_bvat.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_bvat.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1154.vhd] 0:00:00.206680

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1154.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1154.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1154.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1154.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1154.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1451.vhd] 0:00:00.210814

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1451.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1451.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1451.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1451.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1451.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_06.vhd] 0:00:00.212027

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3046.vhd] 0:00:00.219264

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3046.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3046.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3046.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3046.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3046.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_04.vhd] 0:00:00.211183

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1543.vhd] 0:00:00.207751

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1543.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1543.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1543.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1543.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1543.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_05.vhd] 0:00:00.208749

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3061.vhd] 0:00:00.209338

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3061.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3061.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3061.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3061.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3061.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_05.vhd] 0:00:00.211674

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc578.vhd] 0:00:00.207037

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc578.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc578.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc578.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc578.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc578.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_latch-b.vhd] 0:00:00.209880

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_latch-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_latch-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_latch-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_latch-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_latch-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc740.vhd] 0:00:00.208185

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc740.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc740.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc740.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc740.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc740.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_12.vhd] 0:00:00.211615

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_11.vhd] 0:00:00.210157

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3153.vhd] 0:00:00.210156

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3153.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3153.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3153.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3153.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3153.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_13.vhd] 0:00:00.207895

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc476.vhd] 0:00:00.208276

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc476.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc476.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc476.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc476.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc476.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1655.vhd] 0:00:00.209241

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1655.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1655.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1655.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1655.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1655.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_17.vhd] 0:00:00.210172

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_17.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_17.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_17.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_17.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_17.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2165.vhd] 0:00:00.206297

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2165.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2165.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2165.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2165.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2165.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_srvr.vhd] 0:00:00.207663

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_srvr.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_srvr.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_srvr.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_srvr.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_srvr.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3177.vhd] 0:00:00.207975

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3177.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3177.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3177.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3177.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3177.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofpt.vhd] 0:00:00.211452

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofpt.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofpt.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofpt.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofpt.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_tofpt.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3083.vhd] 0:00:00.207301

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3083.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3083.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3083.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3083.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3083.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxr.vhd] 0:00:00.209403

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxr.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxr.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxr.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxr.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlxr.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc586.vhd] 0:00:00.211756

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc586.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc586.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc586.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc586.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc586.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_02.vhd] 0:00:00.212588

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_fg_a_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_srff-b.vhd] 0:00:00.209851

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_srff-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_srff-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_srff-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_srff-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_srff-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1808.vhd] 0:00:00.208793

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1808.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1808.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1808.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1808.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1808.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mult.vhd] 0:00:00.211486

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mult.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mult.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mult.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mult.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mult.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2179.vhd] 0:00:00.212365

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2179.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2179.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2179.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2179.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2179.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1216.vhd] 0:00:00.207553

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1216.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1216.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1216.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1216.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1216.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_random-b.vhd] 0:00:00.206314

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_random-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_random-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_random-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_random-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_random-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc162.vhd] 0:00:00.209244

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc162.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc162.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc162.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc162.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc162.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ctrl-b.vhd] 0:00:00.211114

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ctrl-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ctrl-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ctrl-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ctrl-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_ctrl-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc630.vhd] 0:00:00.208218

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc630.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc630.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc630.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc630.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc630.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_22.vhd] 0:00:00.210200

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_22.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_22.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_22.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_22.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_22.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc293.vhd] 0:00:00.212349

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc293.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc293.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc293.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc293.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc293.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_02.vhd] 0:00:00.211891

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc682.vhd] 0:00:00.212547

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc682.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc682.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc682.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc682.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc682.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_05.vhd] 0:00:00.213352

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_ch_07_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_03.vhd] 0:00:00.215513

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_ch_21_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2980.vhd] 0:00:00.213006

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2980.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2980.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2980.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2980.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2980.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_11.vhd] 0:00:00.211869

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc520.vhd] 0:00:00.209219

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc520.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc520.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc520.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc520.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc520.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc440.vhd] 0:00:00.212002

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc440.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc440.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc440.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc440.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc440.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_12.vhd] 0:00:00.212762

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3035.vhd] 0:00:00.207954

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3035.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3035.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3035.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3035.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3035.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_05.vhd] 0:00:00.207689

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2744.vhd] 0:00:00.207577

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2744.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2744.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2744.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2744.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2744.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_06.vhd] 0:00:00.210192

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3036.vhd] 0:00:00.213419

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3036.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3036.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3036.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3036.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3036.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_accr-b.vhd] 0:00:00.208303

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_accr-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_accr-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_accr-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_accr-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_accr-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc583.vhd] 0:00:00.208483

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc583.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc583.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc583.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc583.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc583.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_03.vhd] 0:00:00.208880

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_01.vhd] 0:00:00.212812

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2206.vhd] 0:00:00.210493

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2206.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2206.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2206.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2206.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2206.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_07.vhd] 0:00:00.208884

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc579.vhd] 0:00:00.209618

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc579.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc579.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc579.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc579.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc579.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2013.vhd] 0:00:00.210442

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2013.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2013.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2013.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2013.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2013.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_04.vhd] 0:00:00.211801

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_ch_08_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2139.vhd] 0:00:00.213790

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2139.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2139.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2139.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2139.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2139.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_multt-b.vhd] 0:00:00.216412

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_multt-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_multt-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_multt-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_multt-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_multt-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc886.vhd] 0:00:00.213719

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc886.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc886.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc886.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc886.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc886.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_images_body.vhd] 0:00:00.214928

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_images_body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_images_body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_images_body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_images_body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_images_body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc892.vhd] 0:00:00.210119

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc892.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc892.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc892.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc892.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc892.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_07.vhd] 0:00:00.208810

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1986.vhd] 0:00:00.209604

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1986.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1986.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1986.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1986.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1986.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_14.vhd] 0:00:00.212533

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_14.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_14.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_14.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_14.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_14.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx.vhd] 0:00:00.213368

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_dlx.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc679.vhd] 0:00:00.214396

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc679.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc679.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc679.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc679.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc679.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_18.vhd] 0:00:00.210517

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_18.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_18.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_18.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_18.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_18.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1801.vhd] 0:00:00.210414

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1801.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1801.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1801.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1801.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1801.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2881.vhd] 0:00:00.214251

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2881.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2881.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2881.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2881.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2881.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_images.vhd] 0:00:00.213256

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_images.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_images.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_images.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_images.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/bv_images.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc137.vhd] 0:00:00.209191

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc137.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc137.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc137.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc137.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc137.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_13.vhd] 0:00:00.208837

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_fg_01_13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1552.vhd] 0:00:00.209049

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1552.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1552.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1552.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1552.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1552.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_05.vhd] 0:00:00.206992

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1583.vhd] 0:00:00.210602

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1583.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1583.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1583.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1583.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1583.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_12.vhd] 0:00:00.210107

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc443.vhd] 0:00:00.208947

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc443.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc443.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc443.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc443.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc443.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_04.vhd] 0:00:00.207645

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_19.vhd] 0:00:00.208633

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_19.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_19.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_19.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_19.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_19.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc412.vhd] 0:00:00.208323

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc412.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc412.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc412.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc412.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc412.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_01.vhd] 0:00:00.211935

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_09_fg_09_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2952.vhd] 0:00:00.210782

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2952.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2952.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2952.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2952.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2952.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc166.vhd] 0:00:00.210961

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc166.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc166.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc166.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc166.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc166.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_04.vhd] 0:00:00.209288

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc497.vhd] 0:00:00.207542

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc497.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc497.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc497.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc497.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc497.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_16.vhd] 0:00:00.209492

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_16.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_16.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_16.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_16.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_16.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1405.vhd] 0:00:00.209209

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1405.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1405.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1405.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1405.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1405.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_08.vhd] 0:00:00.209837

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc943.vhd] 0:00:00.209346

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc943.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc943.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc943.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc943.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc943.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_01.vhd] 0:00:00.210425

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2528.vhd] 0:00:00.211048

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2528.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2528.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2528.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2528.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2528.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_01.vhd] 0:00:00.212681

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_07.vhd] 0:00:00.212479

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2285.vhd] 0:00:00.223584

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2285.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2285.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2285.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2285.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2285.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_24.vhd] 0:00:00.210657

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_24.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_24.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_24.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_24.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_24.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1117.vhd] 0:00:00.210075

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1117.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1117.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1117.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1117.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1117.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc479.vhd] 0:00:00.209050

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc479.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc479.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc479.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc479.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc479.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_01.vhd] 0:00:00.209964

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc592.vhd] 0:00:00.213382

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc592.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc592.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc592.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc592.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc592.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_05.vhd] 0:00:00.213804

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc471.vhd] 0:00:00.210159

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc471.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc471.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc471.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc471.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc471.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_sink-b.vhd] 0:00:00.213209

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_sink-b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_sink-b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_sink-b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_sink-b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_sink-b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc602.vhd] 0:00:00.214265

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc602.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc602.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc602.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc602.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc602.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_09.vhd] 0:00:00.213604

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1359.vhd] 0:00:00.209589

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1359.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1359.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1359.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1359.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1359.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-bb.vhd] 0:00:00.209463

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-bb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-bb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-bb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-bb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-bb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_10.vhd] 0:00:00.210240

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1341.vhd] 0:00:00.209516

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1341.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1341.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1341.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1341.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1341.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_01.vhd] 0:00:00.209027

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc241.vhd] 0:00:00.211487

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc241.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc241.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc241.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc241.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc241.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc695.vhd] 0:00:00.217340

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc695.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc695.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc695.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc695.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc695.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_ch_13_01.vhd] 0:00:00.219055

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_ch_13_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_ch_13_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_ch_13_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_ch_13_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_ch_13_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1166.vhd] 0:00:00.215184

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1166.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1166.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1166.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1166.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1166.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_18.vhd] 0:00:00.217182

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_18.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_18.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_18.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_18.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_18.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2558.vhd] 0:00:00.213506

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2558.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2558.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2558.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2558.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2558.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_07.vhd] 0:00:00.212240

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc351.vhd] 0:00:00.212200

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc351.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc351.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc351.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc351.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc351.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_11.vhd] 0:00:00.210069

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_18_fg_18_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_22.vhd] 0:00:00.210107

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_22.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_22.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_22.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_22.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_22.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc701.vhd] 0:00:00.209126

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc701.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc701.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc701.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc701.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc701.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_16.vhd] 0:00:00.209860

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_16.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_16.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_16.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_16.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_16.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1546.vhd] 0:00:00.210507

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1546.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1546.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1546.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1546.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1546.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3038.vhd] 0:00:00.210766

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3038.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3038.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3038.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3038.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3038.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_03.vhd] 0:00:00.211215

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_01_tb_01_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc18.vhd] 0:00:00.211306

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc18.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc18.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc18.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc18.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc18.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_16.vhd] 0:00:00.208990

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_16.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_16.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_16.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_16.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_16.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1140.vhd] 0:00:00.212470

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1140.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1140.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1140.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1140.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1140.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_07.vhd] 0:00:00.209446

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3200.vhd] 0:00:00.211880

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3200.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3200.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3200.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3200.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3200.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_09.vhd] 0:00:00.211733

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2145.vhd] 0:00:00.217200

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2145.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2145.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2145.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2145.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2145.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_03.vhd] 0:00:00.211631

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_13.vhd] 0:00:00.215278

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_13.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_13.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_13.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_13.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_13.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc673.vhd] 0:00:00.212131

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc673.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc673.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc673.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc673.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc673.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact.vhd] 0:00:00.210212

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc80.vhd] 0:00:00.209342

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc80.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc80.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc80.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc80.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc80.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2135.vhd] 0:00:00.212501

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2135.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2135.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2135.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2135.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2135.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_09.vhd] 0:00:00.207461

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc678.vhd] 0:00:00.212440

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc678.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc678.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc678.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc678.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc678.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_15.vhd] 0:00:00.212007

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_15.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_15.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_15.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_15.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_15.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2063.vhd] 0:00:00.209765

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2063.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2063.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2063.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2063.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2063.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem.vhd] 0:00:00.212439

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_mem.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc858.vhd] 0:00:00.213114

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc858.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc858.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc858.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc858.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc858.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_03.vhd] 0:00:00.212542

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ap_a_ap_a_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc866.vhd] 0:00:00.212859

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc866.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc866.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc866.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc866.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc866.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rf.vhd] 0:00:00.208978

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rf.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rf.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rf.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rf.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_15_rf.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_06.vhd] 0:00:00.211306

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3033.vhd] 0:00:00.215398

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3033.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3033.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3033.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3033.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3033.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_02.vhd] 0:00:00.209786

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1137.vhd] 0:00:00.211488

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1137.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1137.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1137.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1137.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1137.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3183.vhd] 0:00:00.209340

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3183.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3183.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3183.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3183.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3183.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_02.vhd] 0:00:00.207558

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc575.vhd] 0:00:00.213132

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc575.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc575.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc575.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc575.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc575.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_04.vhd] 0:00:00.212955

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_04.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_04.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_04.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_04.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_04.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc488.vhd] 0:00:00.215734

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc488.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc488.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc488.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc488.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc488.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_chkmult.vhd] 0:00:00.215063

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_chkmult.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_chkmult.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_chkmult.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_chkmult.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_10_chkmult.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc417.vhd] 0:00:00.219151

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc417.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc417.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc417.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc417.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc417.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_10.vhd] 0:00:00.215401

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1213.vhd] 0:00:00.216233

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1213.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1213.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1213.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1213.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1213.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_06.vhd] 0:00:00.219393

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_fg_04_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_14.vhd] 0:00:00.217953

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_14.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_14.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_14.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_14.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_14.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1010.vhd] 0:00:00.225209

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1010.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1010.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1010.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1010.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1010.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_03.vhd] 0:00:00.215195

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2769.vhd] 0:00:00.213400

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2769.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2769.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2769.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2769.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2769.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc791.vhd] 0:00:00.216197

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc791.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc791.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc791.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc791.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc791.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_02.vhd] 0:00:00.217286

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2283.vhd] 0:00:00.212396

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2283.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2283.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2283.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2283.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2283.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_10.vhd] 0:00:00.209629

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_ch_04_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1653.vhd] 0:00:00.211795

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1653.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1653.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1653.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1653.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1653.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_16.vhd] 0:00:00.211180

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_16.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_16.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_16.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_16.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_16.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2383.vhd] 0:00:00.206799

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2383.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2383.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2383.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2383.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2383.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_07.vhd] 0:00:00.208479

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3206.vhd] 0:00:00.211943

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3206.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3206.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3206.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3206.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3206.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_06.vhd] 0:00:00.212640

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_11_fg_11_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_03.vhd] 0:00:00.209912

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1086.vhd] 0:00:00.209289

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1086.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1086.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1086.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1086.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1086.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_05.vhd] 0:00:00.215253

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_05.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_05.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_05.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_05.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_14_fg_14_05.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3182.vhd] 0:00:00.216399

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3182.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3182.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3182.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3182.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3182.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3022.vhd] 0:00:00.214306

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3022.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3022.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3022.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3022.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3022.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_08.vhd] 0:00:00.223465

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_08_fg_08_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3121.vhd] 0:00:00.213435

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3121.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3121.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3121.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3121.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3121.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_20.vhd] 0:00:00.213141

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_20.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_20.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_20.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_20.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_20.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2161.vhd] 0:00:00.210333

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2161.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2161.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2161.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2161.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2161.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_17.vhd] 0:00:00.208042

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_17.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_17.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_17.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_17.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_fg_05_17.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc556.vhd] 0:00:00.209517

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc556.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc556.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc556.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc556.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc556.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_07.vhd] 0:00:00.212318

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_fg_16_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc258.vhd] 0:00:00.227564

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc258.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc258.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc258.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc258.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc258.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_11.vhd] 0:00:00.218343

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_02_fg_02_01.vhd] 0:00:00.211353

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_02_fg_02_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_02_fg_02_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_02_fg_02_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_02_fg_02_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_02_fg_02_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1736.vhd] 0:00:00.211020

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1736.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1736.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1736.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1736.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1736.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_03.vhd] 0:00:00.211985

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_03.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_03.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_03.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_03.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_ch_03_03.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc87.vhd] 0:00:00.211616

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc87.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc87.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc87.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc87.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc87.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2150.vhd] 0:00:00.210604

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2150.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2150.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2150.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2150.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2150.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_22.vhd] 0:00:00.210731

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_22.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_22.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_22.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_22.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_22.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc887.vhd] 0:00:00.212396

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc887.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc887.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc887.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc887.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc887.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_01.vhd] 0:00:00.209366

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc953.vhd] 0:00:00.216911

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc953.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc953.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc953.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc953.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc953.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_02.vhd] 0:00:00.214564

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_fg_03_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1069.vhd] 0:00:00.207097

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1069.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1069.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1069.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1069.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1069.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_09.vhd] 0:00:00.208563

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc337.vhd] 0:00:00.209383

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc337.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc337.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc337.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc337.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc337.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_11.vhd] 0:00:00.210261

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_11.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_11.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_11.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_11.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_fg_17_11.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_10.vhd] 0:00:00.208339

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2981.vhd] 0:00:00.207228

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2981.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2981.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2981.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2981.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2981.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_09.vhd] 0:00:00.211959

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_tb_05_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc148.vhd] 0:00:00.211875

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc148.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc148.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc148.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc148.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc148.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc420.vhd] 0:00:00.212256

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc420.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc420.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc420.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc420.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc420.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_02.vhd] 0:00:00.211446

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_02.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_02.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_02.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_02.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_02.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc643.vhd] 0:00:00.212634

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc643.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc643.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc643.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc643.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc643.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-bv.vhd] 0:00:00.213692

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-bv.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-bv.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-bv.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-bv.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_06_mact-bv.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc684.vhd] 0:00:00.215001

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc684.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc684.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc684.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc684.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc684.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_07.vhd] 0:00:00.216838

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_07.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_07.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_07.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_07.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_07.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc754.vhd] 0:00:00.211556

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc754.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc754.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc754.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc754.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc754.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_12.vhd] 0:00:00.212831

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_12.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_12.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_12.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_12.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_fg_20_12.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2901.vhd] 0:00:00.220879

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2901.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2901.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2901.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2901.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2901.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_01.vhd] 0:00:00.216000

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_15.vhd] 0:00:00.215032

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_15.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_15.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_15.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_15.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_05_ch_05_15.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2436.vhd] 0:00:00.214370

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2436.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2436.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2436.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2436.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2436.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_01.vhd] 0:00:00.213074

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_03_tb_03_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc505.vhd] 0:00:00.212873

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc505.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc505.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc505.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc505.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc505.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1448.vhd] 0:00:00.212739

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1448.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1448.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1448.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1448.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1448.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_01.vhd] 0:00:00.212345

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_01.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_01.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_01.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_01.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_04_tb_04_01.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc378.vhd] 0:00:00.209831

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc378.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc378.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc378.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc378.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc378.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_06.vhd] 0:00:00.209058

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_06.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_06.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_06.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_06.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_20_ch_20_06.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1081.vhd] 0:00:00.211619

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1081.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1081.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1081.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1081.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1081.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16695/lfsr_updown.vhd] 0:00:00.211583

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16695/lfsr_updown.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16695/lfsr_updown.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16695/lfsr_updown.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16695/lfsr_updown.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16695/lfsr_updown.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc634.vhd] 0:00:00.210744

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc634.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc634.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc634.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc634.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc634.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16695/lfsr_updown_tb.vhd] 0:00:00.212521

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16695/lfsr_updown_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16695/lfsr_updown_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16695/lfsr_updown_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16695/lfsr_updown_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16695/lfsr_updown_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1366.vhd] 0:00:00.209170

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1366.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1366.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1366.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1366.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1366.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover2.vhd] 0:00:00.210507

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover3.vhd] 0:00:00.217623

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1908.vhd] 0:00:00.210391

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1908.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1908.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1908.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1908.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1908.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover.vhd] 0:00:00.211368

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket19/psl_test_cover.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1568.vhd] 0:00:00.214090

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1568.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1568.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1568.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1568.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1568.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc10.vhd] 0:00:00.210470

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc10.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc10.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc10.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc10.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc10.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/DMEM.vhd] 0:00:00.208902

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/DMEM.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/DMEM.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/DMEM.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/DMEM.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/DMEM.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc561.vhd] 0:00:00.207928

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc561.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc561.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc561.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc561.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc561.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/BENCH_OISC_SUBLEQ.vhd] 0:00:00.210399

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/BENCH_OISC_SUBLEQ.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/BENCH_OISC_SUBLEQ.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/BENCH_OISC_SUBLEQ.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/BENCH_OISC_SUBLEQ.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/BENCH_OISC_SUBLEQ.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1155.vhd] 0:00:00.209654

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1155.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1155.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1155.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1155.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1155.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/OISC_SUBLEQ.vhd] 0:00:00.211490

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/OISC_SUBLEQ.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/OISC_SUBLEQ.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/OISC_SUBLEQ.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/OISC_SUBLEQ.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18810/OISC_SUBLEQ.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2120.vhd] 0:00:00.206731

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2120.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2120.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2120.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2120.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2120.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb2.vhd] 0:00:00.208106

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb.vhd] 0:00:00.215410

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1424.vhd] 0:00:00.211912

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1424.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1424.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1424.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1424.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1424.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb3.vhd] 0:00:00.212223

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc923.vhd] 0:00:00.210111

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc923.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc923.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc923.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc923.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc923.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1553.vhd] 0:00:00.212381

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1553.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1553.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1553.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1553.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1553.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/asrc.vhd] 0:00:00.210410

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/asrc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/asrc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/asrc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/asrc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/asrc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc877.vhd] 0:00:00.212505

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc877.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc877.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc877.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc877.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc877.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb4.vhd] 0:00:00.212229

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1603.vhd] 0:00:00.210364

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1603.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1603.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1603.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1603.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1603.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/apkg.vhd] 0:00:00.209470

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/apkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/apkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/apkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/apkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/apkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc499.vhd] 0:00:00.211203

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc499.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc499.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc499.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc499.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc499.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb1.vhd] 0:00:00.212981

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket94/tb1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1748.vhd] 0:00:00.210996

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1748.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1748.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1748.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1748.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1748.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24064/pp_fir_filter.vhd] 0:00:00.214365

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24064/pp_fir_filter.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24064/pp_fir_filter.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24064/pp_fir_filter.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24064/pp_fir_filter.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24064/pp_fir_filter.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24064/er_pack.vhd] 0:00:00.213070

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24064/er_pack.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24064/er_pack.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24064/er_pack.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24064/er_pack.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24064/er_pack.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc187.vhd] 0:00:00.211273

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc187.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc187.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc187.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc187.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc187.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16096/module.vhd] 0:00:00.216142

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16096/module.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16096/module.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16096/module.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16096/module.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16096/module.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1364.vhd] 0:00:00.211654

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1364.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1364.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1364.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1364.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1364.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc446.vhd] 0:00:00.211535

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc446.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc446.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc446.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc446.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc446.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/ScoreboardGenericPkg.vhd] 0:00:00.212413

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/ScoreboardGenericPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/ScoreboardGenericPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/ScoreboardGenericPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/ScoreboardGenericPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/ScoreboardGenericPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc113.vhd] 0:00:00.214193

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc113.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc113.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc113.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc113.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc113.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_673.vhd] 0:00:00.215825

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_673.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_673.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_673.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_673.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_673.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc453.vhd] 0:00:00.217871

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc453.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc453.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc453.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc453.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc453.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq2_code2_table.vhd] 0:00:00.214521

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq2_code2_table.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq2_code2_table.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq2_code2_table.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq2_code2_table.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq2_code2_table.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc494.vhd] 0:00:00.216999

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc494.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc494.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc494.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc494.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc494.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_144.vhd] 0:00:00.215101

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_144.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_144.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_144.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_144.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_144.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc211.vhd] 0:00:00.212185

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc211.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc211.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc211.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc211.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc211.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/test_data.vhd] 0:00:00.217568

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/test_data.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/test_data.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/test_data.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/test_data.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/test_data.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_147.vhd] 0:00:00.219124

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_147.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_147.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_147.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_147.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_147.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2104.vhd] 0:00:00.223205

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2104.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2104.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2104.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2104.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2104.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_142.vhd] 0:00:00.212318

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_142.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_142.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_142.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_142.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_142.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc292.vhd] 0:00:00.214535

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc292.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc292.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc292.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc292.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc292.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc881.vhd] 0:00:00.214263

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc881.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc881.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc881.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc881.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc881.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/decis_levl.vhd] 0:00:00.214903

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/decis_levl.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/decis_levl.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/decis_levl.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/decis_levl.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/decis_levl.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2876.vhd] 0:00:00.214261

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2876.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2876.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2876.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2876.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2876.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_154.vhd] 0:00:00.215255

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_154.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_154.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_154.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_154.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_154.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc777.vhd] 0:00:00.222567

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc777.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc777.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc777.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc777.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc777.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_155.vhd] 0:00:00.214789

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_155.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_155.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_155.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_155.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_155.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1915.vhd] 0:00:00.213183

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1915.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1915.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1915.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1915.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1915.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/quant26bt_pos.vhd] 0:00:00.214300

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/quant26bt_pos.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/quant26bt_pos.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/quant26bt_pos.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/quant26bt_pos.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/quant26bt_pos.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc317.vhd] 0:00:00.215181

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc317.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc317.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc317.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc317.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc317.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_148.vhd] 0:00:00.214255

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_148.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_148.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_148.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_148.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_148.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/fsm_163.vhd] 0:00:00.218153

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/fsm_163.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/fsm_163.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/fsm_163.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/fsm_163.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/fsm_163.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc567.vhd] 0:00:00.256811

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc567.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc567.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc567.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc567.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc567.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_153.vhd] 0:00:00.217505

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_153.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_153.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_153.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_153.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_153.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1332.vhd] 0:00:00.219518

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1332.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1332.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1332.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1332.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1332.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/tb.vhd] 0:00:00.221702

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc702.vhd] 0:00:00.218853

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc702.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc702.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc702.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc702.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc702.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq6_code6_table.vhd] 0:00:00.214379

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq6_code6_table.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq6_code6_table.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq6_code6_table.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq6_code6_table.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq6_code6_table.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc707.vhd] 0:00:00.215376

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc707.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc707.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc707.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc707.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc707.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/shr_141.vhd] 0:00:00.214970

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/shr_141.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/shr_141.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/shr_141.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/shr_141.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/shr_141.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1932.vhd] 0:00:00.215521

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1932.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1932.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1932.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1932.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1932.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/compressed.vhd] 0:00:00.213530

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/compressed.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/compressed.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/compressed.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/compressed.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/compressed.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1690.vhd] 0:00:00.213953

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1690.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1690.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1690.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1690.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1690.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_694.vhd] 0:00:00.211223

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_694.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_694.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_694.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_694.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_694.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2435.vhd] 0:00:00.211731

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2435.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2435.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2435.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2435.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2435.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/quant26bt_neg.vhd] 0:00:00.213019

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/quant26bt_neg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/quant26bt_neg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/quant26bt_neg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/quant26bt_neg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/quant26bt_neg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc66.vhd] 0:00:00.209531

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc66.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc66.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc66.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc66.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc66.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_143.vhd] 0:00:00.209066

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_143.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_143.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_143.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_143.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_143.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3146.vhd] 0:00:00.211442

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3146.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3146.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3146.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3146.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3146.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_149.vhd] 0:00:00.211798

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_149.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_149.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_149.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_149.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_149.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc377.vhd] 0:00:00.211415

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc377.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc377.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc377.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc377.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc377.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_145.vhd] 0:00:00.210147

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_145.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_145.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_145.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_145.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_145.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3042.vhd] 0:00:00.211019

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3042.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3042.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3042.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3042.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3042.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_662.vhd] 0:00:00.210099

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_662.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_662.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_662.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_662.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_662.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc523.vhd] 0:00:00.209985

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc523.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc523.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc523.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc523.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc523.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_146.vhd] 0:00:00.211224

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_146.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_146.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_146.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_146.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_146.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2100.vhd] 0:00:00.210820

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2100.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2100.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2100.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2100.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2100.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/ilb_table.vhd] 0:00:00.208743

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/ilb_table.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/ilb_table.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/ilb_table.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/ilb_table.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/ilb_table.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc529.vhd] 0:00:00.209367

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc529.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc529.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc529.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc529.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc529.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/result.vhd] 0:00:00.208765

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/result.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/result.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/result.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/result.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/result.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc461.vhd] 0:00:00.209349

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc461.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc461.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc461.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc461.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc461.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq4_code4_table.vhd] 0:00:00.209940

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq4_code4_table.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq4_code4_table.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq4_code4_table.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq4_code4_table.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/qq4_code4_table.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2292.vhd] 0:00:00.209799

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2292.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2292.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2292.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2292.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2292.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/top.vhd] 0:00:00.210118

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/top.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/top.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/top.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/top.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/top.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2287.vhd] 0:00:00.209391

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2287.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2287.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2287.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2287.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2287.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/wh_code_table.vhd] 0:00:00.209011

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/wh_code_table.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/wh_code_table.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/wh_code_table.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/wh_code_table.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/wh_code_table.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2494.vhd] 0:00:00.209819

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2494.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2494.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2494.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2494.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2494.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_156.vhd] 0:00:00.211391

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_156.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_156.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_156.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_156.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_156.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc278.vhd] 0:00:00.214775

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc278.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc278.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc278.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc278.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc278.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_160.vhd] 0:00:00.212698

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_160.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_160.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_160.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_160.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/sub_160.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc914.vhd] 0:00:00.212269

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc914.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc914.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc914.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc914.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc914.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_161.vhd] 0:00:00.206732

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_161.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_161.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_161.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_161.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/mul_161.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc664.vhd] 0:00:00.207634

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc664.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc664.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc664.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc664.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc664.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/wl_code_table.vhd] 0:00:00.211020

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/wl_code_table.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/wl_code_table.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/wl_code_table.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/wl_code_table.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/wl_code_table.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc708.vhd] 0:00:00.217128

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc708.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc708.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc708.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc708.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc708.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_700.vhd] 0:00:00.209542

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_700.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_700.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_700.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_700.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/cmp_700.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3189.vhd] 0:00:00.208946

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3189.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3189.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3189.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3189.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3189.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_159.vhd] 0:00:00.208221

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_159.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_159.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_159.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_159.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/perf02-long/add_159.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2395.vhd] 0:00:00.210980

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2395.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2395.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2395.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2395.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2395.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20771/20771.vhd] 0:00:00.211911

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20771/20771.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20771/20771.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20771/20771.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20771/20771.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20771/20771.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc986.vhd] 0:00:00.212632

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc986.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc986.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc986.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc986.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc986.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug012/demo.vhd] 0:00:00.210028

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug012/demo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug012/demo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug012/demo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug012/demo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug012/demo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1665.vhd] 0:00:00.209976

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1665.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1665.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1665.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1665.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1665.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket18/psl_test_error.vhd] 0:00:00.213764

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket18/psl_test_error.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket18/psl_test_error.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket18/psl_test_error.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket18/psl_test_error.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket18/psl_test_error.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2478.vhd] 0:00:00.213185

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2478.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2478.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2478.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2478.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2478.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket18/psl_test_working.vhd] 0:00:00.210973

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket18/psl_test_working.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket18/psl_test_working.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket18/psl_test_working.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket18/psl_test_working.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket18/psl_test_working.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1423.vhd] 0:00:00.208512

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1423.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1423.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1423.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1423.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1423.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18280/alias_bug.vhd] 0:00:00.210857

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18280/alias_bug.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18280/alias_bug.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18280/alias_bug.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18280/alias_bug.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18280/alias_bug.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc924.vhd] 0:00:00.211293

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc924.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc924.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc924.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc924.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc924.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo.vhd] 0:00:00.215657

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1998.vhd] 0:00:00.216086

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1998.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1998.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1998.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1998.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1998.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo_tb.vhd] 0:00:00.211179

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc319.vhd] 0:00:00.214589

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc319.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc319.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc319.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc319.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc319.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo_pkg.vhd] 0:00:00.212846

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1191/mux_fifo_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2951.vhd] 0:00:00.213956

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2951.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2951.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2951.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2951.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2951.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18351/18351.vhd] 0:00:00.212180

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18351/18351.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18351/18351.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18351/18351.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18351/18351.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18351/18351.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2270.vhd] 0:00:00.209968

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2270.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2270.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2270.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2270.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2270.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase_testbench.vhd] 0:00:00.211767

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase_testbench.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase_testbench.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase_testbench.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase_testbench.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase_testbench.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3052.vhd] 0:00:00.212162

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3052.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3052.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3052.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3052.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3052.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase.vhd] 0:00:00.210286

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc696.vhd] 0:00:00.210899

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc696.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc696.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc696.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc696.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc696.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase2_testbench.vhd] 0:00:00.210697

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase2_testbench.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase2_testbench.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase2_testbench.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase2_testbench.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase2_testbench.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc111.vhd] 0:00:00.208073

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc111.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc111.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc111.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc111.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc111.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase2.vhd] 0:00:00.209227

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2105.vhd] 0:00:00.209857

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2105.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2105.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2105.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2105.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2105.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase3.vhd] 0:00:00.213396

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue256/testcase3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1394.vhd] 0:00:00.212846

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1394.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1394.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1394.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1394.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1394.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue143/universal_conversion_tb.vhd] 0:00:00.212488

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue143/universal_conversion_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue143/universal_conversion_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue143/universal_conversion_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue143/universal_conversion_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue143/universal_conversion_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2126.vhd] 0:00:00.211709

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2126.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2126.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2126.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2126.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2126.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18659/crash.vhd] 0:00:00.212128

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18659/crash.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18659/crash.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18659/crash.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18659/crash.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18659/crash.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3128.vhd] 0:00:00.210791

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3128.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3128.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3128.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3128.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3128.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue598/tb.vhd] 0:00:00.216250

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue598/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue598/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue598/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue598/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue598/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1360.vhd] 0:00:00.215714

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1360.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1360.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1360.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1360.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1360.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue283/uut.vhd] 0:00:00.211327

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue283/uut.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue283/uut.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue283/uut.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue283/uut.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue283/uut.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc447.vhd] 0:00:00.211360

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc447.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc447.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc447.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc447.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc447.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue283/bar.vhd] 0:00:00.211599

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue283/bar.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue283/bar.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue283/bar.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue283/bar.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue283/bar.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2866.vhd] 0:00:00.213184

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2866.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2866.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2866.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2866.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2866.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket98/junk1.vhd] 0:00:00.214024

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket98/junk1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket98/junk1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket98/junk1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket98/junk1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket98/junk1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc220.vhd] 0:00:00.211846

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc220.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc220.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc220.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc220.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc220.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket98/junk1ok.vhd] 0:00:00.210179

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket98/junk1ok.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket98/junk1ok.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket98/junk1ok.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket98/junk1ok.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket98/junk1ok.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2499.vhd] 0:00:00.218297

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2499.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2499.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2499.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2499.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2499.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20255/test.vhd] 0:00:00.209141

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20255/test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20255/test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20255/test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20255/test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20255/test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2137.vhd] 0:00:00.208724

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2137.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2137.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2137.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2137.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2137.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20255/test_20255.vhd] 0:00:00.213155

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20255/test_20255.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20255/test_20255.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20255/test_20255.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20255/test_20255.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20255/test_20255.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc703.vhd] 0:00:00.210430

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc703.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc703.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc703.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc703.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc703.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue450/cocotb/top.vhd] 0:00:00.212198

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue450/cocotb/top.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue450/cocotb/top.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue450/cocotb/top.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue450/cocotb/top.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue450/cocotb/top.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2087.vhd] 0:00:00.213632

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2087.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2087.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2087.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2087.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2087.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/test_tb.vhd] 0:00:00.211980

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/test_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/test_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/test_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/test_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/test_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc942.vhd] 0:00:00.210353

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc942.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc942.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc942.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc942.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc942.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue553/stimulus_response.vhd] 0:00:00.212716

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue553/stimulus_response.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue553/stimulus_response.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue553/stimulus_response.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue553/stimulus_response.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue553/stimulus_response.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc17.vhd] 0:00:00.210594

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc17.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc17.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc17.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc17.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc17.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/submod.vhd] 0:00:00.211230

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/submod.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/submod.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/submod.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/submod.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/submod.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc590.vhd] 0:00:00.212456

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc590.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc590.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc590.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc590.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc590.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/sample_slice_ports.vhd] 0:00:00.212030

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/sample_slice_ports.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/sample_slice_ports.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/sample_slice_ports.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/sample_slice_ports.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/sample_slice_ports.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc880.vhd] 0:00:00.209950

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc880.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc880.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc880.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc880.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc880.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe2/mwe.vhd] 0:00:00.210969

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe2/mwe.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe2/mwe.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe2/mwe.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe2/mwe.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe2/mwe.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc217.vhd] 0:00:00.209070

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc217.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc217.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc217.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc217.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc217.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_working/counter.vhd] 0:00:00.211286

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_working/counter.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_working/counter.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_working/counter.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_working/counter.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_working/counter.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3055.vhd] 0:00:00.210278

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3055.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3055.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3055.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3055.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3055.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_working/mwe.vhd] 0:00:00.209900

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_working/mwe.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_working/mwe.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_working/mwe.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_working/mwe.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_working/mwe.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1225.vhd] 0:00:00.209231

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1225.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1225.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1225.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1225.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1225.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_failing/counter.vhd] 0:00:00.212255

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_failing/counter.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_failing/counter.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_failing/counter.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_failing/counter.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_failing/counter.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3075.vhd] 0:00:00.211959

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3075.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3075.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3075.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3075.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3075.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_failing/mwe.vhd] 0:00:00.213561

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_failing/mwe.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_failing/mwe.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_failing/mwe.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_failing/mwe.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23165/mwe_failing/mwe.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2177.vhd] 0:00:00.208551

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2177.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2177.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2177.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2177.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2177.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket39/test.vhd] 0:00:00.211228

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket39/test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket39/test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket39/test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket39/test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket39/test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2474.vhd] 0:00:00.213478

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2474.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2474.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2474.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2474.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2474.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb585750/585750_deb.vhd] 0:00:00.212930

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb585750/585750_deb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb585750/585750_deb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb585750/585750_deb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb585750/585750_deb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb585750/585750_deb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2562.vhd] 0:00:00.212361

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2562.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2562.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2562.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2562.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2562.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_tb.vhd] 0:00:00.214749

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc705.vhd] 0:00:00.213898

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc705.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc705.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc705.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc705.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc705.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2130.vhd] 0:00:00.218706

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2130.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2130.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2130.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2130.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2130.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_pif.vhd] 0:00:00.239482

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_pif.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_pif.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_pif.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_pif.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_pif.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc203.vhd] 0:00:00.212734

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc203.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc203.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc203.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc203.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc203.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/ilos_sim_pkg.vhd] 0:00:00.212650

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/ilos_sim_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/ilos_sim_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/ilos_sim_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/ilos_sim_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/ilos_sim_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_pif_pkg.vhd] 0:00:00.215463

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_pif_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_pif_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_pif_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_pif_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/irqc_pif_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1175.vhd] 0:00:00.221574

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1175.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1175.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1175.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1175.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1175.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15933/crash.vhd] 0:00:00.210776

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15933/crash.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15933/crash.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15933/crash.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15933/crash.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15933/crash.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1268.vhd] 0:00:00.211785

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1268.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1268.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1268.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1268.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1268.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24065/cic_up.vhd] 0:00:00.212040

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24065/cic_up.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24065/cic_up.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24065/cic_up.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24065/cic_up.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24065/cic_up.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1721.vhd] 0:00:00.212004

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1721.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1721.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1721.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1721.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1721.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug043/sha256.vhd] 0:00:00.210958

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug043/sha256.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug043/sha256.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug043/sha256.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug043/sha256.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug043/sha256.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2525.vhd] 0:00:00.210094

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2525.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2525.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2525.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2525.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2525.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket104/bug_tb.vhd] 0:00:00.215191

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket104/bug_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket104/bug_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket104/bug_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket104/bug_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket104/bug_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1393.vhd] 0:00:00.212248

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1393.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1393.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1393.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1393.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1393.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_txt_util.vhd] 0:00:00.219148

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_txt_util.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_txt_util.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_txt_util.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_txt_util.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_txt_util.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc917.vhd] 0:00:00.221240

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc917.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc917.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc917.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc917.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc917.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_i2c_master_tb.vhd] 0:00:00.218024

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_i2c_master_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_i2c_master_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_i2c_master_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_i2c_master_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_i2c_master_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc402.vhd] 0:00:00.216889

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc402.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc402.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc402.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc402.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc402.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_bit_cc.vhd] 0:00:00.214965

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_bit_cc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_bit_cc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_bit_cc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_bit_cc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_bit_cc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1230.vhd] 0:00:00.216190

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1230.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1230.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1230.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1230.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1230.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_logic_pkg.vhd] 0:00:00.218782

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_logic_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_logic_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_logic_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_logic_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_logic_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1443.vhd] 0:00:00.221187

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1443.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1443.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1443.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1443.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1443.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_i2c_pkg.vhd] 0:00:00.217283

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_i2c_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_i2c_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_i2c_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_i2c_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_i2c_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc756.vhd] 0:00:00.215180

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc756.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc756.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc756.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc756.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc756.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_array_pkg.vhd] 0:00:00.217355

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_array_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_array_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_array_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_array_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_array_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3054.vhd] 0:00:00.218083

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3054.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3054.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3054.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3054.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3054.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_i2c_master.vhd] 0:00:00.213653

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_i2c_master.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_i2c_master.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_i2c_master.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_i2c_master.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_i2c_master.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc495.vhd] 0:00:00.215917

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc495.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc495.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc495.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc495.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc495.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_activity_pkg.vhd] 0:00:00.212724

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_activity_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_activity_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_activity_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_activity_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_activity_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1807.vhd] 0:00:00.212099

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1807.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1807.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1807.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1807.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1807.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_compare_pkg.vhd] 0:00:00.213769

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_compare_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_compare_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_compare_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_compare_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_tb_compare_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc650.vhd] 0:00:00.212767

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc650.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc650.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc650.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc650.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc650.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_math_pkg.vhd] 0:00:00.214361

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_math_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_math_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_math_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_math_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/psi_common_math_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc425.vhd] 0:00:00.216282

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc425.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc425.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc425.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc425.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc425.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue290/TbNamesPkg.vhd] 0:00:00.216683

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue290/TbNamesPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue290/TbNamesPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue290/TbNamesPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue290/TbNamesPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue290/TbNamesPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1705.vhd] 0:00:00.218796

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1705.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1705.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1705.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1705.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1705.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue290/TbNames.vhd] 0:00:00.215039

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue290/TbNames.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue290/TbNames.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue290/TbNames.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue290/TbNames.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue290/TbNames.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1635.vhd] 0:00:00.212324

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1635.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1635.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1635.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1635.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1635.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16287/16287.vhd] 0:00:00.215328

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16287/16287.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16287/16287.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16287/16287.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16287/16287.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16287/16287.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc205.vhd] 0:00:00.214112

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc205.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc205.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc205.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc205.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc205.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16782/bug.vhd] 0:00:00.212628

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16782/bug.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16782/bug.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16782/bug.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16782/bug.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16782/bug.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2305.vhd] 0:00:00.215087

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2305.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2305.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2305.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2305.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2305.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1700/top.vhd] 0:00:00.219349

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1700/top.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1700/top.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1700/top.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1700/top.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1700/top.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3060.vhd] 0:00:00.218955

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3060.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3060.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3060.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3060.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3060.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket44/file1.vhd] 0:00:00.216648

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket44/file1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket44/file1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket44/file1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket44/file1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket44/file1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc677.vhd] 0:00:00.213220

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc677.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc677.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc677.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc677.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc677.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket44/file2.vhd] 0:00:00.213223

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket44/file2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket44/file2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket44/file2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket44/file2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket44/file2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2394.vhd] 0:00:00.211805

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2394.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2394.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2394.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2394.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2394.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/subBlock.vhd] 0:00:00.213215

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/subBlock.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/subBlock.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/subBlock.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/subBlock.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/subBlock.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1994.vhd] 0:00:00.212688

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1994.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1994.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1994.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1994.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1994.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/testCaseGood.vhd] 0:00:00.212500

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/testCaseGood.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/testCaseGood.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/testCaseGood.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/testCaseGood.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/testCaseGood.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1679.vhd] 0:00:00.210105

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1679.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1679.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1679.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1679.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1679.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/testCaseCrash.vhd] 0:00:00.211284

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/testCaseCrash.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/testCaseCrash.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/testCaseCrash.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/testCaseCrash.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue424/testCaseCrash.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2740.vhd] 0:00:00.210988

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2740.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2740.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2740.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2740.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2740.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue609/test.vhd] 0:00:00.210979

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue609/test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue609/test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue609/test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue609/test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue609/test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1944.vhd] 0:00:00.208721

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1944.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1944.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1944.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1944.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1944.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue207/pack1.vhd] 0:00:00.208867

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue207/pack1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue207/pack1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue207/pack1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue207/pack1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue207/pack1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2519.vhd] 0:00:00.208494

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2519.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2519.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2519.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2519.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2519.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue207/pack.vhd] 0:00:00.212491

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue207/pack.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue207/pack.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue207/pack.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue207/pack.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue207/pack.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc857.vhd] 0:00:00.210253

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc857.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc857.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc857.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc857.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc857.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue140/OSVVM_TB.vhd] 0:00:00.211188

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue140/OSVVM_TB.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue140/OSVVM_TB.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue140/OSVVM_TB.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue140/OSVVM_TB.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue140/OSVVM_TB.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2303.vhd] 0:00:00.219629

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2303.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2303.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2303.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2303.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2303.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3217/tests.vhd] 0:00:00.210392

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3217/tests.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3217/tests.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3217/tests.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3217/tests.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3217/tests.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc618.vhd] 0:00:00.211683

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc618.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc618.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc618.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc618.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc618.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb573721/573721_deb.vhd] 0:00:00.207957

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb573721/573721_deb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb573721/573721_deb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb573721/573721_deb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb573721/573721_deb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb573721/573721_deb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1966.vhd] 0:00:00.208737

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1966.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1966.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1966.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1966.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1966.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/file1.vhd] 0:00:00.210597

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/file1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/file1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/file1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/file1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/file1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2677.vhd] 0:00:00.209006

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2677.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2677.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2677.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2677.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2677.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/file2.vhd] 0:00:00.208178

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/file2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/file2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/file2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/file2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/file2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2388.vhd] 0:00:00.210791

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2388.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2388.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2388.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2388.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2388.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21052/test.vhd] 0:00:00.212282

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21052/test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21052/test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21052/test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21052/test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21052/test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1910.vhd] 0:00:00.212674

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1910.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1910.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1910.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1910.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1910.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21052/test3.vhd] 0:00:00.210534

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21052/test3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21052/test3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21052/test3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21052/test3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21052/test3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2513.vhd] 0:00:00.211431

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2513.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2513.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2513.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2513.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2513.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1268/mwe_pkg.vhd] 0:00:00.210855

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1268/mwe_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1268/mwe_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1268/mwe_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1268/mwe_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1268/mwe_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc627.vhd] 0:00:00.211481

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc627.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc627.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc627.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc627.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc627.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/wrapper.vhd] 0:00:00.211470

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/wrapper.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/wrapper.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/wrapper.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/wrapper.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/wrapper.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc878.vhd] 0:00:00.211269

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc878.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc878.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc878.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc878.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc878.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/write.vhd] 0:00:00.215143

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/write.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/write.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/write.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/write.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/write.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc45.vhd] 0:00:00.213155

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc45.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc45.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc45.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc45.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc45.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16095/module.vhd] 0:00:00.253499

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16095/module.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16095/module.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16095/module.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16095/module.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16095/module.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2122.vhd] 0:00:00.283889

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2122.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2122.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2122.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2122.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2122.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue382/demo.vhd] 0:00:00.215426

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue382/demo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue382/demo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue382/demo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue382/demo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue382/demo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2679.vhd] 0:00:00.213156

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2679.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2679.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2679.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2679.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2679.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue382/tb_demo.vhd] 0:00:00.218117

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue382/tb_demo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue382/tb_demo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue382/tb_demo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue382/tb_demo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue382/tb_demo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc545.vhd] 0:00:00.215281

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc545.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc545.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc545.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc545.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc545.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue672/SQRTb.vhd] 0:00:00.213984

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue672/SQRTb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue672/SQRTb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue672/SQRTb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue672/SQRTb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue672/SQRTb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc449.vhd] 0:00:00.212092

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc449.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc449.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc449.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc449.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc449.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue672/SQR.vhd] 0:00:00.216974

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue672/SQR.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue672/SQR.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue672/SQR.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue672/SQR.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue672/SQR.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2701.vhd] 0:00:00.212809

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2701.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2701.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2701.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2701.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2701.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/direction_mismatch.vhd] 0:00:00.216502

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/direction_mismatch.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/direction_mismatch.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/direction_mismatch.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/direction_mismatch.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/direction_mismatch.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1973.vhd] 0:00:00.214349

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1973.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1973.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1973.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1973.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1973.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/tb_direction_mismatch.vhd] 0:00:00.217013

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/tb_direction_mismatch.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/tb_direction_mismatch.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/tb_direction_mismatch.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/tb_direction_mismatch.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/tb_direction_mismatch.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1728.vhd] 0:00:00.217282

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1728.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1728.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1728.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1728.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1728.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_460.vhd] 0:00:00.215018

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_460.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_460.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_460.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_460.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_460.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2452.vhd] 0:00:00.212030

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2452.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2452.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2452.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2452.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2452.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_562.vhd] 0:00:00.220650

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_562.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_562.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_562.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_562.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_562.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc782.vhd] 0:00:00.218872

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc782.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc782.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc782.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc782.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc782.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_477.vhd] 0:00:00.213912

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_477.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_477.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_477.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_477.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_477.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1997.vhd] 0:00:00.213648

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1997.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1997.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1997.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1997.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1997.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_194.vhd] 0:00:00.215201

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_194.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_194.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_194.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_194.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_194.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3032.vhd] 0:00:00.213807

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3032.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3032.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3032.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3032.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3032.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_208.vhd] 0:00:00.214121

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_208.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_208.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_208.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_208.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_208.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc346.vhd] 0:00:00.212429

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc346.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc346.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc346.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc346.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc346.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_338.vhd] 0:00:00.213251

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_338.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_338.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_338.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_338.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_338.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc656.vhd] 0:00:00.213526

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc656.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc656.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc656.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc656.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc656.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_354.vhd] 0:00:00.210217

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_354.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_354.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_354.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_354.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_354.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc620.vhd] 0:00:00.214932

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc620.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc620.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc620.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc620.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc620.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_594.vhd] 0:00:00.212330

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_594.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_594.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_594.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_594.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_594.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3073.vhd] 0:00:00.213053

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3073.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3073.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3073.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3073.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3073.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_174.vhd] 0:00:00.214401

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_174.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_174.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_174.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_174.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_174.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc762.vhd] 0:00:00.211761

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc762.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc762.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc762.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc762.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc762.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_495.vhd] 0:00:00.212381

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_495.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_495.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_495.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_495.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_495.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1955.vhd] 0:00:00.215066

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1955.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1955.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1955.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1955.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1955.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_186.vhd] 0:00:00.217568

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_186.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_186.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_186.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_186.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_186.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc668.vhd] 0:00:00.215251

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc668.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc668.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc668.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc668.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc668.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_184.vhd] 0:00:00.218394

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_184.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_184.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_184.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_184.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_184.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc625.vhd] 0:00:00.216622

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc625.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc625.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc625.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc625.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc625.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_236.vhd] 0:00:00.216890

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_236.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_236.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_236.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_236.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_236.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1923.vhd] 0:00:00.213980

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1923.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1923.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1923.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1923.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1923.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_180.vhd] 0:00:00.214707

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_180.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_180.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_180.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_180.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_180.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc572.vhd] 0:00:00.212818

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc572.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc572.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc572.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc572.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc572.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_191.vhd] 0:00:00.216436

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_191.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_191.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_191.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_191.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_191.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2329.vhd] 0:00:00.216159

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2329.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2329.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2329.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2329.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2329.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_461.vhd] 0:00:00.213397

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_461.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_461.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_461.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_461.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_461.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3041.vhd] 0:00:00.214344

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3041.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3041.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3041.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3041.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3041.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_404.vhd] 0:00:00.214499

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_404.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_404.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_404.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_404.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_404.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc312.vhd] 0:00:00.213405

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc312.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc312.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc312.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc312.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc312.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_589.vhd] 0:00:00.213335

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_589.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_589.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_589.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_589.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_589.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1403.vhd] 0:00:00.214172

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1403.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1403.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1403.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1403.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1403.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_277.vhd] 0:00:00.214728

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_277.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_277.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_277.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_277.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_277.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2089.vhd] 0:00:00.213114

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2089.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2089.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2089.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2089.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2089.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_487.vhd] 0:00:00.211570

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_487.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_487.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_487.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_487.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_487.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1931.vhd] 0:00:00.212597

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1931.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1931.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1931.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1931.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1931.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_182.vhd] 0:00:00.213483

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_182.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_182.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_182.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_182.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_182.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc613.vhd] 0:00:00.213765

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc613.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc613.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc613.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc613.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc613.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_400.vhd] 0:00:00.216002

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_400.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_400.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_400.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_400.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_400.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc467.vhd] 0:00:00.212539

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc467.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc467.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc467.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc467.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc467.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_254.vhd] 0:00:00.216826

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_254.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_254.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_254.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_254.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_254.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1354.vhd] 0:00:00.216533

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1354.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1354.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1354.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1354.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1354.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_430.vhd] 0:00:00.212456

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_430.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_430.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_430.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_430.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_430.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc474.vhd] 0:00:00.212462

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc474.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc474.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc474.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc474.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc474.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_265.vhd] 0:00:00.211739

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_265.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_265.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_265.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_265.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_265.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3078.vhd] 0:00:00.211535

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3078.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3078.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3078.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3078.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3078.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_585.vhd] 0:00:00.212139

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_585.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_585.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_585.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_585.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_585.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2874.vhd] 0:00:00.211919

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2874.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2874.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2874.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2874.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2874.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_284.vhd] 0:00:00.214293

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_284.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_284.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_284.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_284.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_284.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc537.vhd] 0:00:00.213061

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc537.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc537.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc537.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc537.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc537.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_578.vhd] 0:00:00.213792

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_578.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_578.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_578.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_578.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_578.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc955.vhd] 0:00:00.213112

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc955.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc955.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc955.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc955.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc955.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_456.vhd] 0:00:00.211397

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_456.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_456.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_456.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_456.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_456.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc436.vhd] 0:00:00.212246

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc436.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc436.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc436.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc436.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc436.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_195.vhd] 0:00:00.209464

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_195.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_195.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_195.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_195.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_195.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2711.vhd] 0:00:00.208789

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2711.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2711.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2711.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2711.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2711.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_172.vhd] 0:00:00.211387

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_172.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_172.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_172.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_172.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_172.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1965.vhd] 0:00:00.215986

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1965.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1965.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1965.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1965.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1965.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_437.vhd] 0:00:00.209029

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_437.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_437.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_437.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_437.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_437.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc24.vhd] 0:00:00.209281

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc24.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc24.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc24.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc24.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc24.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_392.vhd] 0:00:00.213652

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_392.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_392.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_392.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_392.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_392.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1208.vhd] 0:00:00.216758

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1208.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1208.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1208.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1208.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1208.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/prog.vhd] 0:00:00.212021

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/prog.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/prog.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/prog.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/prog.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/prog.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1220.vhd] 0:00:00.214299

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1220.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1220.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1220.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1220.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1220.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/fsm.vhd] 0:00:00.210878

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/fsm.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/fsm.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/fsm.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/fsm.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/fsm.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc587.vhd] 0:00:00.210106

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc587.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc587.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc587.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc587.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc587.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_211.vhd] 0:00:00.209750

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_211.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_211.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_211.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_211.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_211.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1745.vhd] 0:00:00.211194

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1745.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1745.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1745.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1745.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1745.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_185.vhd] 0:00:00.210272

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_185.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_185.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_185.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_185.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_185.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc922.vhd] 0:00:00.211471

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc922.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc922.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc922.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc922.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc922.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_189.vhd] 0:00:00.214791

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_189.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_189.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_189.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_189.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_189.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2968.vhd] 0:00:00.214774

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2968.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2968.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2968.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2968.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2968.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_566.vhd] 0:00:00.216178

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_566.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_566.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_566.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_566.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_566.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2127.vhd] 0:00:00.214474

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2127.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2127.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2127.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2127.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2127.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_419.vhd] 0:00:00.212354

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_419.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_419.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_419.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_419.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_419.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1104.vhd] 0:00:00.213988

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1104.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1104.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1104.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1104.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1104.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_489.vhd] 0:00:00.208956

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_489.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_489.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_489.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_489.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_489.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2466.vhd] 0:00:00.210420

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2466.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2466.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2466.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2466.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2466.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_406.vhd] 0:00:00.212907

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_406.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_406.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_406.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_406.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_406.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2330.vhd] 0:00:00.213893

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2330.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2330.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2330.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2330.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2330.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_573.vhd] 0:00:00.213218

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_573.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_573.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_573.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_573.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_573.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc574.vhd] 0:00:00.213895

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc574.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc574.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc574.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc574.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc574.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_192.vhd] 0:00:00.217024

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_192.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_192.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_192.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_192.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_192.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc660.vhd] 0:00:00.215799

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc660.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc660.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc660.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc660.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc660.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_362.vhd] 0:00:00.215208

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_362.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_362.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_362.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_362.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_362.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2702.vhd] 0:00:00.215295

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2702.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2702.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2702.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2702.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2702.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_169.vhd] 0:00:00.212893

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_169.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_169.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_169.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_169.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_169.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc347.vhd] 0:00:00.213340

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc347.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc347.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc347.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc347.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc347.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_322.vhd] 0:00:00.214242

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_322.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_322.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_322.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_322.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_322.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc879.vhd] 0:00:00.213194

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc879.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc879.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc879.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc879.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc879.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_325.vhd] 0:00:00.215477

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_325.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_325.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_325.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_325.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_325.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2008.vhd] 0:00:00.213402

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2008.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2008.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2008.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2008.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2008.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sync_ram.vhd] 0:00:00.214980

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sync_ram.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sync_ram.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sync_ram.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sync_ram.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sync_ram.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc772.vhd] 0:00:00.216781

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc772.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc772.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc772.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc772.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc772.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_368.vhd] 0:00:00.214628

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_368.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_368.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_368.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_368.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_368.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc419.vhd] 0:00:00.213706

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc419.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc419.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc419.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc419.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc419.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split1.vhd] 0:00:00.214454

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc925.vhd] 0:00:00.213158

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc925.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc925.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc925.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc925.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc925.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_412.vhd] 0:00:00.212554

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_412.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_412.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_412.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_412.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_412.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1034.vhd] 0:00:00.213110

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1034.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1034.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1034.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1034.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1034.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_469.vhd] 0:00:00.213727

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_469.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_469.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_469.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_469.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_469.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3049.vhd] 0:00:00.214619

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3049.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3049.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3049.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3049.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3049.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_565.vhd] 0:00:00.216436

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_565.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_565.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_565.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_565.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_565.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1462.vhd] 0:00:00.215117

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1462.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1462.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1462.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1462.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1462.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/input_split1.vhd] 0:00:00.213547

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/input_split1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/input_split1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/input_split1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/input_split1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/input_split1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc441.vhd] 0:00:00.214001

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc441.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc441.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc441.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc441.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc441.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_216.vhd] 0:00:00.215163

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_216.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_216.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_216.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_216.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_216.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2739.vhd] 0:00:00.214693

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2739.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2739.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2739.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2739.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2739.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_449.vhd] 0:00:00.212291

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_449.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_449.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_449.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_449.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_449.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc930.vhd] 0:00:00.211872

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc930.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc930.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc930.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc930.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc930.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_210.vhd] 0:00:00.212097

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_210.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_210.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_210.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_210.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_210.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc850.vhd] 0:00:00.212758

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc850.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc850.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc850.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc850.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc850.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_215.vhd] 0:00:00.213943

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_215.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_215.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_215.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_215.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_215.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3155.vhd] 0:00:00.215295

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3155.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3155.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3155.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3155.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3155.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_445.vhd] 0:00:00.215767

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_445.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_445.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_445.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_445.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_445.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2084.vhd] 0:00:00.215011

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2084.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2084.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2084.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2084.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2084.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_167.vhd] 0:00:00.214022

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_167.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_167.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_167.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_167.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_167.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3197.vhd] 0:00:00.213758

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3197.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3197.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3197.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3197.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3197.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_373.vhd] 0:00:00.210611

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_373.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_373.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_373.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_373.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_373.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1328.vhd] 0:00:00.209480

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1328.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1328.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1328.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1328.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1328.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_165.vhd] 0:00:00.216300

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_165.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_165.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_165.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_165.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_165.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1075.vhd] 0:00:00.214525

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1075.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1075.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1075.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1075.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1075.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/tb.vhd] 0:00:00.211450

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2154.vhd] 0:00:00.211153

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2154.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2154.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2154.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2154.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2154.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_484.vhd] 0:00:00.214366

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_484.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_484.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_484.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_484.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_484.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1992.vhd] 0:00:00.214974

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1992.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1992.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1992.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1992.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1992.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split4.vhd] 0:00:00.217562

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc640.vhd] 0:00:00.215010

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc640.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc640.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc640.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc640.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc640.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_574.vhd] 0:00:00.214716

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_574.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_574.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_574.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_574.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_574.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2918.vhd] 0:00:00.214904

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2918.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2918.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2918.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2918.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2918.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_466.vhd] 0:00:00.210908

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_466.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_466.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_466.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_466.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_466.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc32.vhd] 0:00:00.212321

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc32.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc32.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc32.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc32.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc32.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_499.vhd] 0:00:00.212785

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_499.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_499.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_499.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_499.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_499.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2118.vhd] 0:00:00.212710

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2118.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2118.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2118.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2118.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2118.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_478.vhd] 0:00:00.210548

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_478.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_478.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_478.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_478.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_478.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3144.vhd] 0:00:00.212076

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3144.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3144.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3144.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3144.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3144.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_295.vhd] 0:00:00.212688

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_295.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_295.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_295.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_295.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_295.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1727.vhd] 0:00:00.215509

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1727.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1727.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1727.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1727.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1727.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_600.vhd] 0:00:00.216553

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_600.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_600.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_600.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_600.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_600.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2077.vhd] 0:00:00.212578

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2077.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2077.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2077.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2077.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2077.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_544.vhd] 0:00:00.215441

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_544.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_544.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_544.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_544.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_544.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2765.vhd] 0:00:00.211025

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2765.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2765.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2765.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2765.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2765.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_323.vhd] 0:00:00.214840

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_323.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_323.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_323.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_323.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_323.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1167.vhd] 0:00:00.213418

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1167.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1167.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1167.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1167.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1167.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_181.vhd] 0:00:00.213907

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_181.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_181.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_181.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_181.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_181.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1090.vhd] 0:00:00.210862

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1090.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1090.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1090.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1090.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1090.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_429.vhd] 0:00:00.213621

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_429.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_429.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_429.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_429.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_429.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2101.vhd] 0:00:00.216246

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2101.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2101.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2101.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2101.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2101.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_159.vhd] 0:00:00.214766

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_159.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_159.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_159.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_159.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_159.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc406.vhd] 0:00:00.213333

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc406.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc406.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc406.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc406.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc406.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_586.vhd] 0:00:00.219257

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_586.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_586.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_586.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_586.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_586.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2974.vhd] 0:00:00.214714

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2974.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2974.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2974.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2974.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2974.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_579.vhd] 0:00:00.217775

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_579.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_579.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_579.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_579.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_579.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2295.vhd] 0:00:00.217101

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2295.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2295.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2295.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2295.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2295.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_170.vhd] 0:00:00.213128

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_170.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_170.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_170.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_170.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_170.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc755.vhd] 0:00:00.212829

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc755.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc755.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc755.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc755.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc755.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_183.vhd] 0:00:00.217428

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_183.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_183.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_183.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_183.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_183.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc874.vhd] 0:00:00.216840

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc874.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc874.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc874.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc874.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc874.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_199.vhd] 0:00:00.212313

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_199.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_199.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_199.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_199.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_199.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc854.vhd] 0:00:00.214521

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc854.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc854.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc854.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc854.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc854.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_508.vhd] 0:00:00.216539

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_508.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_508.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_508.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_508.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_508.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1946.vhd] 0:00:00.219879

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1946.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1946.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1946.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1946.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1946.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_531.vhd] 0:00:00.209628

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_531.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_531.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_531.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_531.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_531.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1050.vhd] 0:00:00.211139

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1050.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1050.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1050.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1050.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1050.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_202.vhd] 0:00:00.210451

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_202.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_202.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_202.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_202.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_202.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1035.vhd] 0:00:00.214181

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1035.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1035.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1035.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1035.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1035.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_390.vhd] 0:00:00.216218

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_390.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_390.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_390.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_390.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_390.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc844.vhd] 0:00:00.215226

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc844.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc844.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc844.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc844.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc844.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_396.vhd] 0:00:00.213750

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_396.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_396.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_396.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_396.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_396.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2187.vhd] 0:00:00.214022

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2187.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2187.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2187.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2187.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2187.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_563.vhd] 0:00:00.214824

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_563.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_563.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_563.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_563.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_563.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2495.vhd] 0:00:00.209683

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2495.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2495.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2495.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2495.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2495.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_331.vhd] 0:00:00.212899

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_331.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_331.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_331.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_331.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_331.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc920.vhd] 0:00:00.210527

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc920.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc920.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc920.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc920.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc920.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split0.vhd] 0:00:00.214358

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split0.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split0.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split0.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split0.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split0.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1349.vhd] 0:00:00.212965

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1349.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1349.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1349.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1349.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1349.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_520.vhd] 0:00:00.210721

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_520.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_520.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_520.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_520.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_520.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc463.vhd] 0:00:00.209534

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc463.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc463.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc463.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc463.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc463.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split6.vhd] 0:00:00.209466

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split6.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split6.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split6.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split6.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split6.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2904.vhd] 0:00:00.210616

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2904.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2904.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2904.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2904.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2904.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_593.vhd] 0:00:00.207639

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_593.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_593.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_593.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_593.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_593.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2111.vhd] 0:00:00.206834

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2111.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2111.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2111.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2111.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2111.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_218.vhd] 0:00:00.210221

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_218.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_218.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_218.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_218.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_218.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc911.vhd] 0:00:00.208202

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc911.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc911.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc911.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc911.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc911.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_516.vhd] 0:00:00.213859

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_516.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_516.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_516.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_516.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_516.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2175.vhd] 0:00:00.210726

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2175.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2175.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2175.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2175.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2175.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_369.vhd] 0:00:00.211323

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_369.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_369.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_369.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_369.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_369.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1917.vhd] 0:00:00.209567

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1917.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1917.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1917.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1917.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1917.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_175.vhd] 0:00:00.209851

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_175.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_175.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_175.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_175.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_175.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc279.vhd] 0:00:00.210263

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc279.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc279.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc279.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc279.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc279.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_448.vhd] 0:00:00.210939

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_448.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_448.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_448.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_448.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_448.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2690.vhd] 0:00:00.211192

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2690.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2690.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2690.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2690.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2690.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_263.vhd] 0:00:00.212731

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_263.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_263.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_263.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_263.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_263.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc665.vhd] 0:00:00.211279

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc665.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc665.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc665.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc665.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc665.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_204.vhd] 0:00:00.210236

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_204.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_204.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_204.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_204.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_204.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc444.vhd] 0:00:00.209578

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc444.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc444.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc444.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc444.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc444.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_416.vhd] 0:00:00.213421

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_416.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_416.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_416.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_416.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_416.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1139.vhd] 0:00:00.209677

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1139.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1139.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1139.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1139.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1139.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_601.vhd] 0:00:00.210529

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_601.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_601.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_601.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_601.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_601.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3143.vhd] 0:00:00.209098

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3143.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3143.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3143.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3143.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3143.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_391.vhd] 0:00:00.207964

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_391.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_391.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_391.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_391.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_391.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1974.vhd] 0:00:00.208911

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1974.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1974.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1974.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1974.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1974.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_357.vhd] 0:00:00.211518

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_357.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_357.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_357.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_357.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_357.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2698.vhd] 0:00:00.208533

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2698.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2698.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2698.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2698.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2698.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_556.vhd] 0:00:00.208476

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_556.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_556.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_556.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_556.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_556.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3156.vhd] 0:00:00.209037

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3156.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3156.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3156.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3156.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3156.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_353.vhd] 0:00:00.210417

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_353.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_353.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_353.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_353.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_353.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1072.vhd] 0:00:00.210658

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1072.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1072.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1072.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1072.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1072.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_214.vhd] 0:00:00.211257

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_214.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_214.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_214.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_214.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_214.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc621.vhd] 0:00:00.208619

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc621.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc621.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc621.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc621.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc621.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_196.vhd] 0:00:00.211014

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_196.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_196.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_196.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_196.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_196.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2203.vhd] 0:00:00.211211

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2203.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2203.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2203.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2203.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2203.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_413.vhd] 0:00:00.212240

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_413.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_413.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_413.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_413.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_413.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc343.vhd] 0:00:00.210492

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc343.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc343.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc343.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc343.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc343.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split3.vhd] 0:00:00.215338

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1122.vhd] 0:00:00.212413

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1122.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1122.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1122.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1122.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1122.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_188.vhd] 0:00:00.215225

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_188.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_188.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_188.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_188.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_188.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc167.vhd] 0:00:00.213640

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc167.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc167.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc167.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc167.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc167.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_511.vhd] 0:00:00.212816

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_511.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_511.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_511.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_511.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_511.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1029.vhd] 0:00:00.210464

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1029.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1029.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1029.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1029.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1029.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_157.vhd] 0:00:00.209766

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_157.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_157.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_157.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_157.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_157.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc792.vhd] 0:00:00.210752

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc792.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc792.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc792.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc792.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc792.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/input_split0.vhd] 0:00:00.210825

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/input_split0.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/input_split0.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/input_split0.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/input_split0.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/input_split0.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc318.vhd] 0:00:00.210826

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc318.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc318.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc318.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc318.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc318.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_408.vhd] 0:00:00.213091

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_408.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_408.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_408.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_408.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_408.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc563.vhd] 0:00:00.216866

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc563.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc563.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc563.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc563.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc563.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_162.vhd] 0:00:00.214255

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_162.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_162.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_162.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_162.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_162.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3034.vhd] 0:00:00.211848

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3034.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3034.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3034.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3034.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3034.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_315.vhd] 0:00:00.214008

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_315.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_315.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_315.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_315.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_315.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2643.vhd] 0:00:00.213142

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2643.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2643.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2643.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2643.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2643.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_201.vhd] 0:00:00.211656

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_201.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_201.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_201.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_201.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/muxb_201.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc349.vhd] 0:00:00.219430

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc349.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc349.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc349.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc349.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc349.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_483.vhd] 0:00:00.209524

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_483.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_483.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_483.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_483.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_483.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2532.vhd] 0:00:00.209006

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2532.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2532.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2532.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2532.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2532.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_560.vhd] 0:00:00.211826

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_560.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_560.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_560.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_560.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_560.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc691.vhd] 0:00:00.211030

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc691.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc691.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc691.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc691.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc691.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_370.vhd] 0:00:00.211454

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_370.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_370.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_370.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_370.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_370.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1174.vhd] 0:00:00.210622

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1174.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1174.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1174.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1174.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1174.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_570.vhd] 0:00:00.214419

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_570.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_570.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_570.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_570.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_570.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2719.vhd] 0:00:00.210665

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2719.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2719.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2719.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2719.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2719.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split2.vhd] 0:00:00.219809

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1507.vhd] 0:00:00.211615

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1507.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1507.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1507.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1507.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1507.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_164.vhd] 0:00:00.213833

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_164.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_164.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_164.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_164.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_164.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc697.vhd] 0:00:00.261460

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc697.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc697.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc697.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc697.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc697.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_559.vhd] 0:00:00.213651

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_559.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_559.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_559.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_559.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_559.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2864.vhd] 0:00:00.214794

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2864.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2864.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2864.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2864.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2864.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_393.vhd] 0:00:00.217262

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_393.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_393.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_393.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_393.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_393.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc64.vhd] 0:00:00.217050

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc64.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc64.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc64.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc64.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc64.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_178.vhd] 0:00:00.214248

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_178.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_178.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_178.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_178.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_178.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc433.vhd] 0:00:00.211511

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc433.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc433.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc433.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc433.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc433.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_171.vhd] 0:00:00.210635

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_171.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_171.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_171.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_171.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_171.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3080.vhd] 0:00:00.211192

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3080.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3080.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3080.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3080.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3080.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_209.vhd] 0:00:00.208501

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_209.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_209.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_209.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_209.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_209.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2967.vhd] 0:00:00.208973

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2967.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2967.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2967.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2967.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2967.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_528.vhd] 0:00:00.210746

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_528.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_528.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_528.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_528.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_528.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2734.vhd] 0:00:00.210878

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2734.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2734.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2734.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2734.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2734.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_457.vhd] 0:00:00.210358

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_457.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_457.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_457.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_457.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_457.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1076.vhd] 0:00:00.211178

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1076.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1076.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1076.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1076.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1076.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_205.vhd] 0:00:00.210731

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_205.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_205.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_205.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_205.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_205.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2854.vhd] 0:00:00.206788

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2854.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2854.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2854.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2854.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2854.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_235.vhd] 0:00:00.210831

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_235.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_235.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_235.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_235.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_235.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1009.vhd] 0:00:00.211526

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1009.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1009.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1009.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1009.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1009.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_567.vhd] 0:00:00.213256

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_567.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_567.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_567.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_567.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_567.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc115.vhd] 0:00:00.210343

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc115.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc115.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc115.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc115.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc115.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_255.vhd] 0:00:00.211781

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_255.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_255.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_255.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_255.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_255.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc646.vhd] 0:00:00.211667

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc646.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc646.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc646.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc646.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc646.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split7.vhd] 0:00:00.214622

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split7.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split7.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split7.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split7.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split7.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2522.vhd] 0:00:00.210961

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2522.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2522.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2522.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2522.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2522.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_496.vhd] 0:00:00.211439

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_496.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_496.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_496.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_496.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_496.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1981.vhd] 0:00:00.211176

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1981.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1981.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1981.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1981.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1981.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_177.vhd] 0:00:00.211453

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_177.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_177.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_177.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_177.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_177.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc284.vhd] 0:00:00.211094

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc284.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc284.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc284.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc284.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc284.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_474.vhd] 0:00:00.212563

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_474.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_474.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_474.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_474.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_474.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3193.vhd] 0:00:00.209882

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3193.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3193.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3193.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3193.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3193.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_303.vhd] 0:00:00.212686

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_303.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_303.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_303.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_303.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_303.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc538.vhd] 0:00:00.212239

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc538.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc538.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc538.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc538.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc538.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_168.vhd] 0:00:00.210592

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_168.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_168.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_168.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_168.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_168.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3116.vhd] 0:00:00.207963

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3116.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3116.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3116.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3116.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3116.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_187.vhd] 0:00:00.208954

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_187.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_187.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_187.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_187.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_187.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc589.vhd] 0:00:00.210391

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc589.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc589.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc589.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc589.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc589.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_163.vhd] 0:00:00.212981

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_163.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_163.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_163.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_163.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_163.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc700.vhd] 0:00:00.211439

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc700.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc700.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc700.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc700.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc700.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_193.vhd] 0:00:00.211138

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_193.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_193.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_193.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_193.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_193.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1600.vhd] 0:00:00.212860

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1600.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1600.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1600.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1600.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1600.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/fsm_23.vhd] 0:00:00.210275

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/fsm_23.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/fsm_23.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/fsm_23.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/fsm_23.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/fsm_23.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc626.vhd] 0:00:00.212045

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc626.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc626.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc626.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc626.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc626.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_599.vhd] 0:00:00.212395

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_599.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_599.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_599.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_599.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_599.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1942.vhd] 0:00:00.211812

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1942.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1942.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1942.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1942.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1942.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_488.vhd] 0:00:00.212504

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_488.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_488.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_488.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_488.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_488.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3170.vhd] 0:00:00.212163

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3170.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3170.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3170.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3170.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3170.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_324.vhd] 0:00:00.211744

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_324.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_324.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_324.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_324.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_324.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc251.vhd] 0:00:00.218741

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc251.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc251.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc251.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc251.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc251.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_524.vhd] 0:00:00.215132

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_524.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_524.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_524.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_524.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_524.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1212.vhd] 0:00:00.211933

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1212.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1212.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1212.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1212.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1212.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_230.vhd] 0:00:00.212900

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_230.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_230.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_230.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_230.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_230.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1952.vhd] 0:00:00.213222

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1952.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1952.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1952.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1952.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1952.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_377.vhd] 0:00:00.213539

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_377.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_377.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_377.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_377.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_377.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc765.vhd] 0:00:00.213759

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc765.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc765.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc765.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc765.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc765.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_198.vhd] 0:00:00.211626

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_198.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_198.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_198.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_198.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_198.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2713.vhd] 0:00:00.210974

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2713.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2713.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2713.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2713.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2713.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split5.vhd] 0:00:00.212387

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split5.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split5.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split5.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split5.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/output_split5.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1070.vhd] 0:00:00.209878

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1070.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1070.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1070.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1070.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1070.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_173.vhd] 0:00:00.215389

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_173.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_173.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_173.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_173.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_173.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2880.vhd] 0:00:00.214336

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2880.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2880.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2880.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2880.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2880.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_314.vhd] 0:00:00.213366

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_314.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_314.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_314.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_314.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_314.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2725.vhd] 0:00:00.214477

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2725.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2725.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2725.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2725.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2725.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/top.vhd] 0:00:00.214017

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/top.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/top.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/top.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/top.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/top.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2417.vhd] 0:00:00.212521

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2417.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2417.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2417.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2417.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2417.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_553.vhd] 0:00:00.213373

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_553.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_553.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_553.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_553.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_553.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc54.vhd] 0:00:00.213524

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc54.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc54.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc54.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc54.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc54.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_190.vhd] 0:00:00.214392

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_190.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_190.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_190.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_190.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_190.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2308.vhd] 0:00:00.212674

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2308.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2308.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2308.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2308.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2308.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_602.vhd] 0:00:00.212436

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_602.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_602.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_602.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_602.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_602.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1215.vhd] 0:00:00.210547

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1215.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1215.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1215.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1215.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1215.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_176.vhd] 0:00:00.213987

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_176.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_176.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_176.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_176.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_176.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2259.vhd] 0:00:00.213784

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2259.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2259.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2259.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2259.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2259.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_227.vhd] 0:00:00.211420

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_227.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_227.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_227.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_227.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_227.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2006.vhd] 0:00:00.211173

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2006.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2006.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2006.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2006.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2006.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_296.vhd] 0:00:00.211394

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_296.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_296.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_296.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_296.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_296.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc277.vhd] 0:00:00.211936

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc277.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc277.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc277.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc277.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc277.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_341.vhd] 0:00:00.211953

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_341.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_341.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_341.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_341.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_341.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1598.vhd] 0:00:00.213109

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1598.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1598.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1598.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1598.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1598.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_580.vhd] 0:00:00.212978

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_580.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_580.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_580.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_580.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_580.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc133.vhd] 0:00:00.212738

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc133.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc133.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc133.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc133.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc133.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_592.vhd] 0:00:00.214478

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_592.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_592.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_592.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_592.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_592.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc693.vhd] 0:00:00.213676

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc693.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc693.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc693.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc693.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc693.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_344.vhd] 0:00:00.211151

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_344.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_344.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_344.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_344.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_344.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1911.vhd] 0:00:00.211085

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1911.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1911.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1911.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1911.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1911.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_212.vhd] 0:00:00.213741

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_212.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_212.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_212.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_212.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_212.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc411.vhd] 0:00:00.213209

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc411.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc411.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc411.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc411.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc411.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_527.vhd] 0:00:00.217330

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_527.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_527.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_527.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_527.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_527.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc642.vhd] 0:00:00.214845

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc642.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc642.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc642.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc642.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc642.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_540.vhd] 0:00:00.211510

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_540.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_540.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_540.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_540.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_540.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1798.vhd] 0:00:00.211277

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1798.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1798.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1798.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1798.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1798.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/pkg_tb.vhd] 0:00:00.212503

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/pkg_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/pkg_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/pkg_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/pkg_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/pkg_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1505.vhd] 0:00:00.217055

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1505.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1505.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1505.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1505.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1505.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_521.vhd] 0:00:00.212098

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_521.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_521.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_521.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_521.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_521.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1957.vhd] 0:00:00.222089

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1957.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1957.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1957.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1957.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1957.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_398.vhd] 0:00:00.213559

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_398.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_398.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_398.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_398.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_398.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc644.vhd] 0:00:00.213588

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc644.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc644.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc644.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc644.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc644.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_502.vhd] 0:00:00.212065

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_502.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_502.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_502.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_502.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_502.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc653.vhd] 0:00:00.209675

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc653.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc653.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc653.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc653.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc653.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/assert_uut.vhd] 0:00:00.211634

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/assert_uut.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/assert_uut.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/assert_uut.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/assert_uut.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/assert_uut.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2975.vhd] 0:00:00.211322

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2975.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2975.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2975.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2975.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2975.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_547.vhd] 0:00:00.212682

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_547.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_547.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_547.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_547.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_547.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1392.vhd] 0:00:00.214470

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1392.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1392.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1392.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1392.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1392.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_442.vhd] 0:00:00.212576

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_442.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_442.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_442.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_442.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_442.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc525.vhd] 0:00:00.212749

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc525.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc525.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc525.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc525.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc525.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_213.vhd] 0:00:00.213522

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_213.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_213.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_213.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_213.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_213.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2267.vhd] 0:00:00.210322

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2267.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2267.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2267.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2267.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2267.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_160.vhd] 0:00:00.212555

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_160.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_160.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_160.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_160.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_160.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc99.vhd] 0:00:00.212930

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc99.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc99.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc99.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc99.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc99.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_517.vhd] 0:00:00.211832

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_517.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_517.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_517.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_517.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_517.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc617.vhd] 0:00:00.211981

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc617.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc617.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc617.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc617.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc617.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_420.vhd] 0:00:00.214057

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_420.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_420.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_420.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_420.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_420.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc484.vhd] 0:00:00.213766

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc484.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc484.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc484.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc484.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc484.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_337.vhd] 0:00:00.216447

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_337.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_337.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_337.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_337.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_337.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2110.vhd] 0:00:00.213501

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2110.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2110.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2110.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2110.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2110.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_345.vhd] 0:00:00.210425

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_345.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_345.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_345.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_345.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_345.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1340.vhd] 0:00:00.209384

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1340.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1340.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1340.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1340.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1340.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_376.vhd] 0:00:00.220229

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_376.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_376.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_376.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_376.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_376.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2390.vhd] 0:00:00.212078

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2390.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2390.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2390.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2390.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2390.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_206.vhd] 0:00:00.212372

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_206.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_206.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_206.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_206.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_206.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1030.vhd] 0:00:00.208109

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1030.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1030.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1030.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1030.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1030.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_365.vhd] 0:00:00.229764

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_365.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_365.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_365.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_365.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_365.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2903.vhd] 0:00:00.209437

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2903.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2903.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2903.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2903.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2903.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_537.vhd] 0:00:00.208513

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_537.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_537.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_537.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_537.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_537.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1747.vhd] 0:00:00.207643

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1747.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1747.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1747.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1747.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1747.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_200.vhd] 0:00:00.214300

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_200.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_200.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_200.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_200.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_200.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc763.vhd] 0:00:00.213361

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc763.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc763.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc763.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc763.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc763.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_243.vhd] 0:00:00.210611

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_243.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_243.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_243.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_243.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_243.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1206.vhd] 0:00:00.208749

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1206.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1206.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1206.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1206.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1206.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_446.vhd] 0:00:00.214791

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_446.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_446.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_446.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_446.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_446.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc149.vhd] 0:00:00.215365

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc149.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc149.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc149.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc149.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc149.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_220.vhd] 0:00:00.209703

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_220.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_220.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_220.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_220.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_220.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1757.vhd] 0:00:00.208833

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1757.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1757.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1757.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1757.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1757.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_332.vhd] 0:00:00.210113

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_332.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_332.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_332.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_332.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_332.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc265.vhd] 0:00:00.212497

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc265.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc265.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc265.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc265.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc265.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_596.vhd] 0:00:00.210020

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_596.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_596.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_596.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_596.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_596.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc952.vhd] 0:00:00.211337

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc952.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc952.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc952.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc952.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc952.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_217.vhd] 0:00:00.210735

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_217.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_217.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_217.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_217.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_217.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc376.vhd] 0:00:00.213315

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc376.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc376.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc376.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc376.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc376.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_383.vhd] 0:00:00.214655

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_383.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_383.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_383.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_383.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_383.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2301.vhd] 0:00:00.219542

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2301.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2301.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2301.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2301.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2301.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_179.vhd] 0:00:00.214670

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_179.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_179.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_179.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_179.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_179.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc759.vhd] 0:00:00.214314

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc759.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc759.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc759.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc759.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc759.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_411.vhd] 0:00:00.213019

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_411.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_411.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_411.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_411.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_411.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2439.vhd] 0:00:00.213186

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2439.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2439.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2439.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2439.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2439.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_447.vhd] 0:00:00.212641

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_447.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_447.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_447.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_447.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_447.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc168.vhd] 0:00:00.211042

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc168.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc168.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc168.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc168.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc168.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_564.vhd] 0:00:00.209427

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_564.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_564.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_564.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_564.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_564.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc933.vhd] 0:00:00.209868

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc933.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc933.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc933.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc933.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc933.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_219.vhd] 0:00:00.210500

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_219.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_219.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_219.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_219.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_219.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1775.vhd] 0:00:00.206952

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1775.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1775.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1775.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1775.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1775.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_197.vhd] 0:00:00.212415

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_197.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_197.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_197.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_197.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_197.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc661.vhd] 0:00:00.211620

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc661.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc661.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc661.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc661.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc661.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_561.vhd] 0:00:00.212786

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_561.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_561.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_561.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_561.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_561.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1787.vhd] 0:00:00.211243

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1787.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1787.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1787.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1787.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1787.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_166.vhd] 0:00:00.215414

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_166.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_166.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_166.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_166.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_166.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1906.vhd] 0:00:00.215144

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1906.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1906.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1906.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1906.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1906.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_577.vhd] 0:00:00.215916

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_577.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_577.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_577.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_577.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_577.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc685.vhd] 0:00:00.214351

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc685.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc685.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc685.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc685.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc685.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_402.vhd] 0:00:00.213643

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_402.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_402.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_402.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_402.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_402.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc932.vhd] 0:00:00.214055

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc932.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc932.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc932.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc932.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc932.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_410.vhd] 0:00:00.211225

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_410.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_410.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_410.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_410.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_410.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc706.vhd] 0:00:00.209192

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc706.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc706.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc706.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc706.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc706.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_207.vhd] 0:00:00.212061

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_207.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_207.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_207.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_207.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_207.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc638.vhd] 0:00:00.208799

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc638.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc638.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc638.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc638.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc638.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_226.vhd] 0:00:00.215032

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_226.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_226.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_226.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_226.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_226.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2085.vhd] 0:00:00.212050

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2085.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2085.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2085.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2085.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2085.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_552.vhd] 0:00:00.211529

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_552.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_552.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_552.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_552.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_552.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc752.vhd] 0:00:00.210162

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc752.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc752.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc752.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc752.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc752.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_350.vhd] 0:00:00.211267

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_350.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_350.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_350.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_350.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_350.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc33.vhd] 0:00:00.211411

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc33.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc33.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc33.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc33.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc33.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_595.vhd] 0:00:00.210933

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_595.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_595.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_595.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_595.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_595.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2566.vhd] 0:00:00.209260

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2566.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2566.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2566.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2566.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2566.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_492.vhd] 0:00:00.212392

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_492.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_492.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_492.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_492.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_492.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc38.vhd] 0:00:00.210327

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc38.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc38.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc38.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc38.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc38.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_262.vhd] 0:00:00.213436

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_262.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_262.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_262.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_262.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_262.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc637.vhd] 0:00:00.212587

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc637.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc637.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc637.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc637.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc637.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_503.vhd] 0:00:00.211668

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_503.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_503.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_503.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_503.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/sub_503.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2121.vhd] 0:00:00.211582

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2121.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2121.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2121.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2121.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2121.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_203.vhd] 0:00:00.213996

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_203.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_203.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_203.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_203.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cmp_203.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc290.vhd] 0:00:00.210418

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc290.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc290.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc290.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc290.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc290.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_534.vhd] 0:00:00.213383

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_534.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_534.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_534.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_534.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_534.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3023.vhd] 0:00:00.210668

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3023.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3023.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3023.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3023.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3023.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3203.vhd] 0:00:00.212506

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3203.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3203.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3203.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3203.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3203.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_223.vhd] 0:00:00.215998

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_223.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_223.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_223.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_223.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_223.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2446.vhd] 0:00:00.211952

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2446.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2446.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2446.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2446.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2446.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cp3_test.vhd] 0:00:00.215020

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cp3_test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cp3_test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cp3_test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cp3_test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/cp3_test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3126.vhd] 0:00:00.212386

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3126.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3126.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3126.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3126.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3126.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_328.vhd] 0:00:00.218144

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_328.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_328.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_328.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_328.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_328.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_605.vhd] 0:00:00.211565

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_605.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_605.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_605.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_605.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_605.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2205.vhd] 0:00:00.210748

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2205.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2205.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2205.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2205.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2205.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_382.vhd] 0:00:00.214130

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_382.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_382.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_382.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_382.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_382.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2380.vhd] 0:00:00.211804

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2380.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2380.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2380.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2380.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2380.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1038.vhd] 0:00:00.210653

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1038.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1038.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1038.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1038.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1038.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_276.vhd] 0:00:00.209240

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_276.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_276.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_276.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_276.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/add_276.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc897.vhd] 0:00:00.210768

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc897.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc897.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc897.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc897.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc897.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_543.vhd] 0:00:00.217772

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_543.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_543.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_543.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_543.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/idct.d/mul_543.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc183.vhd] 0:00:00.212704

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc183.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc183.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc183.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc183.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc183.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_160.vhd] 0:00:00.211676

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_160.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_160.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_160.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_160.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_160.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1909.vhd] 0:00:00.208231

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1909.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1909.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1909.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1909.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1909.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split0.vhd] 0:00:00.209680

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split0.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split0.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split0.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split0.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split0.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1257.vhd] 0:00:00.209438

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1257.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1257.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1257.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1257.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1257.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_148.vhd] 0:00:00.208890

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_148.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_148.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_148.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_148.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_148.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1710.vhd] 0:00:00.211842

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1710.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1710.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1710.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1710.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1710.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split6.vhd] 0:00:00.215257

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split6.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split6.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split6.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split6.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split6.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split0.vhd] 0:00:00.212623

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split0.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split0.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split0.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split0.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split0.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc400.vhd] 0:00:00.214223

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc400.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc400.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc400.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc400.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc400.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_123.vhd] 0:00:00.212881

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_123.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_123.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_123.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_123.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_123.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc503.vhd] 0:00:00.210760

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc503.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc503.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc503.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc503.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc503.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2155.vhd] 0:00:00.210310

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2155.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2155.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2155.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2155.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2155.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split1.vhd] 0:00:00.209885

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc544.vhd] 0:00:00.209218

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc544.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc544.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc544.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc544.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc544.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_131.vhd] 0:00:00.210091

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_131.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_131.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_131.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_131.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_131.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc359.vhd] 0:00:00.211926

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc359.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc359.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc359.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc359.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc359.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_215.vhd] 0:00:00.211075

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_215.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_215.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_215.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_215.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_215.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2533.vhd] 0:00:00.209014

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2533.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2533.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2533.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2533.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2533.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/prog.vhd] 0:00:00.209474

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/prog.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/prog.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/prog.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/prog.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/prog.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1571.vhd] 0:00:00.211785

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1571.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1571.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1571.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1571.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1571.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/fsm.vhd] 0:00:00.210741

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/fsm.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/fsm.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/fsm.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/fsm.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/fsm.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_111.vhd] 0:00:00.212998

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_111.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_111.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_111.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_111.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_111.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2146.vhd] 0:00:00.214745

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2146.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2146.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2146.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2146.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2146.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_221.vhd] 0:00:00.215759

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_221.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_221.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_221.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_221.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_221.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1210.vhd] 0:00:00.213435

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1210.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1210.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1210.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1210.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1210.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2365.vhd] 0:00:00.211715

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2365.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2365.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2365.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2365.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2365.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_200.vhd] 0:00:00.211186

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_200.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_200.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_200.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_200.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_200.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc657.vhd] 0:00:00.213401

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc657.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc657.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc657.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc657.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc657.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_136.vhd] 0:00:00.212867

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_136.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_136.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_136.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_136.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_136.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2563.vhd] 0:00:00.208300

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2563.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2563.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2563.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2563.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2563.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split6.vhd] 0:00:00.208319

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split6.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split6.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split6.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split6.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split6.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc41.vhd] 0:00:00.213013

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc41.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc41.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc41.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc41.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc41.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split7.vhd] 0:00:00.234407

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split7.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split7.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split7.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split7.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split7.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2456.vhd] 0:00:00.211818

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2456.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2456.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2456.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2456.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2456.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_134.vhd] 0:00:00.212440

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_134.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_134.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_134.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_134.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_134.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sync_ram.vhd] 0:00:00.221995

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sync_ram.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sync_ram.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sync_ram.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sync_ram.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sync_ram.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2463.vhd] 0:00:00.215498

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2463.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2463.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2463.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2463.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2463.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_130.vhd] 0:00:00.214302

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_130.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_130.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_130.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_130.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_130.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1523.vhd] 0:00:00.215723

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1523.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1523.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1523.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1523.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1523.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1763.vhd] 0:00:00.215212

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1763.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1763.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1763.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1763.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1763.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_140.vhd] 0:00:00.216038

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_140.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_140.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_140.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_140.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_140.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1654.vhd] 0:00:00.216300

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1654.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1654.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1654.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1654.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1654.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split5.vhd] 0:00:00.216136

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split5.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split5.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split5.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split5.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split5.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2298.vhd] 0:00:00.213908

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2298.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2298.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2298.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2298.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2298.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_119.vhd] 0:00:00.213401

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_119.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_119.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_119.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_119.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_119.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc717.vhd] 0:00:00.214662

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc717.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc717.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc717.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc717.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc717.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_118.vhd] 0:00:00.214113

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_118.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_118.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_118.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_118.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_118.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2745.vhd] 0:00:00.213565

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2745.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2745.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2745.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2745.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2745.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_191.vhd] 0:00:00.213215

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_191.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_191.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_191.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_191.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_191.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_145.vhd] 0:00:00.211155

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_145.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_145.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_145.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_145.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_145.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2153.vhd] 0:00:00.212244

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2153.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2153.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2153.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2153.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2153.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/fsm_15.vhd] 0:00:00.211461

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/fsm_15.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/fsm_15.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/fsm_15.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/fsm_15.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/fsm_15.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2575.vhd] 0:00:00.211262

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2575.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2575.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2575.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2575.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2575.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc281.vhd] 0:00:00.209867

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc281.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc281.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc281.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc281.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc281.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/tb.vhd] 0:00:00.210455

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc913.vhd] 0:00:00.208039

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc913.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc913.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc913.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc913.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc913.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split5.vhd] 0:00:00.211329

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split5.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split5.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split5.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split5.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split5.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc598.vhd] 0:00:00.214272

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc598.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc598.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc598.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc598.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc598.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split2.vhd] 0:00:00.211993

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1207.vhd] 0:00:00.210469

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1207.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1207.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1207.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1207.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1207.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_156.vhd] 0:00:00.210625

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_156.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_156.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_156.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_156.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_156.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1500.vhd] 0:00:00.212570

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1500.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1500.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1500.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1500.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1500.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_115.vhd] 0:00:00.212094

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_115.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_115.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_115.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_115.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_115.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2264.vhd] 0:00:00.213928

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2264.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2264.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2264.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2264.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2264.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_183.vhd] 0:00:00.215227

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_183.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_183.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_183.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_183.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_183.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_135.vhd] 0:00:00.213045

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_135.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_135.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_135.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_135.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_135.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc894.vhd] 0:00:00.214196

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc894.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc894.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc894.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc894.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc894.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_219.vhd] 0:00:00.208991

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_219.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_219.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_219.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_219.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_219.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3016.vhd] 0:00:00.207598

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3016.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3016.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3016.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3016.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3016.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3057.vhd] 0:00:00.211985

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3057.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3057.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3057.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3057.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3057.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_150.vhd] 0:00:00.209122

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_150.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_150.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_150.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_150.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_150.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc163.vhd] 0:00:00.207573

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc163.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc163.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc163.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc163.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc163.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_139.vhd] 0:00:00.205125

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_139.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_139.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_139.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_139.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_139.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2767.vhd] 0:00:00.210514

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2767.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2767.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2767.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2767.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2767.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_170.vhd] 0:00:00.209156

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_170.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_170.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_170.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_170.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_170.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3158.vhd] 0:00:00.208037

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3158.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3158.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3158.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3158.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3158.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_202.vhd] 0:00:00.208872

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_202.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_202.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_202.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_202.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_202.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3168.vhd] 0:00:00.208348

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3168.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3168.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3168.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3168.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3168.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split4.vhd] 0:00:00.207195

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_141.vhd] 0:00:00.206928

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_141.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_141.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_141.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_141.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_141.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc16.vhd] 0:00:00.206526

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc16.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc16.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc16.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc16.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc16.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_204.vhd] 0:00:00.211912

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_204.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_204.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_204.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_204.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_204.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc516.vhd] 0:00:00.208519

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc516.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc516.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc516.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc516.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc516.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1960.vhd] 0:00:00.210490

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1960.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1960.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1960.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1960.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1960.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_195.vhd] 0:00:00.210714

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_195.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_195.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_195.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_195.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_195.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2113.vhd] 0:00:00.213113

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2113.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2113.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2113.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2113.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2113.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_152.vhd] 0:00:00.212233

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_152.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_152.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_152.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_152.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_152.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1919.vhd] 0:00:00.208637

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1919.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1919.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1919.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1919.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1919.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_114.vhd] 0:00:00.212427

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_114.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_114.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_114.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_114.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_114.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1970.vhd] 0:00:00.210763

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1970.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1970.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1970.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1970.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1970.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split4.vhd] 0:00:00.209077

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc535.vhd] 0:00:00.209851

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc535.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc535.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc535.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc535.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc535.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split1.vhd] 0:00:00.208661

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_133.vhd] 0:00:00.214331

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_133.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_133.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_133.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_133.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_133.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc710.vhd] 0:00:00.212820

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc710.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc710.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc710.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc710.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc710.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split3.vhd] 0:00:00.214869

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/v_split3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3174.vhd] 0:00:00.215906

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3174.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3174.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3174.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3174.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3174.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc489.vhd] 0:00:00.212438

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc489.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc489.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc489.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc489.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc489.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_121.vhd] 0:00:00.214550

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_121.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_121.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_121.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_121.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_121.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1223.vhd] 0:00:00.211268

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1223.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1223.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1223.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1223.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1223.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_218.vhd] 0:00:00.213994

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_218.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_218.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_218.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_218.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_218.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2144.vhd] 0:00:00.212065

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2144.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2144.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2144.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2144.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2144.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_185.vhd] 0:00:00.209969

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_185.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_185.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_185.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_185.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_185.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2300.vhd] 0:00:00.210995

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2300.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2300.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2300.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2300.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2300.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_124.vhd] 0:00:00.211792

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_124.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_124.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_124.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_124.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_124.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1307.vhd] 0:00:00.215347

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1307.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1307.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1307.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1307.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1307.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_127.vhd] 0:00:00.214044

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_127.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_127.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_127.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_127.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_127.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_129.vhd] 0:00:00.211502

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_129.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_129.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_129.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_129.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_129.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2142.vhd] 0:00:00.212038

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2142.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2142.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2142.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2142.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2142.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_188.vhd] 0:00:00.210641

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_188.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_188.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_188.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_188.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_188.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2136.vhd] 0:00:00.209973

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2136.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2136.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2136.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2136.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2136.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2288.vhd] 0:00:00.212576

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2288.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2288.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2288.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2288.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2288.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_158.vhd] 0:00:00.212406

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_158.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_158.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_158.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_158.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_158.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2990.vhd] 0:00:00.214244

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2990.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2990.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2990.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2990.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2990.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split3.vhd] 0:00:00.214185

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc741.vhd] 0:00:00.217450

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc741.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc741.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc741.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc741.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc741.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_214.vhd] 0:00:00.217206

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_214.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_214.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_214.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_214.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_214.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2496.vhd] 0:00:00.212198

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2496.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2496.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2496.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2496.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2496.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_142.vhd] 0:00:00.210538

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_142.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_142.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_142.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_142.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_142.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc889.vhd] 0:00:00.213985

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc889.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc889.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc889.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc889.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc889.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_171.vhd] 0:00:00.215189

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_171.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_171.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_171.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_171.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_171.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1205.vhd] 0:00:00.210346

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1205.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1205.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1205.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1205.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1205.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_154.vhd] 0:00:00.210382

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_154.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_154.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_154.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_154.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_154.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_178.vhd] 0:00:00.213230

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_178.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_178.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_178.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_178.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_178.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2515.vhd] 0:00:00.212324

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2515.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2515.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2515.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2515.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2515.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_132.vhd] 0:00:00.212932

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_132.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_132.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_132.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_132.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_132.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc888.vhd] 0:00:00.217908

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc888.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc888.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc888.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc888.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc888.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc599.vhd] 0:00:00.211348

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc599.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc599.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc599.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc599.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc599.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split2.vhd] 0:00:00.211342

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2396.vhd] 0:00:00.215690

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2396.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2396.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2396.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2396.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2396.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_220.vhd] 0:00:00.215429

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_220.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_220.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_220.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_220.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/add_220.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2535.vhd] 0:00:00.213540

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2535.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2535.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2535.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2535.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2535.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_112.vhd] 0:00:00.210491

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_112.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_112.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_112.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_112.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_112.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1221.vhd] 0:00:00.209245

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1221.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1221.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1221.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1221.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1221.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/top.vhd] 0:00:00.210081

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/top.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/top.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/top.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/top.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/top.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc891.vhd] 0:00:00.213564

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc891.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc891.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc891.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc891.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc891.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_125.vhd] 0:00:00.211377

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_125.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_125.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_125.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_125.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_125.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_217.vhd] 0:00:00.213925

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_217.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_217.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_217.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_217.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_217.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc968.vhd] 0:00:00.210578

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc968.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc968.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc968.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc968.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc968.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_187.vhd] 0:00:00.212978

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_187.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_187.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_187.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_187.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_187.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2017.vhd] 0:00:00.215609

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2017.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2017.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2017.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2017.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2017.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc748.vhd] 0:00:00.213310

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc748.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc748.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc748.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc748.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc748.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_137.vhd] 0:00:00.212895

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_137.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_137.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_137.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_137.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_137.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1222.vhd] 0:00:00.217967

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1222.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1222.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1222.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1222.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1222.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_198.vhd] 0:00:00.216606

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_198.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_198.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_198.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_198.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_198.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc658.vhd] 0:00:00.212877

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc658.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc658.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc658.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc658.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc658.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_117.vhd] 0:00:00.211316

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_117.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_117.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_117.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_117.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_117.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3113.vhd] 0:00:00.213839

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3113.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3113.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3113.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3113.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3113.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/pkg_tb.vhd] 0:00:00.215089

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/pkg_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/pkg_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/pkg_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/pkg_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/pkg_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc459.vhd] 0:00:00.212486

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc459.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc459.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc459.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc459.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc459.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/assert_uut.vhd] 0:00:00.212171

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/assert_uut.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/assert_uut.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/assert_uut.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/assert_uut.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/assert_uut.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_189.vhd] 0:00:00.215587

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_189.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_189.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_189.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_189.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/sub_189.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc867.vhd] 0:00:00.221172

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc867.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc867.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc867.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc867.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc867.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_176.vhd] 0:00:00.210494

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_176.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_176.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_176.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_176.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_176.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1922.vhd] 0:00:00.212455

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1922.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1922.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1922.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1922.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1922.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2973.vhd] 0:00:00.208646

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2973.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2973.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2973.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2973.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2973.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split7.vhd] 0:00:00.208410

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split7.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split7.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split7.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split7.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/w_split7.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2440.vhd] 0:00:00.210900

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2440.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2440.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2440.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2440.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2440.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_174.vhd] 0:00:00.209790

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_174.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_174.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_174.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_174.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_174.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc584.vhd] 0:00:00.212987

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc584.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc584.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc584.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc584.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc584.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_126.vhd] 0:00:00.209679

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_126.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_126.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_126.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_126.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_126.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2459.vhd] 0:00:00.210186

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2459.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2459.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2459.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2459.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2459.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_120.vhd] 0:00:00.211798

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_120.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_120.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_120.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_120.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/muxb_120.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc27.vhd] 0:00:00.210765

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc27.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc27.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc27.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc27.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc27.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_146.vhd] 0:00:00.207908

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_146.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_146.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_146.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_146.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_146.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_180.vhd] 0:00:00.207927

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_180.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_180.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_180.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_180.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_180.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc513.vhd] 0:00:00.209544

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc513.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc513.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc513.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc513.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc513.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_216.vhd] 0:00:00.212331

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_216.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_216.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_216.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_216.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_216.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc470.vhd] 0:00:00.211986

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc470.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc470.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc470.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc470.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc470.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2293.vhd] 0:00:00.212728

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2293.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2293.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2293.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2293.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2293.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_193.vhd] 0:00:00.209898

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_193.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_193.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_193.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_193.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_193.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1766.vhd] 0:00:00.210827

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1766.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1766.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1766.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1766.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1766.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_128.vhd] 0:00:00.210466

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_128.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_128.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_128.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_128.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_128.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc418.vhd] 0:00:00.211480

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc418.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc418.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc418.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc418.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc418.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cp3_test.vhd] 0:00:00.211506

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cp3_test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cp3_test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cp3_test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cp3_test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cp3_test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc472.vhd] 0:00:00.216092

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc472.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc472.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc472.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc472.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc472.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_138.vhd] 0:00:00.215307

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_138.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_138.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_138.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_138.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_138.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3062.vhd] 0:00:00.210320

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3062.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3062.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3062.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3062.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3062.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_113.vhd] 0:00:00.209839

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_113.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_113.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_113.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_113.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue50/vector.d/cmp_113.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3069.vhd] 0:00:00.215819

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3069.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3069.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3069.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3069.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3069.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/tb/partial_test_tb.vhd] 0:00:00.213686

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/tb/partial_test_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/tb/partial_test_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/tb/partial_test_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/tb/partial_test_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/tb/partial_test_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/methods_pkg.vhd] 0:00:00.213851

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc98.vhd] 0:00:00.208858

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc98.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc98.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc98.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc98.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc98.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/license_open_pkg.vhd] 0:00:00.209454

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/license_open_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/license_open_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/license_open_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/license_open_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/license_open_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc408.vhd] 0:00:00.207711

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc408.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc408.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc408.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc408.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc408.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2119.vhd] 0:00:00.208170

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2119.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2119.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2119.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2119.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2119.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/types_pkg.vhd] 0:00:00.208986

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/types_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/types_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/types_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/types_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/types_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1123.vhd] 0:00:00.210131

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1123.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1123.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1123.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1123.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1123.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/vhdl_version_layer_pkg.vhd] 0:00:00.210496

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/vhdl_version_layer_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/vhdl_version_layer_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/vhdl_version_layer_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/vhdl_version_layer_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/vhdl_version_layer_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2404.vhd] 0:00:00.211968

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2404.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2404.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2404.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2404.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2404.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/bfm_common_pkg.vhd] 0:00:00.210533

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/bfm_common_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/bfm_common_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/bfm_common_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/bfm_common_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/bfm_common_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1474.vhd] 0:00:00.207741

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1474.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1474.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1474.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1474.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1474.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/adaptations_pkg.vhd] 0:00:00.209740

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/adaptations_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/adaptations_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/adaptations_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/adaptations_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/adaptations_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1316.vhd] 0:00:00.214024

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1316.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1316.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1316.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1316.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1316.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/string_methods_pkg.vhd] 0:00:00.213896

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/string_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/string_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/string_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/string_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/project/src93/string_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc335.vhd] 0:00:00.209180

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc335.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc335.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc335.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc335.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc335.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15638/15368.vhd] 0:00:00.207894

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15638/15368.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15638/15368.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15638/15368.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15638/15368.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15638/15368.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug021/sim_pkg.vhd] 0:00:00.210129

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug021/sim_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug021/sim_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug021/sim_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug021/sim_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug021/sim_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc747.vhd] 0:00:00.209067

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc747.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc747.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc747.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc747.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc747.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug021/tb_cosim.vhd] 0:00:00.208767

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug021/tb_cosim.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug021/tb_cosim.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug021/tb_cosim.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug021/tb_cosim.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug021/tb_cosim.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2551.vhd] 0:00:00.209622

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2551.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2551.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2551.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2551.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2551.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc14.vhd] 0:00:00.210294

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc14.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc14.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc14.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc14.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc14.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug19195/pkg.vhd] 0:00:00.213346

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug19195/pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug19195/pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug19195/pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug19195/pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug19195/pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc954.vhd] 0:00:00.208722

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc954.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc954.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc954.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc954.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc954.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/scrambler_tb.vhd] 0:00:00.209434

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/scrambler_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/scrambler_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/scrambler_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/scrambler_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/scrambler_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc611.vhd] 0:00:00.209639

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc611.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc611.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc611.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc611.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc611.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/tb.vhd] 0:00:00.210199

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3040.vhd] 0:00:00.212055

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3040.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3040.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3040.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3040.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3040.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/test_case.vhd] 0:00:00.211100

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/test_case.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/test_case.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/test_case.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/test_case.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/test_case.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket30/lib_numeric_tb.vhd] 0:00:00.211570

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket30/lib_numeric_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket30/lib_numeric_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket30/lib_numeric_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket30/lib_numeric_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket30/lib_numeric_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc962.vhd] 0:00:00.210734

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc962.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc962.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc962.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc962.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc962.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/recursion.vhd] 0:00:00.208733

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/recursion.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/recursion.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/recursion.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/recursion.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/recursion.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1953.vhd] 0:00:00.208630

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1953.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1953.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1953.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1953.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1953.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1256.vhd] 0:00:00.209656

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1256.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1256.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1256.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1256.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1256.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/axi4s_buffer.vhd] 0:00:00.211300

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/axi4s_buffer.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/axi4s_buffer.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/axi4s_buffer.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/axi4s_buffer.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/axi4s_buffer.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc926.vhd] 0:00:00.210854

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc926.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc926.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc926.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc926.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc926.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/acs.vhd] 0:00:00.210929

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/acs.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/acs.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/acs.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/acs.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/acs.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2143.vhd] 0:00:00.211795

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2143.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2143.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2143.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2143.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2143.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/generic_sp_ram.vhd] 0:00:00.211243

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/generic_sp_ram.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/generic_sp_ram.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/generic_sp_ram.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/generic_sp_ram.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/generic_sp_ram.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc456.vhd] 0:00:00.212583

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc456.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc456.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc456.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc456.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc456.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/reorder.vhd] 0:00:00.212962

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/reorder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/reorder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/reorder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/reorder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/reorder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1475.vhd] 0:00:00.209883

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1475.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1475.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1475.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1475.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1475.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/branch_distance.vhd] 0:00:00.210495

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/branch_distance.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/branch_distance.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/branch_distance.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/branch_distance.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/branch_distance.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/traceback.vhd] 0:00:00.218011

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/traceback.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/traceback.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/traceback.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/traceback.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/traceback.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2133.vhd] 0:00:00.217611

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2133.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2133.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2133.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2133.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2133.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/ram_ctrl.vhd] 0:00:00.217235

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/ram_ctrl.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/ram_ctrl.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/ram_ctrl.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/ram_ctrl.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/ram_ctrl.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1920.vhd] 0:00:00.214837

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1920.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1920.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1920.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1920.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1920.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc571.vhd] 0:00:00.210421

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc571.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc571.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc571.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc571.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc571.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/dec_viterbi.vhd] 0:00:00.212184

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/dec_viterbi.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/dec_viterbi.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/dec_viterbi.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/dec_viterbi.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/src/dec_viterbi.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc501.vhd] 0:00:00.209119

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc501.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc501.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc501.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc501.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc501.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_types.vhd] 0:00:00.209736

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_types.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_types.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_types.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_types.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_types.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2168.vhd] 0:00:00.208605

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2168.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2168.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2168.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2168.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2168.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_helper.vhd] 0:00:00.209078

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_helper.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_helper.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_helper.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_helper.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_helper.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2500.vhd] 0:00:00.208492

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2500.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2500.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2500.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2500.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2500.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_param.vhd] 0:00:00.209516

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_param.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_param.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_param.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_param.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_param.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc712.vhd] 0:00:00.208801

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc712.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc712.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc712.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc712.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc712.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_components.vhd] 0:00:00.208486

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_components.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_components.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_components.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_components.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_components.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2164.vhd] 0:00:00.209047

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2164.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2164.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2164.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2164.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2164.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_param_derived.vhd] 0:00:00.211308

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_param_derived.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_param_derived.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_param_derived.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_param_derived.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_param_derived.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_trellis.vhd] 0:00:00.210181

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_trellis.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_trellis.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_trellis.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_trellis.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/packages/pkg_trellis.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2296.vhd] 0:00:00.209776

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2296.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2296.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2296.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2296.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2296.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/SortListPkg_int.vhd] 0:00:00.208738

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/SortListPkg_int.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/SortListPkg_int.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/SortListPkg_int.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/SortListPkg_int.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/SortListPkg_int.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc568.vhd] 0:00:00.212756

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc568.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc568.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc568.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc568.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc568.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2364.vhd] 0:00:00.208700

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2364.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2364.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2364.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2364.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2364.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/OsvvmGlobalPkg.vhd] 0:00:00.211717

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/OsvvmGlobalPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/OsvvmGlobalPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/OsvvmGlobalPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/OsvvmGlobalPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/OsvvmGlobalPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1119.vhd] 0:00:00.208559

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1119.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1119.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1119.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1119.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1119.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/TextUtilPkg.vhd] 0:00:00.209400

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/TextUtilPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/TextUtilPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/TextUtilPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/TextUtilPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/TextUtilPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc468.vhd] 0:00:00.212760

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc468.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc468.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc468.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc468.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc468.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/AlertLogPkg.vhd] 0:00:00.212724

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/AlertLogPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/AlertLogPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/AlertLogPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/AlertLogPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/AlertLogPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3053.vhd] 0:00:00.209992

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3053.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3053.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3053.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3053.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3053.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/ScoreboardGenericPkg.vhd] 0:00:00.210030

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/ScoreboardGenericPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/ScoreboardGenericPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/ScoreboardGenericPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/ScoreboardGenericPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/ScoreboardGenericPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc863.vhd] 0:00:00.209874

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc863.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc863.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc863.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc863.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc863.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/RandomBasePkg.vhd] 0:00:00.208931

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/RandomBasePkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/RandomBasePkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/RandomBasePkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/RandomBasePkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/RandomBasePkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1983.vhd] 0:00:00.208359

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1983.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1983.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1983.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1983.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1983.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/NamePkg.vhd] 0:00:00.214200

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/NamePkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/NamePkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/NamePkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/NamePkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/NamePkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/TranscriptPkg.vhd] 0:00:00.214305

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/TranscriptPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/TranscriptPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/TranscriptPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/TranscriptPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/TranscriptPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1567.vhd] 0:00:00.221453

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1567.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1567.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1567.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1567.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1567.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/RandomPkg.vhd] 0:00:00.211097

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/RandomPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/RandomPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/RandomPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/RandomPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/OSVVM/RandomPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2174.vhd] 0:00:00.218269

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2174.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2174.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2174.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2174.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2174.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1414.vhd] 0:00:00.210034

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1414.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1414.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1414.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1414.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1414.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket9/index_range_test_B.vhd] 0:00:00.210936

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket9/index_range_test_B.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket9/index_range_test_B.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket9/index_range_test_B.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket9/index_range_test_B.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket9/index_range_test_B.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3122.vhd] 0:00:00.213028

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3122.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3122.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3122.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3122.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3122.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket9/index_range_test_A.vhd] 0:00:00.211347

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket9/index_range_test_A.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket9/index_range_test_A.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket9/index_range_test_A.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket9/index_range_test_A.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket9/index_range_test_A.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc864.vhd] 0:00:00.210485

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc864.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc864.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc864.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc864.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc864.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/TestPkg.vhd] 0:00:00.210379

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/TestPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/TestPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/TestPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/TestPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/TestPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3169.vhd] 0:00:00.208757

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3169.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3169.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3169.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3169.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3169.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/TbTest.vhd] 0:00:00.209361

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/TbTest.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/TbTest.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/TbTest.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/TbTest.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/TbTest.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/Test.vhd] 0:00:00.213963

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/Test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/Test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/Test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/Test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1b_unsigned_alias/Test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc749.vhd] 0:00:00.244841

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc749.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc749.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc749.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc749.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc749.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/TestPkg.vhd] 0:00:00.212276

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/TestPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/TestPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/TestPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/TestPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/TestPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc285.vhd] 0:00:00.219681

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc285.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc285.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc285.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc285.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc285.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2162.vhd] 0:00:00.217545

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2162.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2162.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2162.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2162.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2162.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/TbTest.vhd] 0:00:00.216821

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/TbTest.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/TbTest.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/TbTest.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/TbTest.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/TbTest.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc29.vhd] 0:00:00.210994

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc29.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc29.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc29.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc29.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc29.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/Test.vhd] 0:00:00.211307

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/Test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/Test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/Test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/Test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2a_record_subtype/Test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc842.vhd] 0:00:00.212053

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc842.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc842.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc842.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc842.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc842.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/TestPkg.vhd] 0:00:00.209026

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/TestPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/TestPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/TestPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/TestPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/TestPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2464.vhd] 0:00:00.208638

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2464.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2464.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2464.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2464.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2464.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/TbTest.vhd] 0:00:00.208260

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/TbTest.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/TbTest.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/TbTest.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/TbTest.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/TbTest.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1662.vhd] 0:00:00.207700

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1662.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1662.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1662.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1662.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1662.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/Test.vhd] 0:00:00.209078

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/Test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/Test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/Test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/Test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2c_record_range_alias/Test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/TestPkg.vhd] 0:00:00.210200

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/TestPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/TestPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/TestPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/TestPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/TestPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc287.vhd] 0:00:00.208263

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc287.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc287.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc287.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc287.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc287.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/TbTest.vhd] 0:00:00.206907

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/TbTest.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/TbTest.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/TbTest.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/TbTest.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/TbTest.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc761.vhd] 0:00:00.207782

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc761.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc761.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc761.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc761.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc761.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2083.vhd] 0:00:00.209670

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2083.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2083.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2083.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2083.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2083.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/Test.vhd] 0:00:00.210949

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/Test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/Test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/Test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/Test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2d_record_subtype_length_decl/Test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc421.vhd] 0:00:00.205655

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc421.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc421.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc421.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc421.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc421.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/TestPkg.vhd] 0:00:00.206916

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/TestPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/TestPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/TestPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/TestPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/TestPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1318.vhd] 0:00:00.206817

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1318.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1318.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1318.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1318.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1318.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/TbTest.vhd] 0:00:00.209824

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/TbTest.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/TbTest.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/TbTest.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/TbTest.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/TbTest.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc610.vhd] 0:00:00.208959

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc610.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc610.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc610.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc610.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc610.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/Test.vhd] 0:00:00.211082

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/Test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/Test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/Test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/Test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_1a_unsigned_port/Test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1266.vhd] 0:00:00.209411

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1266.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1266.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1266.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1266.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1266.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/TestPkg.vhd] 0:00:00.209503

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/TestPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/TestPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/TestPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/TestPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/TestPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2147.vhd] 0:00:00.210202

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2147.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2147.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2147.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2147.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2147.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/TbTest.vhd] 0:00:00.210267

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/TbTest.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/TbTest.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/TbTest.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/TbTest.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/TbTest.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/Test.vhd] 0:00:00.211137

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/Test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/Test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/Test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/Test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2b_record_subtype_alias/Test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc713w.vhd] 0:00:00.212843

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc713w.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc713w.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc713w.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc713w.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc713w.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/TestPkg.vhd] 0:00:00.209151

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/TestPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/TestPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/TestPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/TestPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/TestPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2116.vhd] 0:00:00.208584

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2116.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2116.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2116.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2116.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2116.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc601.vhd] 0:00:00.212937

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc601.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc601.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc601.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc601.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc601.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/TbTest.vhd] 0:00:00.212326

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/TbTest.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/TbTest.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/TbTest.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/TbTest.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/TbTest.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2176.vhd] 0:00:00.209122

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2176.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2176.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2176.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2176.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2176.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/Test.vhd] 0:00:00.210691

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/Test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/Test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/Test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/Test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2e_record_simple_alias/Test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1718.vhd] 0:00:00.210830

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1718.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1718.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1718.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1718.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1718.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/TestPkg.vhd] 0:00:00.212514

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/TestPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/TestPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/TestPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/TestPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/TestPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1444.vhd] 0:00:00.208505

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1444.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1444.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1444.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1444.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1444.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/TbTest.vhd] 0:00:00.208531

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/TbTest.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/TbTest.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/TbTest.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/TbTest.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/TbTest.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3205.vhd] 0:00:00.206984

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3205.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3205.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3205.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3205.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3205.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/Test.vhd] 0:00:00.209980

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/Test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/Test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/Test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/Test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2g_record_alias_port/Test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc454.vhd] 0:00:00.209341

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc454.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc454.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc454.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc454.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc454.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/TestPkg.vhd] 0:00:00.207630

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/TestPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/TestPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/TestPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/TestPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/TestPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/TbTest.vhd] 0:00:00.208579

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/TbTest.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/TbTest.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/TbTest.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/TbTest.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/TbTest.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2982.vhd] 0:00:00.207744

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2982.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2982.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2982.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2982.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2982.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/Test.vhd] 0:00:00.211600

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/Test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/Test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/Test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/Test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/test_2f_record_constrained_alias/Test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc118.vhd] 0:00:00.214122

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc118.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc118.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc118.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc118.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc118.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc91.vhd] 0:00:00.212219

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc91.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc91.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc91.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc91.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc91.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket26/psl_test_named_statement.vhd] 0:00:00.210675

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket26/psl_test_named_statement.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket26/psl_test_named_statement.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket26/psl_test_named_statement.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket26/psl_test_named_statement.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket26/psl_test_named_statement.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc40.vhd] 0:00:00.213701

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc40.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc40.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc40.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc40.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc40.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1623/tb.vhd] 0:00:00.210251

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1623/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1623/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1623/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1623/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1623/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1756.vhd] 0:00:00.207332

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1756.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1756.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1756.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1756.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1756.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/axi_master.vhd] 0:00:00.209922

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/axi_master.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/axi_master.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/axi_master.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/axi_master.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/axi_master.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc776.vhd] 0:00:00.210325

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc776.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc776.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc776.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc776.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc776.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/AbstractMmPkg.vhd] 0:00:00.207589

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/AbstractMmPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/AbstractMmPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/AbstractMmPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/AbstractMmPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/AbstractMmPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1690/top.vhd] 0:00:00.212958

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1690/top.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1690/top.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1690/top.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1690/top.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1690/top.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1720.vhd] 0:00:00.209674

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1720.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1720.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1720.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1720.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1720.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue525/counter_illegal_attribute.vhd] 0:00:00.212027

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue525/counter_illegal_attribute.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue525/counter_illegal_attribute.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue525/counter_illegal_attribute.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue525/counter_illegal_attribute.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue525/counter_illegal_attribute.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc150.vhd] 0:00:00.209999

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc150.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc150.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc150.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc150.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc150.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3160.vhd] 0:00:00.209387

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3160.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3160.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3160.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3160.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3160.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_xhuff_tbl_huffval.vhd] 0:00:00.213078

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_xhuff_tbl_huffval.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_xhuff_tbl_huffval.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_xhuff_tbl_huffval.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_xhuff_tbl_huffval.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_xhuff_tbl_huffval.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2870.vhd] 0:00:00.209513

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2870.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2870.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2870.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2870.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2870.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_208.vhd] 0:00:00.209681

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_208.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_208.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_208.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_208.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_208.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc320.vhd] 0:00:00.210564

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc320.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc320.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc320.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc320.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc320.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_quant_tbl_quantval.vhd] 0:00:00.211757

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_quant_tbl_quantval.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_quant_tbl_quantval.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_quant_tbl_quantval.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_quant_tbl_quantval.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_quant_tbl_quantval.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc387.vhd] 0:00:00.214091

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc387.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc387.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc387.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc387.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc387.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_218.vhd] 0:00:00.211740

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_218.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_218.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_218.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_218.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_218.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc669.vhd] 0:00:00.211055

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc669.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc669.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc669.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc669.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc669.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_861.vhd] 0:00:00.213787

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_861.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_861.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_861.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_861.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_861.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/shl_211.vhd] 0:00:00.211000

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/shl_211.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/shl_211.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/shl_211.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/shl_211.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/shl_211.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1717.vhd] 0:00:00.210182

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1717.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1717.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1717.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1717.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1717.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_985.vhd] 0:00:00.214732

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_985.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_985.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_985.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_985.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_985.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2955.vhd] 0:00:00.212845

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2955.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2955.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2955.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2955.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2955.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1446.vhd] 0:00:00.213323

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1446.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1446.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1446.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1446.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1446.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_219.vhd] 0:00:00.212506

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_219.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_219.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_219.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_219.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_219.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc936.vhd] 0:00:00.212188

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc936.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc936.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc936.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc936.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc936.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_213.vhd] 0:00:00.215380

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_213.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_213.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_213.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_213.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_213.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2978.vhd] 0:00:00.217064

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2978.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2978.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2978.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2978.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2978.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_205.vhd] 0:00:00.215021

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_205.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_205.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_205.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_205.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_205.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc209.vhd] 0:00:00.211611

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc209.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc209.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc209.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc209.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc209.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_850.vhd] 0:00:00.213959

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_850.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_850.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_850.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_850.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_850.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2163.vhd] 0:00:00.209299

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2163.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2163.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2163.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2163.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2163.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_887.vhd] 0:00:00.211817

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_887.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_887.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_887.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_887.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_887.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc171.vhd] 0:00:00.213969

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc171.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc171.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc171.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc171.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc171.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_863.vhd] 0:00:00.214898

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_863.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_863.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_863.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_863.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_863.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_206.vhd] 0:00:00.212839

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_206.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_206.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_206.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_206.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_206.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2917.vhd] 0:00:00.212169

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2917.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2917.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2917.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2917.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2917.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_221.vhd] 0:00:00.215978

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_221.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_221.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_221.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_221.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_221.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1956.vhd] 0:00:00.223762

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1956.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1956.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1956.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1956.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1956.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1365.vhd] 0:00:00.214671

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1365.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1365.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1365.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1365.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1365.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_214.vhd] 0:00:00.213885

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_214.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_214.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_214.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_214.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_214.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1918.vhd] 0:00:00.212519

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1918.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1918.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1918.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1918.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1918.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_849.vhd] 0:00:00.217083

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_849.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_849.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_849.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_849.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_849.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3068.vhd] 0:00:00.226715

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3068.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3068.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3068.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3068.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3068.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/bit_set_mask.vhd] 0:00:00.222009

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/bit_set_mask.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/bit_set_mask.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/bit_set_mask.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/bit_set_mask.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/bit_set_mask.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2759.vhd] 0:00:00.221541

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2759.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2759.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2759.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2759.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2759.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_ml.vhd] 0:00:00.221900

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_ml.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_ml.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_ml.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_ml.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_ml.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc333.vhd] 0:00:00.224191

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc333.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc333.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc333.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc333.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc333.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_216.vhd] 0:00:00.225497

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_216.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_216.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_216.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_216.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_216.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc846.vhd] 0:00:00.225318

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc846.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc846.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc846.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc846.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc846.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_977.vhd] 0:00:00.223583

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_977.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_977.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_977.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_977.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_977.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/izigzag_index.vhd] 0:00:00.224361

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/izigzag_index.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/izigzag_index.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/izigzag_index.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/izigzag_index.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/izigzag_index.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc234.vhd] 0:00:00.222048

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc234.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc234.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc234.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc234.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc234.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_215.vhd] 0:00:00.223463

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_215.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_215.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_215.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_215.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_215.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2262.vhd] 0:00:00.219800

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2262.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2262.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2262.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2262.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2262.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1389.vhd] 0:00:00.220746

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1389.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1389.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1389.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1389.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1389.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_buf.vhd] 0:00:00.219732

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_buf.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_buf.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_buf.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_buf.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_buf.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3148.vhd] 0:00:00.218803

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3148.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3148.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3148.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3148.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3148.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_846.vhd] 0:00:00.217833

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_846.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_846.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_846.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_846.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_846.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1614.vhd] 0:00:00.225155

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1614.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1614.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1614.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1614.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1614.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_793.vhd] 0:00:00.226758

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_793.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_793.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_793.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_793.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_793.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc992.vhd] 0:00:00.223097

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc992.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc992.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc992.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc992.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc992.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_885.vhd] 0:00:00.220854

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_885.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_885.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_885.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_885.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_885.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_valptr.vhd] 0:00:00.221644

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_valptr.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_valptr.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_valptr.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_valptr.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_valptr.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1012.vhd] 0:00:00.218039

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1012.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1012.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1012.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1012.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1012.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/tb.vhd] 0:00:00.212178

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1374.vhd] 0:00:00.217725

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1374.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1374.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1374.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1374.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1374.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1648.vhd] 0:00:00.215907

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1648.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1648.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1648.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1648.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1648.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_973.vhd] 0:00:00.215897

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_973.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_973.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_973.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_973.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_973.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1677.vhd] 0:00:00.218988

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1677.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1677.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1677.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1677.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1677.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_210.vhd] 0:00:00.222871

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_210.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_210.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_210.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_210.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_210.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3140.vhd] 0:00:00.227366

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3140.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3140.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3140.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3140.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3140.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_dc_tbl_no.vhd] 0:00:00.224988

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_dc_tbl_no.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_dc_tbl_no.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_dc_tbl_no.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_dc_tbl_no.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_dc_tbl_no.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc659.vhd] 0:00:00.222106

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc659.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc659.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc659.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc659.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc659.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/extend_mask.vhd] 0:00:00.223673

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/extend_mask.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/extend_mask.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/extend_mask.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/extend_mask.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/extend_mask.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1459.vhd] 0:00:00.233699

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1459.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1459.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1459.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1459.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1459.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_799.vhd] 0:00:00.223290

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_799.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_799.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_799.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_799.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_799.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_ml.vhd] 0:00:00.217853

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_ml.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_ml.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_ml.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_ml.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_ml.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc915.vhd] 0:00:00.219433

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc915.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc915.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc915.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc915.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc915.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_964.vhd] 0:00:00.216461

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_964.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_964.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_964.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_964.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_964.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1659.vhd] 0:00:00.216706

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1659.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1659.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1659.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1659.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1659.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2524.vhd] 0:00:00.223501

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2524.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2524.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2524.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2524.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2524.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_972.vhd] 0:00:00.225643

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_972.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_972.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_972.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_972.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_972.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1566.vhd] 0:00:00.219687

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1566.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1566.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1566.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1566.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1566.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/idctbuff.vhd] 0:00:00.219782

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/idctbuff.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/idctbuff.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/idctbuff.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/idctbuff.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/idctbuff.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2403.vhd] 0:00:00.218594

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2403.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2403.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2403.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2403.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2403.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_779.vhd] 0:00:00.219520

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_779.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_779.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_779.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_779.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_779.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3114.vhd] 0:00:00.231574

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3114.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3114.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3114.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3114.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3114.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/muxb_784.vhd] 0:00:00.222850

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/muxb_784.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/muxb_784.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/muxb_784.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/muxb_784.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/muxb_784.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3029.vhd] 0:00:00.222417

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3029.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3029.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3029.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3029.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3029.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_877.vhd] 0:00:00.224969

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_877.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_877.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_877.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_877.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_877.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2132.vhd] 0:00:00.221705

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2132.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2132.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2132.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2132.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2132.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_851.vhd] 0:00:00.217998

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_851.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_851.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_851.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_851.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_851.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_852.vhd] 0:00:00.219059

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_852.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_852.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_852.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_852.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_852.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3191.vhd] 0:00:00.217038

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3191.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3191.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3191.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3191.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3191.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/rgb_buf.vhd] 0:00:00.213574

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/rgb_buf.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/rgb_buf.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/rgb_buf.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/rgb_buf.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/rgb_buf.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc593.vhd] 0:00:00.215947

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc593.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc593.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc593.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc593.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc593.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc855.vhd] 0:00:00.214126

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc855.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc855.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc855.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc855.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc855.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_847.vhd] 0:00:00.219343

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_847.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_847.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_847.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_847.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_847.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc298.vhd] 0:00:00.218977

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc298.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc298.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc298.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc298.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc298.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_xhuff_tbl_huffval.vhd] 0:00:00.219949

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_xhuff_tbl_huffval.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_xhuff_tbl_huffval.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_xhuff_tbl_huffval.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_xhuff_tbl_huffval.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_xhuff_tbl_huffval.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2865.vhd] 0:00:00.218205

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2865.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2865.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2865.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2865.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2865.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_maxcode.vhd] 0:00:00.222224

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_maxcode.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_maxcode.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_maxcode.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_maxcode.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_maxcode.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2368.vhd] 0:00:00.222934

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2368.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2368.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2368.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2368.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2368.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_791.vhd] 0:00:00.222199

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_791.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_791.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_791.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_791.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_791.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc859.vhd] 0:00:00.221588

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc859.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc859.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc859.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc859.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc859.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/fsm_224.vhd] 0:00:00.220163

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/fsm_224.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/fsm_224.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/fsm_224.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/fsm_224.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/fsm_224.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc397.vhd] 0:00:00.223339

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc397.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc397.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc397.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc397.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc397.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/jpegfilebuf.vhd] 0:00:00.223033

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/jpegfilebuf.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/jpegfilebuf.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/jpegfilebuf.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/jpegfilebuf.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/jpegfilebuf.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/shr_212.vhd] 0:00:00.223850

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/shr_212.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/shr_212.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/shr_212.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/shr_212.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/shr_212.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc201.vhd] 0:00:00.224147

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc201.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc201.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc201.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc201.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc201.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_hpos.vhd] 0:00:00.223288

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_hpos.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_hpos.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_hpos.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_hpos.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_hpos.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3119.vhd] 0:00:00.221420

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3119.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3119.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3119.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3119.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3119.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc164.vhd] 0:00:00.223115

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc164.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc164.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc164.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc164.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc164.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_202.vhd] 0:00:00.221426

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_202.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_202.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_202.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_202.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_202.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2297.vhd] 0:00:00.216042

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2297.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2297.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2297.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2297.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2297.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_dc_huffcode.vhd] 0:00:00.217428

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_dc_huffcode.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_dc_huffcode.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_dc_huffcode.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_dc_huffcode.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_dc_huffcode.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc157.vhd] 0:00:00.217513

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc157.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc157.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc157.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc157.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc157.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_mincode.vhd] 0:00:00.221236

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_mincode.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_mincode.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_mincode.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_mincode.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_mincode.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1540.vhd] 0:00:00.220613

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1540.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1540.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1540.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1540.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1540.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_882.vhd] 0:00:00.216883

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_882.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_882.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_882.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_882.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_882.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_mincode.vhd] 0:00:00.218527

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_mincode.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_mincode.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_mincode.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_mincode.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_mincode.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc852.vhd] 0:00:00.219331

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc852.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc852.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc852.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc852.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc852.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_201.vhd] 0:00:00.215318

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_201.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_201.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_201.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_201.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_201.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3138.vhd] 0:00:00.214352

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3138.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3138.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3138.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3138.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3138.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2208.vhd] 0:00:00.212950

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2208.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2208.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2208.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2208.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2208.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_869.vhd] 0:00:00.213773

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_869.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_869.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_869.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_869.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_869.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc619.vhd] 0:00:00.214177

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc619.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc619.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc619.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc619.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc619.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_204.vhd] 0:00:00.213685

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_204.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_204.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_204.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_204.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_204.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2169.vhd] 0:00:00.216377

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2169.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2169.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2169.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2169.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2169.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_xhuff_tbl_bits.vhd] 0:00:00.224135

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_xhuff_tbl_bits.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_xhuff_tbl_bits.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_xhuff_tbl_bits.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_xhuff_tbl_bits.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_xhuff_tbl_bits.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2167.vhd] 0:00:00.214247

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2167.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2167.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2167.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2167.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2167.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_880.vhd] 0:00:00.214233

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_880.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_880.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_880.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_880.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_880.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc158.vhd] 0:00:00.219820

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc158.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc158.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc158.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc158.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc158.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_962.vhd] 0:00:00.212200

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_962.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_962.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_962.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_962.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_962.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_788.vhd] 0:00:00.211282

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_788.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_788.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_788.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_788.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_788.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1369.vhd] 0:00:00.210216

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1369.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1369.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1369.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1369.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1369.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/lmask.vhd] 0:00:00.212991

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/lmask.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/lmask.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/lmask.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/lmask.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/lmask.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc415.vhd] 0:00:00.208474

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc415.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc415.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc415.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc415.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc415.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2465.vhd] 0:00:00.210372

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2465.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2465.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2465.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2465.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2465.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_ac_huffsize.vhd] 0:00:00.210397

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_ac_huffsize.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_ac_huffsize.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_ac_huffsize.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_ac_huffsize.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_ac_huffsize.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1950.vhd] 0:00:00.209797

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1950.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1950.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1950.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1950.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1950.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_dc_huffsize.vhd] 0:00:00.210404

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_dc_huffsize.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_dc_huffsize.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_dc_huffsize.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_dc_huffsize.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_dc_huffsize.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2531.vhd] 0:00:00.210803

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2531.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2531.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2531.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2531.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2531.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_200.vhd] 0:00:00.211317

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_200.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_200.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_200.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_200.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_200.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc322.vhd] 0:00:00.209413

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc322.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc322.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc322.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc322.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc322.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_848.vhd] 0:00:00.212811

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_848.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_848.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_848.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_848.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_848.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2112.vhd] 0:00:00.210626

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2112.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2112.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2112.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2112.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2112.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/top.vhd] 0:00:00.211234

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/top.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/top.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/top.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/top.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/top.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc988.vhd] 0:00:00.214429

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc988.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc988.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc988.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc988.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc988.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_h_samp_factor.vhd] 0:00:00.214719

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_h_samp_factor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_h_samp_factor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_h_samp_factor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_h_samp_factor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_h_samp_factor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_787.vhd] 0:00:00.212909

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_787.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_787.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_787.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_787.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_787.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc870.vhd] 0:00:00.212248

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc870.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc870.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc870.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc870.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc870.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_978.vhd] 0:00:00.210710

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_978.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_978.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_978.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_978.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_978.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2481.vhd] 0:00:00.209186

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2481.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2481.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2481.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2481.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2481.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1792.vhd] 0:00:00.210116

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1792.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1792.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1792.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1792.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1792.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/zigzag_index.vhd] 0:00:00.209585

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/zigzag_index.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/zigzag_index.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/zigzag_index.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/zigzag_index.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/zigzag_index.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1650.vhd] 0:00:00.212907

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1650.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1650.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1650.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1650.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1650.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_979.vhd] 0:00:00.215348

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_979.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_979.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_979.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_979.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_979.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2453.vhd] 0:00:00.212672

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2453.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2453.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2453.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2453.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2453.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huffbuff.vhd] 0:00:00.211659

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huffbuff.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huffbuff.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huffbuff.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huffbuff.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huffbuff.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1982.vhd] 0:00:00.211956

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1982.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1982.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1982.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1982.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1982.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_878.vhd] 0:00:00.212279

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_878.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_878.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_878.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_878.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_878.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1985.vhd] 0:00:00.219410

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1985.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1985.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1985.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1985.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1985.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_974.vhd] 0:00:00.218150

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_974.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_974.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_974.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_974.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_974.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1224.vhd] 0:00:00.211839

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1224.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1224.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1224.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1224.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1224.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_id.vhd] 0:00:00.213814

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_id.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_id.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_id.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_id.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_id.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_975.vhd] 0:00:00.209851

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_975.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_975.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_975.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_975.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_975.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc805.vhd] 0:00:00.206712

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc805.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc805.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc805.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc805.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc805.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_865.vhd] 0:00:00.216404

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_865.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_865.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_865.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_865.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_865.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1493.vhd] 0:00:00.213766

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1493.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1493.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1493.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1493.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1493.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1954.vhd] 0:00:00.209287

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1954.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1954.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1954.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1954.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1954.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_804.vhd] 0:00:00.210935

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_804.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_804.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_804.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_804.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_804.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2062.vhd] 0:00:00.210746

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2062.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2062.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2062.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2062.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2062.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_ac_huffcode.vhd] 0:00:00.209518

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_ac_huffcode.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_ac_huffcode.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_ac_huffcode.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_ac_huffcode.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/huff_make_dhuff_tb_ac_huffcode.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc294.vhd] 0:00:00.210714

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc294.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc294.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc294.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc294.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc294.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_792.vhd] 0:00:00.210930

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_792.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_792.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_792.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_792.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_792.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1463.vhd] 0:00:00.208881

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1463.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1463.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1463.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1463.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1463.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_vpos.vhd] 0:00:00.209157

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_vpos.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_vpos.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_vpos.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_vpos.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/outdata_comp_vpos.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/quantbuff.vhd] 0:00:00.214908

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/quantbuff.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/quantbuff.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/quantbuff.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/quantbuff.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/quantbuff.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc173.vhd] 0:00:00.216526

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc173.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc173.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc173.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc173.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc173.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_790.vhd] 0:00:00.216688

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_790.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_790.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_790.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_790.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_790.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1497.vhd] 0:00:00.216354

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1497.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1497.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1497.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1497.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1497.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2184.vhd] 0:00:00.215453

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2184.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2184.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2184.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2184.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2184.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_maxcode.vhd] 0:00:00.212279

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_maxcode.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_maxcode.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_maxcode.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_maxcode.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_dhuff_tbl_maxcode.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2180.vhd] 0:00:00.209049

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2180.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2180.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2180.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2180.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2180.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_xhuff_tbl_bits.vhd] 0:00:00.209941

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_xhuff_tbl_bits.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_xhuff_tbl_bits.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_xhuff_tbl_bits.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_xhuff_tbl_bits.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_dc_xhuff_tbl_bits.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc365.vhd] 0:00:00.212685

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc365.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc365.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc365.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc365.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc365.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_871.vhd] 0:00:00.214167

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_871.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_871.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_871.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_871.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_871.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1232.vhd] 0:00:00.210603

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1232.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1232.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1232.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1232.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1232.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_220.vhd] 0:00:00.210988

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_220.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_220.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_220.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_220.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_220.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1263.vhd] 0:00:00.208807

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1263.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1263.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1263.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1263.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1263.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_217.vhd] 0:00:00.211600

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_217.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_217.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_217.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_217.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_217.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_209.vhd] 0:00:00.210721

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_209.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_209.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_209.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_209.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_209.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1509.vhd] 0:00:00.210751

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1509.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1509.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1509.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1509.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1509.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_868.vhd] 0:00:00.211740

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_868.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_868.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_868.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_868.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_868.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc670.vhd] 0:00:00.212147

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc670.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc670.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc670.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc670.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc670.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1386.vhd] 0:00:00.209742

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1386.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1386.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1386.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1386.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1386.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_800.vhd] 0:00:00.210002

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_800.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_800.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_800.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_800.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_800.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc457.vhd] 0:00:00.208603

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc457.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc457.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc457.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc457.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc457.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_855.vhd] 0:00:00.209834

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_855.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_855.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_855.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_855.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_855.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1804.vhd] 0:00:00.206934

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1804.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1804.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1804.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1804.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1804.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_873.vhd] 0:00:00.210107

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_873.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_873.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_873.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_873.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_873.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3192.vhd] 0:00:00.212566

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3192.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3192.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3192.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3192.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3192.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_794.vhd] 0:00:00.212269

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_794.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_794.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_794.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_794.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_794.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc606.vhd] 0:00:00.213324

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc606.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc606.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc606.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc606.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc606.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_971.vhd] 0:00:00.212845

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_971.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_971.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_971.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_971.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_971.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc393.vhd] 0:00:00.211730

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc393.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc393.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc393.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc393.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc393.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_222.vhd] 0:00:00.211585

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_222.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_222.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_222.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_222.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/mul_222.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_207.vhd] 0:00:00.212191

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_207.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_207.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_207.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_207.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/sub_207.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2902.vhd] 0:00:00.210664

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2902.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2902.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2902.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2902.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2902.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_quant_tbl_no.vhd] 0:00:00.214391

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_quant_tbl_no.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_quant_tbl_no.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_quant_tbl_no.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_quant_tbl_no.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_comps_info_quant_tbl_no.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2103.vhd] 0:00:00.218634

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2103.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2103.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2103.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2103.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2103.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3147.vhd] 0:00:00.214605

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3147.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3147.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3147.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3147.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3147.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_203.vhd] 0:00:00.213173

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_203.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_203.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_203.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_203.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/add_203.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1651.vhd] 0:00:00.209644

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1651.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1651.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1651.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1651.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1651.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_valptr.vhd] 0:00:00.209742

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_valptr.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_valptr.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_valptr.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_valptr.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/p_jinfo_ac_dhuff_tbl_valptr.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1522.vhd] 0:00:00.207383

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1522.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1522.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1522.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1522.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1522.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_775.vhd] 0:00:00.209738

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_775.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_775.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_775.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_775.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_775.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc662.vhd] 0:00:00.211378

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc662.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc662.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc662.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc662.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc662.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_879.vhd] 0:00:00.213163

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_879.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_879.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_879.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_879.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_879.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc757.vhd] 0:00:00.212132

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc757.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc757.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc757.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc757.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc757.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_780.vhd] 0:00:00.212570

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_780.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_780.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_780.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_780.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug040/cmp_780.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3048.vhd] 0:00:00.212664

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3048.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3048.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3048.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3048.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3048.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7751/7751_tests.vhd] 0:00:00.213120

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7751/7751_tests.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7751/7751_tests.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7751/7751_tests.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7751/7751_tests.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7751/7751_tests.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7751/7751_extra_tests.vhd] 0:00:00.216191

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7751/7751_extra_tests.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7751/7751_extra_tests.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7751/7751_extra_tests.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7751/7751_extra_tests.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7751/7751_extra_tests.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc382.vhd] 0:00:00.213125

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc382.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc382.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc382.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc382.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc382.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/type_declaration_pkg.vhd] 0:00:00.212719

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/type_declaration_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/type_declaration_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/type_declaration_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/type_declaration_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/type_declaration_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2408.vhd] 0:00:00.221196

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2408.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2408.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2408.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2408.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2408.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc554.vhd] 0:00:00.208145

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc554.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc554.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc554.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc554.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc554.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/type_user_pkg.vhd] 0:00:00.207496

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/type_user_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/type_user_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/type_user_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/type_user_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/type_user_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2430.vhd] 0:00:00.209416

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2430.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2430.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2430.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2430.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2430.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/test_tb.vhd] 0:00:00.207916

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/test_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/test_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/test_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/test_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue620/test_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1545.vhd] 0:00:00.209349

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1545.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1545.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1545.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1545.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1545.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20597/20597.vhd] 0:00:00.209967

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20597/20597.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20597/20597.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20597/20597.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20597/20597.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20597/20597.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc311.vhd] 0:00:00.209550

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc311.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc311.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc311.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc311.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc311.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug026/xb.vhd] 0:00:00.210084

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug026/xb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug026/xb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug026/xb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug026/xb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug026/xb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug026/x.vhd] 0:00:00.212238

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug026/x.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug026/x.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug026/x.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug026/x.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug026/x.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1339.vhd] 0:00:00.208232

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1339.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1339.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1339.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1339.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1339.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report3.vhd] 0:00:00.210720

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc675.vhd] 0:00:00.214411

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc675.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc675.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc675.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc675.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc675.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc498.vhd] 0:00:00.209246

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc498.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc498.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc498.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc498.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc498.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report1.vhd] 0:00:00.209765

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2160.vhd] 0:00:00.212160

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2160.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2160.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2160.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2160.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2160.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report.vhd] 0:00:00.210021

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1574.vhd] 0:00:00.209872

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1574.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1574.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1574.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1574.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1574.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report2.vhd] 0:00:00.212535

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket92/cover_report2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc969.vhd] 0:00:00.214900

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc969.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc969.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc969.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc969.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc969.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket96/ent.vhd] 0:00:00.209907

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket96/ent.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket96/ent.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket96/ent.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket96/ent.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket96/ent.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1972.vhd] 0:00:00.207234

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1972.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1972.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1972.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1972.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1972.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2553/2553.vhd] 0:00:00.208899

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2553/2553.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2553/2553.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2553/2553.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2553/2553.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2553/2553.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wishbone_pkg-2008.vhd] 0:00:00.211042

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wishbone_pkg-2008.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wishbone_pkg-2008.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wishbone_pkg-2008.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wishbone_pkg-2008.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wishbone_pkg-2008.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2326.vhd] 0:00:00.208389

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2326.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2326.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2326.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2326.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2326.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc39.vhd] 0:00:00.213164

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc39.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc39.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc39.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc39.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc39.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wb_demux.vhd] 0:00:00.214800

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wb_demux.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wb_demux.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wb_demux.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wb_demux.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wb_demux.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1039.vhd] 0:00:00.216782

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1039.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1039.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1039.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1039.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1039.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wb_demux_tb.vhd] 0:00:00.213864

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wb_demux_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wb_demux_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wb_demux_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wb_demux_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue561/wb_demux_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2960.vhd] 0:00:00.210273

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2960.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2960.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2960.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2960.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2960.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket93/test.vhd] 0:00:00.211752

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket93/test.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket93/test.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket93/test.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket93/test.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket93/test.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc692.vhd] 0:00:00.208962

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc692.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc692.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc692.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc692.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc692.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/sim_types_pkg.vhd] 0:00:00.212507

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/sim_types_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/sim_types_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/sim_types_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/sim_types_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/sim_types_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc25.vhd] 0:00:00.212470

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc25.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc25.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc25.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc25.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc25.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/dma_controller_tb.vhd] 0:00:00.245898

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/dma_controller_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/dma_controller_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/dma_controller_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/dma_controller_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/dma_controller_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc254.vhd] 0:00:00.210497

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc254.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc254.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc254.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc254.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc254.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21274/21274.vhd] 0:00:00.214857

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21274/21274.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21274/21274.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21274/21274.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21274/21274.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21274/21274.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc596.vhd] 0:00:00.210204

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc596.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc596.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc596.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc596.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc596.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue584/Test_LinkedListPkg.vhd] 0:00:00.209401

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue584/Test_LinkedListPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue584/Test_LinkedListPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue584/Test_LinkedListPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue584/Test_LinkedListPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue584/Test_LinkedListPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc674.vhd] 0:00:00.211510

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc674.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc674.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc674.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc674.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc674.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue584/LinkedListPkg.vhd] 0:00:00.209996

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue584/LinkedListPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue584/LinkedListPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue584/LinkedListPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue584/LinkedListPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue584/LinkedListPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1544.vhd] 0:00:00.207882

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1544.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1544.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1544.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1544.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1544.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/ResolutionPkg.vhd] 0:00:00.209421

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/ResolutionPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/ResolutionPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/ResolutionPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/ResolutionPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/ResolutionPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc546.vhd] 0:00:00.210958

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc546.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc546.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc546.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc546.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc546.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15702/example.vhd] 0:00:00.211467

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15702/example.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15702/example.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15702/example.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15702/example.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15702/example.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1209.vhd] 0:00:00.217721

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1209.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1209.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1209.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1209.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1209.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket95/pkg.vhd] 0:00:00.209287

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket95/pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket95/pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket95/pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket95/pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket95/pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2370.vhd] 0:00:00.209620

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2370.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2370.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2370.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2370.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2370.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/memory_map_pkg.vhd] 0:00:00.210774

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/memory_map_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/memory_map_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/memory_map_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/memory_map_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/memory_map_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3039.vhd] 0:00:00.206416

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3039.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3039.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3039.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3039.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3039.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/wb_rst_pkg.vhd] 0:00:00.211197

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/wb_rst_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/wb_rst_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/wb_rst_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/wb_rst_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/wb_rst_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc860.vhd] 0:00:00.208866

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc860.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc860.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc860.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc860.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc860.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/wb_pkg.vhd] 0:00:00.209889

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/wb_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/wb_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/wb_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/wb_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/wb_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1607.vhd] 0:00:00.205947

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1607.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1607.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1607.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1607.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1607.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/memory_map.vhd] 0:00:00.206695

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/memory_map.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/memory_map.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/memory_map.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/memory_map.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1346/memory_map.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc53.vhd] 0:00:00.206727

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc53.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc53.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc53.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc53.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc53.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/generic_check.vhd] 0:00:00.209923

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/generic_check.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/generic_check.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/generic_check.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/generic_check.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/generic_check.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2265.vhd] 0:00:00.209126

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2265.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2265.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2265.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2265.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2265.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/types_pkg.vhd] 0:00:00.210131

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/types_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/types_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/types_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/types_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/types_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1948.vhd] 0:00:00.208389

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1948.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1948.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1948.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1948.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1948.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/tester_conf.vhd] 0:00:00.207435

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/tester_conf.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/tester_conf.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/tester_conf.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/tester_conf.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/tester_conf.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc462.vhd] 0:00:00.211501

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc462.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc462.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc462.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc462.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc462.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/const_pkg.vhd] 0:00:00.210351

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/const_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/const_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/const_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/const_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/const_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3120.vhd] 0:00:00.209524

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3120.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3120.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3120.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3120.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3120.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/tester.vhd] 0:00:00.211537

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/tester.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/tester.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/tester.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/tester.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue984/tester.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1711.vhd] 0:00:00.207972

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1711.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1711.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1711.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1711.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1711.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15966/fail.vhd] 0:00:00.207116

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15966/fail.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15966/fail.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15966/fail.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15966/fail.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15966/fail.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2455.vhd] 0:00:00.206227

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2455.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2455.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2455.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2455.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2455.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/test_op.vhd] 0:00:00.210245

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/test_op.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/test_op.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/test_op.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/test_op.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/test_op.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc473.vhd] 0:00:00.207719

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc473.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc473.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc473.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc473.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc473.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_column_pkg.vhd] 0:00:00.209351

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_column_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_column_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_column_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_column_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_column_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc940.vhd] 0:00:00.209500

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc940.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc940.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc940.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc940.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc940.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_matrix_pkg.vhd] 0:00:00.210110

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_matrix_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_matrix_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_matrix_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_matrix_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_matrix_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2325.vhd] 0:00:00.209621

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2325.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2325.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2325.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2325.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2325.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_pkg.vhd] 0:00:00.208199

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/pixel_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc654.vhd] 0:00:00.210758

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc654.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc654.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc654.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc654.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc654.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/test_op.vhd] 0:00:00.217003

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/test_op.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/test_op.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/test_op.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/test_op.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/test_op.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1.vhd] 0:00:00.209122

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/test_op1.vhd] 0:00:00.208725

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/test_op1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/test_op1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/test_op1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/test_op1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/test_op1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1080.vhd] 0:00:00.205809

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1080.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1080.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1080.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1080.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1080.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_column_pkg.vhd] 0:00:00.220459

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_column_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_column_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_column_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_column_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_column_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc951.vhd] 0:00:00.207571

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc951.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc951.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc951.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc951.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc951.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_matrix_pkg.vhd] 0:00:00.209606

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_matrix_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_matrix_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_matrix_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_matrix_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_matrix_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc469.vhd] 0:00:00.209841

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc469.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc469.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc469.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc469.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc469.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_pkg.vhd] 0:00:00.214028

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro/pixel_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2141.vhd] 0:00:00.211910

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2141.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2141.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2141.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2141.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2141.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/test_op.vhd] 0:00:00.209685

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/test_op.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/test_op.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/test_op.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/test_op.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/test_op.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc169.vhd] 0:00:00.209883

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc169.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc169.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc169.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc169.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc169.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/test_op1.vhd] 0:00:00.212533

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/test_op1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/test_op1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/test_op1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/test_op1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/test_op1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc512.vhd] 0:00:00.211180

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc512.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc512.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc512.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc512.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc512.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_column_pkg.vhd] 0:00:00.210392

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_column_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_column_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_column_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_column_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_column_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2082.vhd] 0:00:00.209997

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2082.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2082.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2082.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2082.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2082.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_matrix_pkg.vhd] 0:00:00.217106

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_matrix_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_matrix_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_matrix_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_matrix_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_matrix_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc355.vhd] 0:00:00.222519

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc355.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc355.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc355.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc355.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc355.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_pkg.vhd] 0:00:00.210778

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue476/repro2/pixel_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc179.vhd] 0:00:00.207243

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc179.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc179.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc179.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc179.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc179.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2940/Prim.vhd] 0:00:00.213336

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2940/Prim.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2940/Prim.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2940/Prim.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2940/Prim.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2940/Prim.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc56.vhd] 0:00:00.210953

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc56.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc56.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc56.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc56.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc56.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2940/GCD.vhd] 0:00:00.209390

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2940/GCD.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2940/GCD.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2940/GCD.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2940/GCD.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2940/GCD.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1962.vhd] 0:00:00.207818

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1962.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1962.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1962.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1962.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1962.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb585748/585748_deb.vhd] 0:00:00.211241

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb585748/585748_deb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb585748/585748_deb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb585748/585748_deb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb585748/585748_deb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/deb585748/585748_deb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc683.vhd] 0:00:00.209453

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc683.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc683.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc683.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc683.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc683.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/pixel_processing.vhd] 0:00:00.212486

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/pixel_processing.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/pixel_processing.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/pixel_processing.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/pixel_processing.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/pixel_processing.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc138.vhd] 0:00:00.210148

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc138.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc138.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc138.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc138.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc138.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/edge_enhance.vhd] 0:00:00.209712

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/edge_enhance.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/edge_enhance.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/edge_enhance.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/edge_enhance.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/edge_enhance.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc576.vhd] 0:00:00.207906

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc576.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc576.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc576.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc576.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc576.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/hdmi_design.vhd] 0:00:00.212233

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/hdmi_design.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/hdmi_design.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/hdmi_design.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/hdmi_design.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/hdmi_design.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc570.vhd] 0:00:00.211014

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc570.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc570.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc570.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc570.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc570.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/line_delay.vhd] 0:00:00.210994

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/line_delay.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/line_delay.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/line_delay.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/line_delay.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1307/line_delay.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc966.vhd] 0:00:00.207328

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc966.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc966.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc966.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc966.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc966.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/mult_pkg.vhd] 0:00:00.210072

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/mult_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/mult_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/mult_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/mult_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/mult_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1508.vhd] 0:00:00.210114

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1508.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1508.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1508.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1508.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1508.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/mult.vhd] 0:00:00.210853

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/mult.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/mult.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/mult.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/mult.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/mult.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc399.vhd] 0:00:00.208978

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc399.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc399.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc399.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc399.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc399.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1244/ram_protected_sharedvar.vhd] 0:00:00.208095

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1244/ram_protected_sharedvar.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1244/ram_protected_sharedvar.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1244/ram_protected_sharedvar.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1244/ram_protected_sharedvar.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1244/ram_protected_sharedvar.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc760.vhd] 0:00:00.206835

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc760.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc760.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc760.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc760.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc760.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/asymmetric_ram_2b.vhd] 0:00:00.209806

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/asymmetric_ram_2b.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/asymmetric_ram_2b.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/asymmetric_ram_2b.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/asymmetric_ram_2b.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/asymmetric_ram_2b.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc291.vhd] 0:00:00.209080

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc291.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc291.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc291.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc291.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc291.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/asymmetric_ram_2a.vhd] 0:00:00.209813

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/asymmetric_ram_2a.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/asymmetric_ram_2a.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/asymmetric_ram_2a.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/asymmetric_ram_2a.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/asymmetric_ram_2a.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1613.vhd] 0:00:00.209706

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1613.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1613.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1613.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1613.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1613.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth111/rams_sdp_3d.vhd] 0:00:00.210808

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth111/rams_sdp_3d.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth111/rams_sdp_3d.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth111/rams_sdp_3d.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth111/rams_sdp_3d.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth111/rams_sdp_3d.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2373.vhd] 0:00:00.209855

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2373.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2373.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2373.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2373.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2373.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/gpio_bfm_pkg.vhd] 0:00:00.209251

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/gpio_bfm_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/gpio_bfm_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/gpio_bfm_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/gpio_bfm_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/gpio_bfm_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc230.vhd] 0:00:00.210192

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc230.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc230.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc230.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc230.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc230.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_context.vhd] 0:00:00.209367

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc442.vhd] 0:00:00.209072

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc442.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc442.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc442.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc442.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc442.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_cmd_pkg.vhd] 0:00:00.209009

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1218.vhd] 0:00:00.206876

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1218.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1218.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1218.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1218.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1218.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/transaction_pkg.vhd] 0:00:00.209474

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/transaction_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/transaction_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/transaction_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/transaction_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/transaction_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3074.vhd] 0:00:00.208059

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3074.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3074.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3074.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3074.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3074.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_methods_pkg.vhd] 0:00:00.207801

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3186.vhd] 0:00:00.208078

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3186.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3186.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3186.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3186.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3186.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/gpio_vvc.vhd] 0:00:00.208807

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/gpio_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/gpio_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/gpio_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/gpio_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gpio/src/gpio_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1159.vhd] 0:00:00.207813

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1159.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1159.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1159.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1159.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1159.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pif.vhd] 0:00:00.208930

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pif.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pif.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pif.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pif.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pif.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3086.vhd] 0:00:00.208933

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3086.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3086.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3086.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3086.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3086.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_core.vhd] 0:00:00.211178

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_core.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_core.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_core.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_core.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_core.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1945.vhd] 0:00:00.210331

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1945.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1945.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1945.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1945.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1945.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart.vhd] 0:00:00.211271

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1261.vhd] 0:00:00.215842

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1261.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1261.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1261.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1261.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1261.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pkg.vhd] 0:00:00.213669

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc623.vhd] 0:00:00.210843

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc623.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc623.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc623.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc623.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc623.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pif_pkg.vhd] 0:00:00.213059

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pif_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pif_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pif_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pif_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/src/uart_pif_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2005.vhd] 0:00:00.210485

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2005.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2005.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2005.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2005.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2005.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/tb/uart_vvc_demo_th.vhd] 0:00:00.212690

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/tb/uart_vvc_demo_th.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/tb/uart_vvc_demo_th.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/tb/uart_vvc_demo_th.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/tb/uart_vvc_demo_th.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/tb/uart_vvc_demo_th.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2860.vhd] 0:00:00.210857

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2860.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2860.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2860.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2860.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2860.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/tb/uart_vvc_demo_tb.vhd] 0:00:00.209589

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/tb/uart_vvc_demo_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/tb/uart_vvc_demo_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/tb/uart_vvc_demo_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/tb/uart_vvc_demo_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_uart/tb/uart_vvc_demo_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1011.vhd] 0:00:00.208804

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1011.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1011.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1011.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1011.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1011.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/sbi_bfm_pkg.vhd] 0:00:00.213904

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/sbi_bfm_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/sbi_bfm_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/sbi_bfm_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/sbi_bfm_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/sbi_bfm_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1342.vhd] 0:00:00.215750

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1342.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1342.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1342.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1342.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1342.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_context.vhd] 0:00:00.214677

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1147.vhd] 0:00:00.213410

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1147.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1147.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1147.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1147.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1147.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_cmd_pkg.vhd] 0:00:00.214502

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc229.vhd] 0:00:00.214213

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc229.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc229.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc229.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc229.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc229.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/sbi_vvc.vhd] 0:00:00.214261

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/sbi_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/sbi_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/sbi_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/sbi_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/sbi_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1390.vhd] 0:00:00.213075

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1390.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1390.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1390.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1390.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1390.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/transaction_pkg.vhd] 0:00:00.213095

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/transaction_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/transaction_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/transaction_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/transaction_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/transaction_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2900.vhd] 0:00:00.213055

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2900.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2900.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2900.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2900.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2900.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_methods_pkg.vhd] 0:00:00.210103

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_sbi/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1149.vhd] 0:00:00.213733

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1149.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1149.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1149.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1149.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1149.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/axistream_vvc.vhd] 0:00:00.211201

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/axistream_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/axistream_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/axistream_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/axistream_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/axistream_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc919.vhd] 0:00:00.214029

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc919.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc919.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc919.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc919.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc919.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_context.vhd] 0:00:00.214517

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2359.vhd] 0:00:00.214346

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2359.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2359.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2359.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2359.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2359.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_cmd_pkg.vhd] 0:00:00.211560

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1510.vhd] 0:00:00.210519

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1510.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1510.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1510.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1510.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1510.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/axistream_bfm_pkg.vhd] 0:00:00.211127

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/axistream_bfm_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/axistream_bfm_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/axistream_bfm_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/axistream_bfm_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/axistream_bfm_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1299.vhd] 0:00:00.210574

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1299.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1299.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1299.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1299.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1299.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/transaction_pkg.vhd] 0:00:00.217941

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/transaction_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/transaction_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/transaction_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/transaction_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/transaction_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3175.vhd] 0:00:00.217069

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3175.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3175.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3175.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3175.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3175.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_methods_pkg.vhd] 0:00:00.214037

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axistream/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc466.vhd] 0:00:00.213989

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc466.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc466.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc466.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc466.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc466.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_rx_vvc.vhd] 0:00:00.211605

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_rx_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_rx_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_rx_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_rx_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_rx_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1164.vhd] 0:00:00.214334

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1164.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1164.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1164.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1164.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1164.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_context.vhd] 0:00:00.214430

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2457.vhd] 0:00:00.213247

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2457.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2457.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2457.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2457.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2457.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_cmd_pkg.vhd] 0:00:00.217578

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2699.vhd] 0:00:00.212173

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2699.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2699.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2699.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2699.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2699.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/transaction_pkg.vhd] 0:00:00.211250

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/transaction_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/transaction_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/transaction_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/transaction_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/transaction_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1703.vhd] 0:00:00.212133

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1703.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1703.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1703.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1703.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1703.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_vvc.vhd] 0:00:00.215765

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3171.vhd] 0:00:00.248876

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3171.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3171.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3171.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3171.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3171.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_methods_pkg.vhd] 0:00:00.215833

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2096.vhd] 0:00:00.215889

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2096.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2096.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2096.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2096.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2096.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_bfm_pkg.vhd] 0:00:00.216584

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_bfm_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_bfm_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_bfm_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_bfm_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_bfm_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc614.vhd] 0:00:00.220157

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc614.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc614.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc614.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc614.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc614.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_tx_vvc.vhd] 0:00:00.221976

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_tx_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_tx_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_tx_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_tx_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_rgmii/src/rgmii_tx_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2578.vhd] 0:00:00.212967

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2578.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2578.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2578.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2578.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2578.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_context.vhd] 0:00:00.215667

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1499.vhd] 0:00:00.211714

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1499.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1499.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1499.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1499.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1499.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_cmd_pkg.vhd] 0:00:00.212671

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1961.vhd] 0:00:00.212932

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1961.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1961.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1961.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1961.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1961.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_methods_pkg.vhd] 0:00:00.214568

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2573.vhd] 0:00:00.212585

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2573.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2573.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2573.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2573.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2573.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/clock_generator_vvc.vhd] 0:00:00.210854

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/clock_generator_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/clock_generator_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/clock_generator_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/clock_generator_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_clock_generator/src/clock_generator_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc987.vhd] 0:00:00.211413

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc987.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc987.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc987.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc987.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc987.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_context.vhd] 0:00:00.211123

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc344.vhd] 0:00:00.211311

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc344.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc344.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc344.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc344.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc344.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_cmd_pkg.vhd] 0:00:00.212732

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc428.vhd] 0:00:00.213662

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc428.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc428.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc428.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc428.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc428.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/wishbone_vvc.vhd] 0:00:00.216031

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/wishbone_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/wishbone_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/wishbone_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/wishbone_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/wishbone_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1335.vhd] 0:00:00.215113

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1335.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1335.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1335.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1335.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1335.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/wishbone_bfm_pkg.vhd] 0:00:00.216183

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/wishbone_bfm_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/wishbone_bfm_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/wishbone_bfm_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/wishbone_bfm_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/wishbone_bfm_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1294.vhd] 0:00:00.214543

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1294.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1294.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1294.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1294.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1294.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_methods_pkg.vhd] 0:00:00.215000

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_wishbone/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2710.vhd] 0:00:00.215337

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2710.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2710.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2710.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2710.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2710.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_context.vhd] 0:00:00.218789

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3145.vhd] 0:00:00.216134

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3145.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3145.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3145.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3145.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3145.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_cmd_pkg.vhd] 0:00:00.218563

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc672.vhd] 0:00:00.219244

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc672.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc672.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc672.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc672.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc672.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_bfm_pkg.vhd] 0:00:00.216729

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_bfm_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_bfm_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_bfm_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_bfm_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_bfm_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc557.vhd] 0:00:00.215221

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc557.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc557.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc557.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc557.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc557.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/transaction_pkg.vhd] 0:00:00.213923

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/transaction_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/transaction_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/transaction_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/transaction_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/transaction_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1073.vhd] 0:00:00.213482

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1073.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1073.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1073.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1073.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1073.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_channel_handler_pkg.vhd] 0:00:00.212188

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_channel_handler_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_channel_handler_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_channel_handler_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_channel_handler_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_channel_handler_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1026.vhd] 0:00:00.216135

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1026.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1026.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1026.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1026.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1026.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_methods_pkg.vhd] 0:00:00.214522

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc490.vhd] 0:00:00.218081

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc490.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc490.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc490.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc490.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc490.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_vvc.vhd] 0:00:00.217973

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axilite/src/axilite_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1338.vhd] 0:00:00.214133

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1338.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1338.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1338.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1338.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1338.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_pkg.vhd] 0:00:00.214448

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1995.vhd] 0:00:00.212907

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1995.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1995.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1995.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1995.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1995.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_sl.vhd] 0:00:00.213014

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_sl.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_sl.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_sl.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_sl.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_sl.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc84.vhd] 0:00:00.213151

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc84.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc84.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc84.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc84.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc84.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_slv.vhd] 0:00:00.212656

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_slv.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_slv.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_slv.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_slv.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/src/error_injection_slv.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3044.vhd] 0:00:00.212378

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3044.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3044.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3044.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3044.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3044.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/tb/ei_demo_tb.vhd] 0:00:00.219100

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/tb/ei_demo_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/tb/ei_demo_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/tb/ei_demo_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/tb/ei_demo_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_error_injection/tb/ei_demo_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3194.vhd] 0:00:00.213302

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3194.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3194.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3194.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3194.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3194.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/protected_types_pkg.vhd] 0:00:00.212683

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/protected_types_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/protected_types_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/protected_types_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/protected_types_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/protected_types_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2477.vhd] 0:00:00.211146

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2477.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2477.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2477.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2477.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2477.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/alert_hierarchy_pkg.vhd] 0:00:00.215879

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/alert_hierarchy_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/alert_hierarchy_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/alert_hierarchy_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/alert_hierarchy_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/alert_hierarchy_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2094.vhd] 0:00:00.228220

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2094.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2094.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2094.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2094.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2094.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/methods_pkg.vhd] 0:00:00.216262

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2078.vhd] 0:00:00.211338

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2078.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2078.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2078.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2078.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2078.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/global_signals_and_shared_variables_pkg.vhd] 0:00:00.213360

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/global_signals_and_shared_variables_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/global_signals_and_shared_variables_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/global_signals_and_shared_variables_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/global_signals_and_shared_variables_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/global_signals_and_shared_variables_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc973.vhd] 0:00:00.211431

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc973.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc973.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc973.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc973.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc973.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/types_pkg.vhd] 0:00:00.212454

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/types_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/types_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/types_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/types_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/types_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc647.vhd] 0:00:00.212898

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc647.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc647.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc647.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc647.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc647.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_queue_pkg.vhd] 0:00:00.212517

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_queue_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_queue_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_queue_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_queue_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_queue_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc429.vhd] 0:00:00.213576

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc429.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc429.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc429.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc429.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc429.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/license_pkg.vhd] 0:00:00.214626

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/license_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/license_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/license_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/license_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/license_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2987.vhd] 0:00:00.214102

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2987.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2987.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2987.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2987.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2987.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/bfm_common_pkg.vhd] 0:00:00.211658

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/bfm_common_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/bfm_common_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/bfm_common_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/bfm_common_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/bfm_common_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2879.vhd] 0:00:00.210257

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2879.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2879.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2879.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2879.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2879.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/generic_queue_pkg.vhd] 0:00:00.219961

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/generic_queue_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/generic_queue_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/generic_queue_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/generic_queue_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/generic_queue_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3173.vhd] 0:00:00.213298

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3173.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3173.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3173.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3173.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3173.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/adaptations_pkg.vhd] 0:00:00.214725

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/adaptations_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/adaptations_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/adaptations_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/adaptations_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/adaptations_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2742.vhd] 0:00:00.215953

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2742.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2742.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2742.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2742.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2742.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/uvvm_util_context.vhd] 0:00:00.212614

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/uvvm_util_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/uvvm_util_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/uvvm_util_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/uvvm_util_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/uvvm_util_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3118.vhd] 0:00:00.214203

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3118.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3118.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3118.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3118.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3118.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_stack_pkg.vhd] 0:00:00.218667

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_stack_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_stack_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_stack_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_stack_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_stack_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc361.vhd] 0:00:00.214071

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc361.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc361.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc361.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc361.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc361.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/hierarchy_linked_list_pkg.vhd] 0:00:00.216414

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/hierarchy_linked_list_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/hierarchy_linked_list_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/hierarchy_linked_list_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/hierarchy_linked_list_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/hierarchy_linked_list_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2011.vhd] 0:00:00.217265

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2011.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2011.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2011.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2011.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2011.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_fifo_pkg.vhd] 0:00:00.215201

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_fifo_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_fifo_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_fifo_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_fifo_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/data_fifo_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1267.vhd] 0:00:00.214391

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1267.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1267.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1267.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1267.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1267.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/string_methods_pkg.vhd] 0:00:00.216494

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/string_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/string_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/string_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/string_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_util/src/string_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc496.vhd] 0:00:00.215055

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc496.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc496.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc496.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc496.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc496.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_bfm_pkg.vhd] 0:00:00.215330

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_bfm_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_bfm_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_bfm_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_bfm_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_bfm_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1348.vhd] 0:00:00.217293

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1348.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1348.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1348.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1348.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1348.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_context.vhd] 0:00:00.222444

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc70.vhd] 0:00:00.214751

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc70.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc70.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc70.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc70.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc70.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_cmd_pkg.vhd] 0:00:00.217845

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc861.vhd] 0:00:00.218157

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc861.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc861.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc861.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc861.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc861.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_rx_vvc.vhd] 0:00:00.216972

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_rx_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_rx_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_rx_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_rx_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_rx_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1975.vhd] 0:00:00.219120

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1975.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1975.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1975.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1975.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1975.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/transaction_pkg.vhd] 0:00:00.214165

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/transaction_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/transaction_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/transaction_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/transaction_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/transaction_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc366.vhd] 0:00:00.213701

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc366.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc366.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc366.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc366.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc366.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_tx_vvc.vhd] 0:00:00.214225

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_tx_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_tx_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_tx_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_tx_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_tx_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc588.vhd] 0:00:00.216241

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc588.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc588.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc588.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc588.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc588.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_methods_pkg.vhd] 0:00:00.214899

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc323.vhd] 0:00:00.214954

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc323.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc323.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc323.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc323.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc323.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_vvc.vhd] 0:00:00.214679

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_gmii/src/gmii_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3071.vhd] 0:00:00.215353

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3071.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3071.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3071.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3071.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3071.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/generic_sb_support_pkg.vhd] 0:00:00.215409

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/generic_sb_support_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/generic_sb_support_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/generic_sb_support_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/generic_sb_support_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/generic_sb_support_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc983.vhd] 0:00:00.214001

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc983.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc983.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc983.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc983.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc983.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/predefined_sb.vhd] 0:00:00.215161

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/predefined_sb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/predefined_sb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/predefined_sb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/predefined_sb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/predefined_sb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2675.vhd] 0:00:00.214333

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2675.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2675.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2675.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2675.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2675.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/generic_sb_pkg.vhd] 0:00:00.217368

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/generic_sb_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/generic_sb_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/generic_sb_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/generic_sb_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/src/generic_sb_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2098.vhd] 0:00:00.216542

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2098.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2098.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2098.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2098.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2098.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/tb/sb_uart_sbi_demo_tb.vhd] 0:00:00.217235

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/tb/sb_uart_sbi_demo_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/tb/sb_uart_sbi_demo_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/tb/sb_uart_sbi_demo_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/tb/sb_uart_sbi_demo_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_scoreboard/tb/sb_uart_sbi_demo_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2467.vhd] 0:00:00.218453

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2467.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2467.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2467.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2467.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2467.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge_sbi.vhd] 0:00:00.217455

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge_sbi.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge_sbi.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge_sbi.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge_sbi.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge_sbi.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3100.vhd] 0:00:00.216886

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3100.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3100.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3100.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3100.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3100.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/support_pkg.vhd] 0:00:00.214208

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/support_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/support_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/support_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/support_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/support_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3085.vhd] 0:00:00.214430

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3085.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3085.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3085.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3085.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3085.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge_gmii.vhd] 0:00:00.213977

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge_gmii.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge_gmii.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge_gmii.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge_gmii.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge_gmii.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1456.vhd] 0:00:00.214877

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1456.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1456.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1456.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1456.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1456.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge.vhd] 0:00:00.215136

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_hvvc_to_vvc_bridge/src/hvvc_to_vvc_bridge.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc172.vhd] 0:00:00.215232

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc172.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc172.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc172.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc172.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc172.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_context.vhd] 0:00:00.216878

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3162.vhd] 0:00:00.217508

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3162.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3162.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3162.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3162.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3162.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_cmd_pkg.vhd] 0:00:00.215191

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1371.vhd] 0:00:00.216715

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1371.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1371.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1371.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1371.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1371.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/i2c_bfm_pkg.vhd] 0:00:00.214650

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/i2c_bfm_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/i2c_bfm_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/i2c_bfm_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/i2c_bfm_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/i2c_bfm_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1337.vhd] 0:00:00.215447

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1337.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1337.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1337.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1337.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1337.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/transaction_pkg.vhd] 0:00:00.214687

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/transaction_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/transaction_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/transaction_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/transaction_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/transaction_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2012.vhd] 0:00:00.215485

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2012.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2012.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2012.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2012.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2012.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_methods_pkg.vhd] 0:00:00.214496

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2129.vhd] 0:00:00.215275

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2129.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2129.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2129.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2129.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2129.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/i2c_vvc.vhd] 0:00:00.213077

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/i2c_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/i2c_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/i2c_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/i2c_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_i2c/src/i2c_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1709.vhd] 0:00:00.212482

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1709.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1709.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1709.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1709.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1709.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/avalon_mm_vvc.vhd] 0:00:00.219591

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/avalon_mm_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/avalon_mm_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/avalon_mm_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/avalon_mm_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/avalon_mm_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2567.vhd] 0:00:00.224825

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2567.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2567.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2567.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2567.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2567.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_context.vhd] 0:00:00.213852

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc409.vhd] 0:00:00.216941

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc409.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc409.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc409.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc409.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc409.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_cmd_pkg.vhd] 0:00:00.227106

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2511.vhd] 0:00:00.220433

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2511.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2511.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2511.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2511.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2511.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/transaction_pkg.vhd] 0:00:00.217351

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/transaction_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/transaction_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/transaction_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/transaction_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/transaction_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc890.vhd] 0:00:00.212019

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc890.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc890.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc890.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc890.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc890.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_methods_pkg.vhd] 0:00:00.214594

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc597.vhd] 0:00:00.214244

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc597.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc597.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc597.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc597.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc597.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/avalon_mm_bfm_pkg.vhd] 0:00:00.217268

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/avalon_mm_bfm_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/avalon_mm_bfm_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/avalon_mm_bfm_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/avalon_mm_bfm_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_mm/src/avalon_mm_bfm_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc299.vhd] 0:00:00.213566

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc299.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc299.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc299.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc299.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc299.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_context.vhd] 0:00:00.213146

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2432.vhd] 0:00:00.215850

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2432.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2432.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2432.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2432.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2432.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_cmd_pkg.vhd] 0:00:00.214938

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1292.vhd] 0:00:00.213965

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1292.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1292.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1292.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1292.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1292.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_tx_vvc.vhd] 0:00:00.212806

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_tx_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_tx_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_tx_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_tx_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_tx_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1413.vhd] 0:00:00.214486

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1413.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1413.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1413.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1413.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1413.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_vvc.vhd] 0:00:00.217486

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1347.vhd] 0:00:00.219630

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1347.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1347.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1347.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1347.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1347.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/support_pkg.vhd] 0:00:00.221732

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/support_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/support_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/support_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/support_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/support_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc131.vhd] 0:00:00.220055

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc131.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc131.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc131.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc131.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc131.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_rx_vvc.vhd] 0:00:00.213360

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_rx_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_rx_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_rx_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_rx_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_rx_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2882.vhd] 0:00:00.216116

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2882.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2882.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2882.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2882.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2882.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/transaction_pkg.vhd] 0:00:00.214959

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/transaction_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/transaction_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/transaction_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/transaction_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/transaction_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1031.vhd] 0:00:00.213703

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1031.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1031.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1031.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1031.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1031.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_sb_pkg.vhd] 0:00:00.214536

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_sb_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_sb_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_sb_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_sb_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/ethernet_sb_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc645.vhd] 0:00:00.212570

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc645.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc645.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc645.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc645.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc645.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_methods_pkg.vhd] 0:00:00.211502

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc885.vhd] 0:00:00.212428

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc885.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc885.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc885.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc885.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc885.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_sbi_gmii_demo_th.vhd] 0:00:00.211646

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_sbi_gmii_demo_th.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_sbi_gmii_demo_th.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_sbi_gmii_demo_th.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_sbi_gmii_demo_th.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_sbi_gmii_demo_th.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc194.vhd] 0:00:00.212947

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc194.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc194.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc194.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc194.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc194.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_sbi_gmii_demo_tb.vhd] 0:00:00.216386

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_sbi_gmii_demo_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_sbi_gmii_demo_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_sbi_gmii_demo_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_sbi_gmii_demo_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_sbi_gmii_demo_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1156.vhd] 0:00:00.215248

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1156.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1156.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1156.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1156.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1156.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_mac.vhd] 0:00:00.216069

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_mac.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_mac.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_mac.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_mac.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_mac.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2642.vhd] 0:00:00.213233

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2642.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2642.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2642.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2642.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2642.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_mac_pkg.vhd] 0:00:00.211289

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_mac_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_mac_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_mac_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_mac_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/ethernet_mac_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc745.vhd] 0:00:00.214320

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc745.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc745.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc745.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc745.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc745.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/sbi_fifo.vhd] 0:00:00.212303

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/sbi_fifo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/sbi_fifo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/sbi_fifo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/sbi_fifo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_ethernet/tb/sbi_fifo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1658.vhd] 0:00:00.212409

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1658.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1658.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1658.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1658.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1658.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/avalon_st_bfm_pkg.vhd] 0:00:00.211363

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/avalon_st_bfm_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/avalon_st_bfm_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/avalon_st_bfm_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/avalon_st_bfm_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/avalon_st_bfm_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1634.vhd] 0:00:00.212461

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1634.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1634.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1634.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1634.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1634.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_context.vhd] 0:00:00.213322

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2302.vhd] 0:00:00.214662

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2302.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2302.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2302.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2302.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2302.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_cmd_pkg.vhd] 0:00:00.211436

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3076.vhd] 0:00:00.210391

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3076.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3076.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3076.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3076.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3076.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/local_adaptations_pkg.vhd] 0:00:00.210932

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/local_adaptations_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/local_adaptations_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/local_adaptations_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/local_adaptations_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/local_adaptations_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc430.vhd] 0:00:00.212881

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc430.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc430.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc430.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc430.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc430.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/avalon_st_vvc.vhd] 0:00:00.210361

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/avalon_st_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/avalon_st_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/avalon_st_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/avalon_st_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/avalon_st_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2458.vhd] 0:00:00.213004

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2458.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2458.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2458.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2458.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2458.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/transaction_pkg.vhd] 0:00:00.212510

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/transaction_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/transaction_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/transaction_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/transaction_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/transaction_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2266.vhd] 0:00:00.212457

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2266.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2266.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2266.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2266.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2266.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_methods_pkg.vhd] 0:00:00.209885

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_avalon_st/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2972.vhd] 0:00:00.209919

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2972.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2972.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2972.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2972.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2972.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_vvc_framework_support_pkg.vhd] 0:00:00.215743

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_vvc_framework_support_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_vvc_framework_support_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_vvc_framework_support_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_vvc_framework_support_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_vvc_framework_support_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2486.vhd] 0:00:00.212315

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2486.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2486.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2486.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2486.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2486.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_generic_queue_pkg.vhd] 0:00:00.211046

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_generic_queue_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_generic_queue_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_generic_queue_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_generic_queue_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_generic_queue_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc37.vhd] 0:00:00.209645

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc37.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc37.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc37.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc37.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc37.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_fifo_pkg.vhd] 0:00:00.211645

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_fifo_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_fifo_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_fifo_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_fifo_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_fifo_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2090.vhd] 0:00:00.212381

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2090.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2090.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2090.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2090.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2090.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_queue_pkg.vhd] 0:00:00.212714

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_queue_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_queue_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_queue_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_queue_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_queue_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc272.vhd] 0:00:00.213609

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc272.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc272.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc272.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc272.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc272.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_stack_pkg.vhd] 0:00:00.209655

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_stack_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_stack_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_stack_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_stack_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_data_stack_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc900.vhd] 0:00:00.211475

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc900.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc900.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc900.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc900.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc900.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_protected_types_pkg.vhd] 0:00:00.212313

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_protected_types_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_protected_types_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_protected_types_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_protected_types_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_protected_types_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1020.vhd] 0:00:00.213038

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1020.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1020.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1020.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1020.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1020.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_uvvm_engine.vhd] 0:00:00.212784

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_uvvm_engine.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_uvvm_engine.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_uvvm_engine.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_uvvm_engine.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src/ti_uvvm_engine.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1925.vhd] 0:00:00.211509

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1925.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1925.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1925.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1925.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1925.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_queue_pkg.vhd] 0:00:00.214685

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_queue_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_queue_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_queue_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_queue_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_queue_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc143.vhd] 0:00:00.217353

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc143.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc143.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc143.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc143.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc143.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_vvc_entity_support_pkg.vhd] 0:00:00.214198

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_vvc_entity_support_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_vvc_entity_support_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_vvc_entity_support_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_vvc_entity_support_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_vvc_entity_support_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1077.vhd] 0:00:00.214650

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1077.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1077.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1077.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1077.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1077.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_vvc_framework_common_methods_pkg.vhd] 0:00:00.214367

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_vvc_framework_common_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_vvc_framework_common_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_vvc_framework_common_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_vvc_framework_common_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_vvc_framework_common_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc480.vhd] 0:00:00.213302

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc480.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc480.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc480.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc480.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc480.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_target_support_pkg.vhd] 0:00:00.214924

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_target_support_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_target_support_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_target_support_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_target_support_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/uvvm_vvc_framework/src_target_dependent/td_target_support_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1067.vhd] 0:00:00.213023

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1067.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1067.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1067.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1067.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1067.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/spi_vvc.vhd] 0:00:00.217559

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/spi_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/spi_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/spi_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/spi_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/spi_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc898.vhd] 0:00:00.214976

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc898.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc898.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc898.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc898.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc898.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_context.vhd] 0:00:00.213636

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc423.vhd] 0:00:00.213727

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc423.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc423.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc423.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc423.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc423.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_cmd_pkg.vhd] 0:00:00.216796

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2461.vhd] 0:00:00.215442

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2461.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2461.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2461.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2461.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2461.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/spi_bfm_pkg.vhd] 0:00:00.212914

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/spi_bfm_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/spi_bfm_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/spi_bfm_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/spi_bfm_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/spi_bfm_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2286.vhd] 0:00:00.213574

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2286.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2286.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2286.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2286.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2286.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/transaction_pkg.vhd] 0:00:00.214346

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/transaction_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/transaction_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/transaction_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/transaction_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/transaction_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc744.vhd] 0:00:00.212577

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc744.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc744.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc744.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc744.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc744.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_methods_pkg.vhd] 0:00:00.215657

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spi/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc134.vhd] 0:00:00.217607

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc134.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc134.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc134.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc134.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc134.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/local_adaptations_pkg.vhd] 0:00:00.215388

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/local_adaptations_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/local_adaptations_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/local_adaptations_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/local_adaptations_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/local_adaptations_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2261.vhd] 0:00:00.211813

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2261.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2261.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2261.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2261.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2261.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/csv_file_reader_pkg.vhd] 0:00:00.211797

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/csv_file_reader_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/csv_file_reader_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/csv_file_reader_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/csv_file_reader_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/csv_file_reader_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc313.vhd] 0:00:00.210724

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc313.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc313.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc313.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc313.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc313.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/spec_cov_pkg.vhd] 0:00:00.213293

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/spec_cov_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/spec_cov_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/spec_cov_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/spec_cov_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/src/spec_cov_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc566.vhd] 0:00:00.213394

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc566.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc566.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc566.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc566.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc566.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/basic_usage/uart_vvc_th.vhd] 0:00:00.214852

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/basic_usage/uart_vvc_th.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/basic_usage/uart_vvc_th.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/basic_usage/uart_vvc_th.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/basic_usage/uart_vvc_th.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/basic_usage/uart_vvc_th.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2724.vhd] 0:00:00.213042

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2724.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2724.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2724.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2724.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2724.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/basic_usage/uart_vvc_tb.vhd] 0:00:00.219525

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/basic_usage/uart_vvc_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/basic_usage/uart_vvc_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/basic_usage/uart_vvc_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/basic_usage/uart_vvc_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/basic_usage/uart_vvc_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2332.vhd] 0:00:00.217973

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2332.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2332.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2332.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2332.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2332.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/advanced_usage/uart_vvc_th.vhd] 0:00:00.218569

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/advanced_usage/uart_vvc_th.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/advanced_usage/uart_vvc_th.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/advanced_usage/uart_vvc_th.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/advanced_usage/uart_vvc_th.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/advanced_usage/uart_vvc_th.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2290.vhd] 0:00:00.217294

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2290.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2290.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2290.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2290.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2290.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/advanced_usage/uart_vvc_tb.vhd] 0:00:00.222005

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/advanced_usage/uart_vvc_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/advanced_usage/uart_vvc_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/advanced_usage/uart_vvc_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/advanced_usage/uart_vvc_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_spec_cov/demo/advanced_usage/uart_vvc_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1606.vhd] 0:00:00.218842

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1606.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1606.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1606.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1606.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1606.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_pif.vhd] 0:00:00.217673

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_pif.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_pif.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_pif.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_pif.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_pif.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc475.vhd] 0:00:00.220773

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc475.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc475.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc475.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc475.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc475.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_core.vhd] 0:00:00.217378

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_core.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_core.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_core.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_core.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_core.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2382.vhd] 0:00:00.214729

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2382.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2382.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2382.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2382.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2382.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_pif_pkg.vhd] 0:00:00.217267

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_pif_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_pif_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_pif_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_pif_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc_pif_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc15.vhd] 0:00:00.215119

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc15.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc15.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc15.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc15.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc15.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc.vhd] 0:00:00.217014

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/src/irqc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1524.vhd] 0:00:00.217352

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1524.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1524.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1524.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1524.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1524.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/tb/irqc_demo_tb.vhd] 0:00:00.221730

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/tb/irqc_demo_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/tb/irqc_demo_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/tb/irqc_demo_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/tb/irqc_demo_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_irqc/tb/irqc_demo_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc432.vhd] 0:00:00.221312

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc432.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc432.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc432.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc432.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc432.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/monitor_cmd_pkg.vhd] 0:00:00.221392

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/monitor_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/monitor_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/monitor_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/monitor_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/monitor_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2530.vhd] 0:00:00.223335

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2530.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2530.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2530.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2530.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2530.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_context.vhd] 0:00:00.216500

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc585.vhd] 0:00:00.217071

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc585.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc585.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc585.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc585.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc585.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_cmd_pkg.vhd] 0:00:00.218343

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1040.vhd] 0:00:00.217375

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1040.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1040.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1040.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1040.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1040.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_vvc.vhd] 0:00:00.219058

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1265.vhd] 0:00:00.217259

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1265.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1265.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1265.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1265.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1265.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_tx_vvc.vhd] 0:00:00.213489

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_tx_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_tx_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_tx_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_tx_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_tx_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc114.vhd] 0:00:00.213628

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc114.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc114.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc114.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc114.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc114.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_rx_vvc.vhd] 0:00:00.213354

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_rx_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_rx_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_rx_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_rx_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_rx_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc713.vhd] 0:00:00.211902

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc713.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc713.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc713.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc713.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc713.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_bfm_pkg.vhd] 0:00:00.213768

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_bfm_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_bfm_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_bfm_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_bfm_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_bfm_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc690.vhd] 0:00:00.212452

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc690.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc690.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc690.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc690.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc690.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/transaction_pkg.vhd] 0:00:00.214637

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/transaction_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/transaction_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/transaction_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/transaction_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/transaction_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2004.vhd] 0:00:00.214577

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2004.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2004.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2004.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2004.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2004.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_methods_pkg.vhd] 0:00:00.220517

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2093.vhd] 0:00:00.215462

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2093.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2093.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2093.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2093.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2093.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_monitor.vhd] 0:00:00.216550

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_monitor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_monitor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_monitor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_monitor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/src/uart_monitor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3110.vhd] 0:00:00.215427

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3110.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3110.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3110.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3110.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3110.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/tb/uvvm_demo_tb.vhd] 0:00:00.218094

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/tb/uvvm_demo_tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/tb/uvvm_demo_tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/tb/uvvm_demo_tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/tb/uvvm_demo_tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/tb/uvvm_demo_tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3178.vhd] 0:00:00.218550

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3178.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3178.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3178.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3178.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3178.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/tb/uvvm_demo_th.vhd] 0:00:00.218676

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/tb/uvvm_demo_th.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/tb/uvvm_demo_th.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/tb/uvvm_demo_th.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/tb/uvvm_demo_th.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_uart/tb/uvvm_demo_th.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1197.vhd] 0:00:00.218867

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1197.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1197.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1197.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1197.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1197.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_context.vhd] 0:00:00.214951

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2959.vhd] 0:00:00.214362

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2959.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2959.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2959.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2959.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2959.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_cmd_pkg.vhd] 0:00:00.214509

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_cmd_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_cmd_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_cmd_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_cmd_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_cmd_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2483.vhd] 0:00:00.213625

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2483.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2483.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2483.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2483.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2483.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_sb_pkg.vhd] 0:00:00.213613

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_sb_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_sb_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_sb_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_sb_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_sb_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc486.vhd] 0:00:00.212649

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc486.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc486.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc486.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc486.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc486.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_read_data_queue_pkg.vhd] 0:00:00.212596

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_read_data_queue_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_read_data_queue_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_read_data_queue_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_read_data_queue_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_read_data_queue_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc751.vhd] 0:00:00.211387

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc751.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc751.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc751.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc751.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc751.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_channel_handler_pkg.vhd] 0:00:00.209433

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_channel_handler_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_channel_handler_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_channel_handler_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_channel_handler_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_channel_handler_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1460.vhd] 0:00:00.209748

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1460.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1460.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1460.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1460.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1460.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_vvc.vhd] 0:00:00.210956

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_vvc.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_vvc.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_vvc.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_vvc.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_vvc.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc83.vhd] 0:00:00.209750

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc83.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc83.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc83.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc83.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc83.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/transaction_pkg.vhd] 0:00:00.207871

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/transaction_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/transaction_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/transaction_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/transaction_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/transaction_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3198.vhd] 0:00:00.208704

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3198.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3198.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3198.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3198.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3198.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_bfm_pkg.vhd] 0:00:00.209027

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_bfm_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_bfm_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_bfm_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_bfm_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/axi_bfm_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1092.vhd] 0:00:00.208234

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1092.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1092.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1092.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1092.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1092.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_methods_pkg.vhd] 0:00:00.208859

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_methods_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_methods_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_methods_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_methods_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/UVVM/uvvm/bitvis_vip_axi/src/vvc_methods_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3181.vhd] 0:00:00.210484

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3181.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3181.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3181.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3181.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3181.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartRx.vhd] 0:00:00.215919

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartRx.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartRx.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartRx.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartRx.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartRx.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd] 0:00:00.214192

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/ScoreboardPkg_Uart.vhd] 0:00:00.217086

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/ScoreboardPkg_Uart.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/ScoreboardPkg_Uart.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/ScoreboardPkg_Uart.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/ScoreboardPkg_Uart.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/ScoreboardPkg_Uart.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1373.vhd] 0:00:00.218010

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1373.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1373.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1373.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1373.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1373.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartRxComponentPkg.vhd] 0:00:00.210143

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartRxComponentPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartRxComponentPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartRxComponentPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartRxComponentPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartRxComponentPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2460.vhd] 0:00:00.209988

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2460.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2460.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2460.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2460.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2460.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTbPkg.vhd] 0:00:00.210556

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTbPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTbPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTbPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTbPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTbPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc663.vhd] 0:00:00.217802

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc663.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc663.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc663.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc663.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc663.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTx.vhd] 0:00:00.213977

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTx.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTx.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTx.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTx.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTx.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2360.vhd] 0:00:00.210880

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2360.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2360.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2360.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2360.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2360.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTxComponentPkg.vhd] 0:00:00.212237

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTxComponentPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTxComponentPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTxComponentPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTxComponentPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartTxComponentPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc485.vhd] 0:00:00.210240

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc485.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc485.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc485.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc485.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc485.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartContext.vhd] 0:00:00.210444

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartContext.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartContext.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartContext.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartContext.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/src/UartContext.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc935.vhd] 0:00:00.209655

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc935.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc935.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc935.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc935.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc935.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Scoreboard1.vhd] 0:00:00.209694

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Scoreboard1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Scoreboard1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Scoreboard1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Scoreboard1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Scoreboard1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc709.vhd] 0:00:00.209365

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc709.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc709.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc709.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc709.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc709.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TestCtrl_e.vhd] 0:00:00.207279

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TestCtrl_e.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TestCtrl_e.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TestCtrl_e.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TestCtrl_e.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TestCtrl_e.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc350.vhd] 0:00:00.206328

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc350.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc350.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc350.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc350.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc350.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_SendGet1.vhd] 0:00:00.210108

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_SendGet1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_SendGet1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_SendGet1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_SendGet1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_SendGet1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3141.vhd] 0:00:00.211675

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3141.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3141.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3141.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3141.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3141.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Overload1.vhd] 0:00:00.208295

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Overload1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Overload1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Overload1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Overload1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Overload1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1558.vhd] 0:00:00.207391

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1558.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1558.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1558.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1558.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1558.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_SendGet2.vhd] 0:00:00.212048

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_SendGet2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_SendGet2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_SendGet2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_SendGet2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_SendGet2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc993.vhd] 0:00:00.210281

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc993.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc993.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc993.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc993.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc993.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart.vhd] 0:00:00.208264

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc339.vhd] 0:00:00.208575

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc339.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc339.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc339.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc339.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc339.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Options1.vhd] 0:00:00.211478

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Options1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Options1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Options1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Options1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Options1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2707.vhd] 0:00:00.209210

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2707.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2707.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2707.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2707.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2707.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Checkers1.vhd] 0:00:00.211441

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Checkers1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Checkers1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Checkers1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Checkers1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Checkers1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2123.vhd] 0:00:00.212984

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2123.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2123.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2123.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2123.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2123.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Checkers2.vhd] 0:00:00.212495

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Checkers2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Checkers2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Checkers2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Checkers2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Checkers2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2363.vhd] 0:00:00.212754

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2363.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2363.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2363.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2363.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2363.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Options2.vhd] 0:00:00.214594

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Options2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Options2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Options2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Options2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/UART/testbench/TbUart_Options2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc410.vhd] 0:00:00.211075

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc410.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc410.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc410.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc410.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc410.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusResponderTransactionPkg.vhd] 0:00:00.207961

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusResponderTransactionPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusResponderTransactionPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusResponderTransactionPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusResponderTransactionPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusResponderTransactionPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc542.vhd] 0:00:00.207855

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc542.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc542.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc542.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc542.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc542.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/ModelParametersPkg.vhd] 0:00:00.209427

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/ModelParametersPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/ModelParametersPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/ModelParametersPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/ModelParametersPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/ModelParametersPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1192.vhd] 0:00:00.207711

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1192.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1192.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1192.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1192.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1192.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusTransactionPkg.vhd] 0:00:00.210684

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusTransactionPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusTransactionPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusTransactionPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusTransactionPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusTransactionPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc219.vhd] 0:00:00.208685

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc219.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc219.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc219.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc219.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc219.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/FifoFillPkg_slv.vhd] 0:00:00.212615

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/FifoFillPkg_slv.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/FifoFillPkg_slv.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/FifoFillPkg_slv.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/FifoFillPkg_slv.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/FifoFillPkg_slv.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc609.vhd] 0:00:00.214723

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc609.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc609.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc609.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc609.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc609.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/OsvvmCommonContext.vhd] 0:00:00.214795

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/OsvvmCommonContext.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/OsvvmCommonContext.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/OsvvmCommonContext.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/OsvvmCommonContext.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/OsvvmCommonContext.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc616.vhd] 0:00:00.213650

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc616.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc616.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc616.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc616.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc616.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusVersionCompatibilityPkg.vhd] 0:00:00.208969

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusVersionCompatibilityPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusVersionCompatibilityPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusVersionCompatibilityPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusVersionCompatibilityPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/AddressBusVersionCompatibilityPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc364.vhd] 0:00:00.208191

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc364.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc364.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc364.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc364.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc364.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/StreamTransactionPkg.vhd] 0:00:00.209441

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/StreamTransactionPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/StreamTransactionPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/StreamTransactionPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/StreamTransactionPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/src/StreamTransactionPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc605.vhd] 0:00:00.209550

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc605.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc605.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc605.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc605.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc605.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/testbench/TbModelParameters.vhd] 0:00:00.210064

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/testbench/TbModelParameters.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/testbench/TbModelParameters.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/testbench/TbModelParameters.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/testbench/TbModelParameters.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/Common/testbench/TbModelParameters.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc750.vhd] 0:00:00.209505

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc750.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc750.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc750.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc750.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc750.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/SortListPkg_int.vhd] 0:00:00.207669

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/SortListPkg_int.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/SortListPkg_int.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/SortListPkg_int.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/SortListPkg_int.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/SortListPkg_int.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1536.vhd] 0:00:00.208979

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1536.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1536.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1536.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1536.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1536.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/OsvvmGlobalPkg.vhd] 0:00:00.211114

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/OsvvmGlobalPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/OsvvmGlobalPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/OsvvmGlobalPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/OsvvmGlobalPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/OsvvmGlobalPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1963.vhd] 0:00:00.214117

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1963.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1963.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1963.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1963.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1963.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TextUtilPkg.vhd] 0:00:00.213338

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TextUtilPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TextUtilPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TextUtilPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TextUtilPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TextUtilPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2454.vhd] 0:00:00.211298

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2454.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2454.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2454.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2454.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2454.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/AlertLogPkg.vhd] 0:00:00.210792

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/AlertLogPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/AlertLogPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/AlertLogPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/AlertLogPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/AlertLogPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1211.vhd] 0:00:00.209502

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1211.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1211.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1211.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1211.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1211.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MemoryPkg.vhd] 0:00:00.208223

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MemoryPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MemoryPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MemoryPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MemoryPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MemoryPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1630.vhd] 0:00:00.208976

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1630.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1630.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1630.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1630.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1630.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MessagePkg.vhd] 0:00:00.210415

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MessagePkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MessagePkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MessagePkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MessagePkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MessagePkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1587.vhd] 0:00:00.208637

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1587.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1587.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1587.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1587.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1587.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/CoveragePkg.vhd] 0:00:00.210764

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/CoveragePkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/CoveragePkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/CoveragePkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/CoveragePkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/CoveragePkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2079.vhd] 0:00:00.209886

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2079.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2079.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2079.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2079.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2079.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/VendorCovApiPkg_Aldec.vhd] 0:00:00.212242

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/VendorCovApiPkg_Aldec.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/VendorCovApiPkg_Aldec.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/VendorCovApiPkg_Aldec.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/VendorCovApiPkg_Aldec.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/VendorCovApiPkg_Aldec.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2299.vhd] 0:00:00.213014

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2299.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2299.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2299.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2299.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2299.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TbUtilPkg.vhd] 0:00:00.213675

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TbUtilPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TbUtilPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TbUtilPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TbUtilPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TbUtilPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3072.vhd] 0:00:00.210599

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3072.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3072.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3072.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3072.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3072.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardGenericPkg.vhd] 0:00:00.212581

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardGenericPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardGenericPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardGenericPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardGenericPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardGenericPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc698.vhd] 0:00:00.209488

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc698.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc698.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc698.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc698.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc698.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/RandomBasePkg.vhd] 0:00:00.208929

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/RandomBasePkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/RandomBasePkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/RandomBasePkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/RandomBasePkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/RandomBasePkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc487.vhd] 0:00:00.211025

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc487.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc487.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc487.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc487.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc487.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/NamePkg.vhd] 0:00:00.211481

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/NamePkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/NamePkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/NamePkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/NamePkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/NamePkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1153.vhd] 0:00:00.211240

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1153.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1153.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1153.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1153.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1153.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardPkg_int.vhd] 0:00:00.208618

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardPkg_int.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardPkg_int.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardPkg_int.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardPkg_int.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardPkg_int.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc426.vhd] 0:00:00.208274

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc426.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc426.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc426.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc426.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc426.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/VendorCovApiPkg.vhd] 0:00:00.208871

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/VendorCovApiPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/VendorCovApiPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/VendorCovApiPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/VendorCovApiPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/VendorCovApiPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2853.vhd] 0:00:00.209572

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2853.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2853.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2853.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2853.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2853.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TranscriptPkg.vhd] 0:00:00.208880

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TranscriptPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TranscriptPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TranscriptPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TranscriptPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/TranscriptPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1024.vhd] 0:00:00.210391

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1024.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1024.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1024.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1024.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1024.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/OsvvmContext.vhd] 0:00:00.213435

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/OsvvmContext.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/OsvvmContext.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/OsvvmContext.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/OsvvmContext.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/OsvvmContext.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1317.vhd] 0:00:00.211096

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1317.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1317.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1317.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1317.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1317.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/RandomPkg.vhd] 0:00:00.209908

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/RandomPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/RandomPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/RandomPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/RandomPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/RandomPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc687.vhd] 0:00:00.210128

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc687.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc687.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc687.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc687.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc687.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardPkg_slv.vhd] 0:00:00.211700

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardPkg_slv.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardPkg_slv.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardPkg_slv.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardPkg_slv.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ScoreboardPkg_slv.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc26.vhd] 0:00:00.209547

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc26.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc26.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc26.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc26.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc26.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MemoryPkg_2019.vhd] 0:00:00.209127

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MemoryPkg_2019.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MemoryPkg_2019.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MemoryPkg_2019.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MemoryPkg_2019.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/MemoryPkg_2019.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2149.vhd] 0:00:00.210619

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2149.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2149.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2149.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2149.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2149.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ResolutionPkg.vhd] 0:00:00.211552

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ResolutionPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ResolutionPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ResolutionPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ResolutionPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/ResolutionPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc784.vhd] 0:00:00.215086

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc784.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc784.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc784.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc784.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc784.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/Demo_Rand.vhd] 0:00:00.208630

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/Demo_Rand.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/Demo_Rand.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/Demo_Rand.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/Demo_Rand.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/Demo_Rand.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1912.vhd] 0:00:00.208495

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1912.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1912.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1912.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1912.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1912.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/AlertLog_Demo_Hierarchy.vhd] 0:00:00.208603

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/AlertLog_Demo_Hierarchy.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/AlertLog_Demo_Hierarchy.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/AlertLog_Demo_Hierarchy.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/AlertLog_Demo_Hierarchy.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/AlertLog_Demo_Hierarchy.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2138.vhd] 0:00:00.209963

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2138.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2138.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2138.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2138.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2138.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/AlertLog_Demo_Global.vhd] 0:00:00.208841

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/AlertLog_Demo_Global.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/AlertLog_Demo_Global.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/AlertLog_Demo_Global.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/AlertLog_Demo_Global.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/osvvm/demo/AlertLog_Demo_Global.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc385.vhd] 0:00:00.212944

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc385.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc385.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc385.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc385.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc385.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4LiteInterfacePkg.vhd] 0:00:00.216652

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4LiteInterfacePkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4LiteInterfacePkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4LiteInterfacePkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4LiteInterfacePkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4LiteInterfacePkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc136.vhd] 0:00:00.212907

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc136.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc136.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc136.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc136.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc136.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4InterfacePkg.vhd] 0:00:00.213360

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4InterfacePkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4InterfacePkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4InterfacePkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4InterfacePkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4InterfacePkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc666.vhd] 0:00:00.217183

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc666.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc666.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc666.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc666.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc666.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4VersionCompatibilityPkg.vhd] 0:00:00.214871

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4VersionCompatibilityPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4VersionCompatibilityPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4VersionCompatibilityPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4VersionCompatibilityPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4VersionCompatibilityPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2114.vhd] 0:00:00.211203

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2114.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2114.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2114.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2114.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2114.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4ModelPkg.vhd] 0:00:00.208816

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4ModelPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4ModelPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4ModelPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4ModelPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4ModelPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2117.vhd] 0:00:00.209386

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2117.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2117.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2117.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2117.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2117.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4OptionsPkg.vhd] 0:00:00.210827

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4OptionsPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4OptionsPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4OptionsPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4OptionsPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4OptionsPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1445.vhd] 0:00:00.213244

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1445.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1445.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1445.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1445.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1445.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4CommonPkg.vhd] 0:00:00.211191

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4CommonPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4CommonPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4CommonPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4CommonPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/common/src/Axi4CommonPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3201.vhd] 0:00:00.210080

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3201.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3201.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3201.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3201.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3201.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamGenericSignalsPkg.vhd] 0:00:00.210569

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamGenericSignalsPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamGenericSignalsPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamGenericSignalsPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamGenericSignalsPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamGenericSignalsPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2173.vhd] 0:00:00.215138

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2173.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2173.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2173.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2173.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2173.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamComponentPkg.vhd] 0:00:00.216061

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamComponentPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamComponentPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamComponentPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamComponentPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamComponentPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2738.vhd] 0:00:00.213093

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2738.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2738.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2738.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2738.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2738.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTransmitter.vhd] 0:00:00.212346

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTransmitter.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTransmitter.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTransmitter.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTransmitter.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTransmitter.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1409.vhd] 0:00:00.214354

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1409.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1409.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1409.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1409.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1409.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamReceiverVti.vhd] 0:00:00.212924

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamReceiverVti.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamReceiverVti.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamReceiverVti.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamReceiverVti.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamReceiverVti.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1993.vhd] 0:00:00.212723

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1993.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1993.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1993.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1993.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1993.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTbPkg.vhd] 0:00:00.212331

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTbPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTbPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTbPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTbPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTbPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2099.vhd] 0:00:00.210413

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2099.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2099.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2099.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2099.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2099.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamContext.vhd] 0:00:00.212265

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamContext.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamContext.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamContext.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamContext.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamContext.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1375.vhd] 0:00:00.212554

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1375.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1375.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1375.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1375.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1375.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamReceiver.vhd] 0:00:00.214297

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamReceiver.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamReceiver.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamReceiver.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamReceiver.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamReceiver.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc198.vhd] 0:00:00.209121

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc198.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc198.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc198.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc198.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc198.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTransmitterVti.vhd] 0:00:00.209931

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTransmitterVti.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTransmitterVti.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTransmitterVti.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTransmitterVti.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamTransmitterVti.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc297.vhd] 0:00:00.210531

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc297.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc297.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc297.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc297.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc297.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamSignalsPkg_32.vhd] 0:00:00.212076

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamSignalsPkg_32.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamSignalsPkg_32.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamSignalsPkg_32.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamSignalsPkg_32.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamSignalsPkg_32.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1914.vhd] 0:00:00.209560

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1914.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1914.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1914.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1914.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1914.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamOptionsPkg.vhd] 0:00:00.209061

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamOptionsPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamOptionsPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamOptionsPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamOptionsPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/src/AxiStreamOptionsPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1331.vhd] 0:00:00.209129

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1331.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1331.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1331.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1331.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1331.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI/TbStream.vhd] 0:00:00.210353

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI/TbStream.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI/TbStream.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI/TbStream.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI/TbStream.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI/TbStream.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2391.vhd] 0:00:00.207066

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2391.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2391.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2391.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2391.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2391.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI/TestCtrl_e.vhd] 0:00:00.211798

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI/TestCtrl_e.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI/TestCtrl_e.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI/TestCtrl_e.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI/TestCtrl_e.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI/TestCtrl_e.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2761.vhd] 0:00:00.211994

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2761.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2761.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2761.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2761.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2761.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench/TbStream.vhd] 0:00:00.215101

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench/TbStream.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench/TbStream.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench/TbStream.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench/TbStream.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench/TbStream.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2485.vhd] 0:00:00.212225

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2485.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2485.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2485.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2485.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2485.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench/TestCtrl_e.vhd] 0:00:00.214483

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench/TestCtrl_e.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench/TestCtrl_e.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench/TestCtrl_e.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench/TestCtrl_e.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench/TestCtrl_e.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2962.vhd] 0:00:00.216285

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2962.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2962.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2962.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2962.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2962.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TbStream.vhd] 0:00:00.215155

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TbStream.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TbStream.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TbStream.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TbStream.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TbStream.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc603.vhd] 0:00:00.216014

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc603.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc603.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc603.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc603.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc603.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TestCtrl_e.vhd] 0:00:00.214487

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TestCtrl_e.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TestCtrl_e.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TestCtrl_e.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TestCtrl_e.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TestCtrl_e.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1372.vhd] 0:00:00.213495

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1372.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1372.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1372.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1372.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1372.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TbStream_SendGetBurst1.vhd] 0:00:00.213226

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TbStream_SendGetBurst1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TbStream_SendGetBurst1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TbStream_SendGetBurst1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TbStream_SendGetBurst1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbench_ghdl/TbStream_SendGetBurst1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc569.vhd] 0:00:00.212152

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc569.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc569.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc569.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc569.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc569.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI_Mentor/TbStream.vhd] 0:00:00.222535

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI_Mentor/TbStream.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI_Mentor/TbStream.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI_Mentor/TbStream.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI_Mentor/TbStream.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI_Mentor/TbStream.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc427.vhd] 0:00:00.217843

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc427.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc427.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc427.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc427.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc427.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI_Mentor/TestCtrl_e.vhd] 0:00:00.215152

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI_Mentor/TestCtrl_e.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI_Mentor/TestCtrl_e.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI_Mentor/TestCtrl_e.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI_Mentor/TestCtrl_e.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/testbenchVTI_Mentor/TestCtrl_e.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2016.vhd] 0:00:00.214158

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2016.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2016.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2016.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2016.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2016.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstAsync1.vhd] 0:00:00.214726

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc30.vhd] 0:00:00.212011

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc30.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc30.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc30.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc30.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc30.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetBurstAsync2.vhd] 0:00:00.213232

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetBurstAsync2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetBurstAsync2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetBurstAsync2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetBurstAsync2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetBurstAsync2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1019.vhd] 0:00:00.211143

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1019.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1019.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1019.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1019.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1019.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync2.vhd] 0:00:00.210613

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc68.vhd] 0:00:00.210207

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc68.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc68.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc68.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc68.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc68.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsAsync2.vhd] 0:00:00.210139

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsAsync2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsAsync2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsAsync2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsAsync2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsAsync2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc404.vhd] 0:00:00.209815

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc404.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc404.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc404.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc404.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc404.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstAsync1.vhd] 0:00:00.213374

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc438.vhd] 0:00:00.215923

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc438.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc438.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc438.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc438.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc438.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiBurstNoLast1.vhd] 0:00:00.215237

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiBurstNoLast1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiBurstNoLast1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiBurstNoLast1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiBurstNoLast1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiBurstNoLast1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2412.vhd] 0:00:00.214515

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2412.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2412.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2412.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2412.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2412.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTiming2.vhd] 0:00:00.214546

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTiming2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTiming2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTiming2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTiming2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTiming2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc711.vhd] 0:00:00.214028

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc711.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc711.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc711.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc711.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc711.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiBurstAsyncNoLast1.vhd] 0:00:00.214465

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiBurstAsyncNoLast1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiBurstAsyncNoLast1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiBurstAsyncNoLast1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiBurstAsyncNoLast1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiBurstAsyncNoLast1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3163.vhd] 0:00:00.219272

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3163.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3163.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3163.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3163.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3163.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastParamAsync1.vhd] 0:00:00.214173

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastParamAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastParamAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastParamAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastParamAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastParamAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2088.vhd] 0:00:00.212811

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2088.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2088.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2088.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2088.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2088.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetBurst2.vhd] 0:00:00.216141

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetBurst2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetBurst2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetBurst2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetBurst2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetBurst2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc288.vhd] 0:00:00.216555

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc288.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc288.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc288.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc288.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc288.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstByteAsync1.vhd] 0:00:00.216243

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstByteAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstByteAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstByteAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstByteAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstByteAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2022.vhd] 0:00:00.214367

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2022.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2022.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2022.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2022.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2022.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstByte2.vhd] 0:00:00.214967

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstByte2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstByte2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstByte2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstByte2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstByte2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc117.vhd] 0:00:00.213100

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc117.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc117.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc117.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc117.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc117.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptions1.vhd] 0:00:00.221501

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptions1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptions1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptions1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptions1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptions1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc622.vhd] 0:00:00.218020

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc622.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc622.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc622.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc622.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc622.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstByteAsync1.vhd] 0:00:00.214400

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstByteAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstByteAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstByteAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstByteAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstByteAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1087.vhd] 0:00:00.215415

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1087.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1087.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1087.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1087.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1087.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetAsync1.vhd] 0:00:00.219316

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1458.vhd] 0:00:00.212368

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1458.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1458.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1458.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1458.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1458.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsAsync1.vhd] 0:00:00.215778

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1260.vhd] 0:00:00.216440

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1260.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1260.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1260.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1260.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1260.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingAsync1.vhd] 0:00:00.216192

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc276.vhd] 0:00:00.214170

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc276.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc276.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc276.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc276.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc276.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstByte1.vhd] 0:00:00.214276

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstByte1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstByte1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstByte1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstByte1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstByte1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3190.vhd] 0:00:00.215500

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3190.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3190.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3190.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3190.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3190.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstByteAsync1.vhd] 0:00:00.214047

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstByteAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstByteAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstByteAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstByteAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurstByteAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1608.vhd] 0:00:00.255147

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1608.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1608.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1608.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1608.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1608.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastOptionAsync1.vhd] 0:00:00.216414

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastOptionAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastOptionAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastOptionAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastOptionAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastOptionAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3204.vhd] 0:00:00.215410

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3204.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3204.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3204.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3204.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3204.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGet2.vhd] 0:00:00.217577

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGet2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGet2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGet2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGet2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGet2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2708.vhd] 0:00:00.216658

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2708.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2708.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2708.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2708.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2708.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurst1.vhd] 0:00:00.220329

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurst1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurst1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurst1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurst1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurst1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1521.vhd] 0:00:00.217306

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1521.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1521.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1521.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1521.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1521.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstCheck3.vhd] 0:00:00.214266

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstCheck3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstCheck3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstCheck3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstCheck3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstCheck3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1199.vhd] 0:00:00.221978

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1199.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1199.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1199.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1199.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1199.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstCheckAsync3.vhd] 0:00:00.212365

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstCheckAsync3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstCheckAsync3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstCheckAsync3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstCheckAsync3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstCheckAsync3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc565.vhd] 0:00:00.212178

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc565.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc565.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc565.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc565.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc565.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstByte1.vhd] 0:00:00.211226

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstByte1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstByte1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstByte1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstByte1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandlingBurstByte1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc500.vhd] 0:00:00.214332

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc500.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc500.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc500.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc500.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc500.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastParam1.vhd] 0:00:00.211826

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastParam1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastParam1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastParam1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastParam1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastParam1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc492.vhd] 0:00:00.216043

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc492.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc492.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc492.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc492.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc492.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetAsync2.vhd] 0:00:00.215137

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetAsync2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetAsync2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetAsync2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetAsync2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSendGetAsync2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1491.vhd] 0:00:00.213826

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1491.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1491.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1491.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1491.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1491.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastOption1.vhd] 0:00:00.212502

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastOption1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastOption1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastOption1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastOption1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiLastOption1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1729.vhd] 0:00:00.212853

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1729.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1729.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1729.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1729.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1729.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTiming1.vhd] 0:00:00.215376

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTiming1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTiming1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTiming1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTiming1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTiming1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1529.vhd] 0:00:00.213319

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1529.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1529.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1529.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1529.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1529.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst3.vhd] 0:00:00.214299

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc110.vhd] 0:00:00.212782

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc110.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc110.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc110.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc110.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc110.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandling1.vhd] 0:00:00.219662

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandling1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandling1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandling1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandling1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_ByteHandling1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1442.vhd] 0:00:00.212193

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1442.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1442.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1442.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1442.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1442.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstAsync1.vhd] 0:00:00.209068

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2712.vhd] 0:00:00.209550

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2712.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2712.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2712.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2712.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2712.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurst1.vhd] 0:00:00.207674

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurst1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurst1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurst1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurst1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendCheckBurst1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc753.vhd] 0:00:00.209703

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc753.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc753.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc753.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc753.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc753.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstByteAsync2.vhd] 0:00:00.215092

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstByteAsync2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstByteAsync2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstByteAsync2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstByteAsync2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstByteAsync2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc604.vhd] 0:00:00.214944

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc604.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc604.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc604.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc604.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc604.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstByte1.vhd] 0:00:00.210754

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstByte1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstByte1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstByte1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstByte1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurstByte1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2178.vhd] 0:00:00.210542

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2178.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2178.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2178.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2178.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2178.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGet1.vhd] 0:00:00.211211

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGet1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGet1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGet1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGet1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGet1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc154.vhd] 0:00:00.210390

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc154.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc154.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc154.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc154.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc154.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync3.vhd] 0:00:00.215279

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2263.vhd] 0:00:00.213443

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2263.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2263.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2263.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2263.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2263.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst1.vhd] 0:00:00.214262

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc528.vhd] 0:00:00.216969

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc528.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc528.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc528.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc528.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc528.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTimingBurst2.vhd] 0:00:00.212050

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTimingBurst2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTimingBurst2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTimingBurst2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTimingBurst2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiTimingBurst2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc871.vhd] 0:00:00.210389

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc871.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc871.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc871.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc871.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc871.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptions2.vhd] 0:00:00.209462

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptions2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptions2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptions2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptions2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptions2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc856.vhd] 0:00:00.207690

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc856.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc856.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc856.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc856.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc856.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurst1.vhd] 0:00:00.211747

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurst1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurst1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurst1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurst1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_SendGetBurst1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3159.vhd] 0:00:00.210731

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3159.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3159.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3159.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3159.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3159.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync1.vhd] 0:00:00.210725

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurstAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1996.vhd] 0:00:00.210954

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1996.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1996.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1996.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1996.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1996.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst2.vhd] 0:00:00.212267

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/AxiStream/TestCases/TbStream_AxiSetOptionsBurst2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1121.vhd] 0:00:00.211844

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1121.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1121.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1121.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1121.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1121.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Master.vhd] 0:00:00.215586

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Master.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Master.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Master.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Master.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Master.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1644.vhd] 0:00:00.216685

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1644.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1644.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1644.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1644.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1644.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4MemoryVti.vhd] 0:00:00.217578

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4MemoryVti.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4MemoryVti.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4MemoryVti.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4MemoryVti.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4MemoryVti.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc301.vhd] 0:00:00.218441

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc301.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc301.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc301.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc301.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc301.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Memory.vhd] 0:00:00.217143

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Memory.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Memory.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Memory.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Memory.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Memory.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc689.vhd] 0:00:00.218187

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc689.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc689.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc689.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc689.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc689.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ComponentPkg.vhd] 0:00:00.218030

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ComponentPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ComponentPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ComponentPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ComponentPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ComponentPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3101.vhd] 0:00:00.220210

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3101.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3101.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3101.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3101.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3101.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Context.vhd] 0:00:00.213141

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2124.vhd] 0:00:00.212115

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2124.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2124.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2124.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2124.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2124.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Monitor_dummy.vhd] 0:00:00.213312

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Monitor_dummy.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Monitor_dummy.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Monitor_dummy.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Monitor_dummy.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Monitor_dummy.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2700.vhd] 0:00:00.216129

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2700.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2700.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2700.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2700.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2700.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Responder_Transactor.vhd] 0:00:00.215577

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Responder_Transactor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Responder_Transactor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Responder_Transactor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Responder_Transactor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4Responder_Transactor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc530.vhd] 0:00:00.211483

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc530.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc530.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc530.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc530.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc530.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ResponderVti_Transactor.vhd] 0:00:00.213728

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ResponderVti_Transactor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ResponderVti_Transactor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ResponderVti_Transactor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ResponderVti_Transactor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ResponderVti_Transactor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2529.vhd] 0:00:00.214797

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2529.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2529.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2529.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2529.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2529.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4MasterVti.vhd] 0:00:00.216077

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4MasterVti.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4MasterVti.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4MasterVti.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4MasterVti.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4MasterVti.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1987.vhd] 0:00:00.214380

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1987.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1987.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1987.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1987.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1987.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ComponentVtiPkg.vhd] 0:00:00.215162

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ComponentVtiPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ComponentVtiPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ComponentVtiPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ComponentVtiPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/src/Axi4ComponentVtiPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2932.vhd] 0:00:00.215000

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2932.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2932.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2932.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2932.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2932.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TestCtrl_e.vhd] 0:00:00.214697

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TestCtrl_e.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TestCtrl_e.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TestCtrl_e.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TestCtrl_e.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TestCtrl_e.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2472.vhd] 0:00:00.217704

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2472.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2472.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2472.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2472.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2472.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TbAxi4.vhd] 0:00:00.216733

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TbAxi4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TbAxi4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TbAxi4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TbAxi4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TbAxi4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1485.vhd] 0:00:00.214445

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1485.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1485.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1485.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1485.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1485.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TbAxi4Memory.vhd] 0:00:00.214743

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TbAxi4Memory.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TbAxi4Memory.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TbAxi4Memory.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TbAxi4Memory.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbench/TbAxi4Memory.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2109.vhd] 0:00:00.217085

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2109.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2109.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2109.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2109.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2109.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TestCtrl_e.vhd] 0:00:00.214707

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TestCtrl_e.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TestCtrl_e.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TestCtrl_e.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TestCtrl_e.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TestCtrl_e.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2747.vhd] 0:00:00.219220

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2747.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2747.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2747.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2747.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2747.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TbAxi4.vhd] 0:00:00.214799

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TbAxi4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TbAxi4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TbAxi4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TbAxi4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TbAxi4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1681.vhd] 0:00:00.213518

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1681.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1681.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1681.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1681.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1681.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TbAxi4Memory.vhd] 0:00:00.215163

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TbAxi4Memory.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TbAxi4Memory.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TbAxi4Memory.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TbAxi4Memory.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/testbenchVti/TbAxi4Memory.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1984.vhd] 0:00:00.217416

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1984.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1984.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1984.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1984.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1984.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMemory.vhd] 0:00:00.218714

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMemory.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMemory.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMemory.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMemory.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMemory.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1151.vhd] 0:00:00.217446

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1151.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1151.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1151.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1151.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1151.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryAsync.vhd] 0:00:00.216652

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryAsync.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryAsync.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryAsync.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryAsync.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryAsync.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1091.vhd] 0:00:00.213068

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1091.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1091.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1091.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1091.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1091.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_RandomReadWrite.vhd] 0:00:00.213014

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_RandomReadWrite.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_RandomReadWrite.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_RandomReadWrite.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_RandomReadWrite.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_RandomReadWrite.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2086.vhd] 0:00:00.207491

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2086.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2086.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2086.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2086.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2086.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite1.vhd] 0:00:00.208598

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1782.vhd] 0:00:00.206756

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1782.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1782.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1782.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1782.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1782.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxiIfOptionsMasterResponder.vhd] 0:00:00.210751

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxiIfOptionsMasterResponder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxiIfOptionsMasterResponder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxiIfOptionsMasterResponder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxiIfOptionsMasterResponder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxiIfOptionsMasterResponder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc52.vhd] 0:00:00.211554

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc52.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc52.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc52.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc52.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc52.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurst1.vhd] 0:00:00.211427

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurst1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurst1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurst1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurst1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurst1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1570.vhd] 0:00:00.212369

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1570.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1570.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1570.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1570.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1570.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingMemory.vhd] 0:00:00.211827

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingMemory.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingMemory.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingMemory.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingMemory.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingMemory.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2140.vhd] 0:00:00.213409

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2140.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2140.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2140.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2140.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2140.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_BasicReadWrite.vhd] 0:00:00.211747

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_BasicReadWrite.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_BasicReadWrite.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_BasicReadWrite.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_BasicReadWrite.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_BasicReadWrite.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc938.vhd] 0:00:00.213775

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc938.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc938.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc938.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc938.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc938.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxSizeMasterMemory1.vhd] 0:00:00.211783

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxSizeMasterMemory1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxSizeMasterMemory1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxSizeMasterMemory1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxSizeMasterMemory1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxSizeMasterMemory1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc424.vhd] 0:00:00.210481

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc424.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc424.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc424.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc424.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc424.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingResponder.vhd] 0:00:00.209961

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingResponder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingResponder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingResponder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingResponder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingResponder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc464.vhd] 0:00:00.209160

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc464.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc464.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc464.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc464.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc464.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryReadWrite1.vhd] 0:00:00.210725

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryReadWrite1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryReadWrite1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryReadWrite1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryReadWrite1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryReadWrite1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1421.vhd] 0:00:00.222405

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1421.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1421.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1421.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1421.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1421.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync4.vhd] 0:00:00.215210

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2384.vhd] 0:00:00.214889

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2384.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2384.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2384.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2384.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2384.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync1.vhd] 0:00:00.210807

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3125.vhd] 0:00:00.210833

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3125.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3125.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3125.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3125.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3125.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_RandomReadWriteByte1.vhd] 0:00:00.211382

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_RandomReadWriteByte1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_RandomReadWriteByte1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_RandomReadWriteByte1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_RandomReadWriteByte1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_RandomReadWriteByte1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc558.vhd] 0:00:00.210782

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc558.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc558.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc558.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc558.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc558.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxiIfOptionsMasterMemory.vhd] 0:00:00.211365

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxiIfOptionsMasterMemory.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxiIfOptionsMasterMemory.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxiIfOptionsMasterMemory.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxiIfOptionsMasterMemory.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxiIfOptionsMasterMemory.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc407.vhd] 0:00:00.211401

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc407.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc407.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc407.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc407.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc407.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDMaster.vhd] 0:00:00.214563

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDMaster.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDMaster.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDMaster.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDMaster.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDMaster.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3166.vhd] 0:00:00.213565

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3166.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3166.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3166.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3166.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3166.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxSizeMasterMemory2.vhd] 0:00:00.214113

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxSizeMasterMemory2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxSizeMasterMemory2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxSizeMasterMemory2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxSizeMasterMemory2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AxSizeMasterMemory2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2501.vhd] 0:00:00.213640

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2501.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2501.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2501.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2501.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2501.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingResponder.vhd] 0:00:00.217331

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingResponder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingResponder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingResponder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingResponder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingResponder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1639.vhd] 0:00:00.216224

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1639.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1639.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1639.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1639.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1639.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstByte1.vhd] 0:00:00.214406

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstByte1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstByte1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstByte1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstByte1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstByte1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc624.vhd] 0:00:00.211317

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc624.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc624.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc624.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc624.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc624.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMaster.vhd] 0:00:00.211541

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMaster.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMaster.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMaster.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMaster.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMaster.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc526.vhd] 0:00:00.209123

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc526.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc526.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc526.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc526.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc526.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingBurstMemory.vhd] 0:00:00.212500

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingBurstMemory.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingBurstMemory.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingBurstMemory.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingBurstMemory.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingBurstMemory.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2527.vhd] 0:00:00.209639

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2527.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2527.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2527.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2527.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2527.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstSparse1.vhd] 0:00:00.215127

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstSparse1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstSparse1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstSparse1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstSparse1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstSparse1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3188.vhd] 0:00:00.214336

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3188.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3188.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3188.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3188.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3188.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite2.vhd] 0:00:00.212493

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3084.vhd] 0:00:00.212380

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3084.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3084.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3084.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3084.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3084.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstAsync1.vhd] 0:00:00.218342

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryBurstAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2257.vhd] 0:00:00.222220

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2257.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2257.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2257.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2257.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2257.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMasterBurst.vhd] 0:00:00.214353

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMasterBurst.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMasterBurst.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMasterBurst.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMasterBurst.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMasterBurst.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1594.vhd] 0:00:00.212016

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1594.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1594.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1594.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1594.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1594.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_BasicBurst.vhd] 0:00:00.213079

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_BasicBurst.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_BasicBurst.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_BasicBurst.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_BasicBurst.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_BasicBurst.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1363.vhd] 0:00:00.215046

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1363.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1363.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1363.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1363.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1363.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync2.vhd] 0:00:00.214610

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1719.vhd] 0:00:00.214613

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1719.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1719.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1719.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1719.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1719.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMemoryBurst.vhd] 0:00:00.217162

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMemoryBurst.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMemoryBurst.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMemoryBurst.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMemoryBurst.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiMemoryBurst.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3081.vhd] 0:00:00.220098

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3081.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3081.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3081.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3081.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3081.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryReadWrite2.vhd] 0:00:00.212602

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryReadWrite2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryReadWrite2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryReadWrite2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryReadWrite2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MemoryReadWrite2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1183.vhd] 0:00:00.211940

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1183.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1183.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1183.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1183.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1183.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDResponder.vhd] 0:00:00.212803

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDResponder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDResponder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDResponder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDResponder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDResponder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc896.vhd] 0:00:00.212525

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc896.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc896.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc896.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc896.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc896.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversMaster.vhd] 0:00:00.215693

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversMaster.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversMaster.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversMaster.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversMaster.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversMaster.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3179.vhd] 0:00:00.212295

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3179.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3179.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3179.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3179.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3179.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWriteAsync2.vhd] 0:00:00.217169

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWriteAsync2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWriteAsync2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWriteAsync2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWriteAsync2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWriteAsync2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc398.vhd] 0:00:00.212360

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc398.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc398.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc398.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc398.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc398.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite3.vhd] 0:00:00.212554

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWrite3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1959.vhd] 0:00:00.213843

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1959.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1959.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1959.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1959.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1959.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingBurstMaster.vhd] 0:00:00.217807

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingBurstMaster.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingBurstMaster.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingBurstMaster.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingBurstMaster.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingBurstMaster.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1157.vhd] 0:00:00.223384

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1157.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1157.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1157.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1157.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1157.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutMaster.vhd] 0:00:00.214333

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutMaster.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutMaster.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutMaster.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutMaster.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutMaster.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1597.vhd] 0:00:00.214519

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1597.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1597.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1597.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1597.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1597.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversMemory.vhd] 0:00:00.214351

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversMemory.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversMemory.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversMemory.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversMemory.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversMemory.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1321.vhd] 0:00:00.213810

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1321.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1321.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1321.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1321.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1321.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversResponder.vhd] 0:00:00.213673

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversResponder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversResponder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversResponder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversResponder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_MultipleDriversResponder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2152.vhd] 0:00:00.211264

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2152.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2152.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2152.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2152.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2152.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWriteAsync1.vhd] 0:00:00.214859

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWriteAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWriteAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWriteAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWriteAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ResponderReadWriteAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc868.vhd] 0:00:00.215714

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc868.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc868.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc868.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc868.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc868.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingMemory.vhd] 0:00:00.216483

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingMemory.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingMemory.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingMemory.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingMemory.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingMemory.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3176.vhd] 0:00:00.216214

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3176.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3176.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3176.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3176.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3176.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDMemory.vhd] 0:00:00.216655

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDMemory.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDMemory.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDMemory.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDMemory.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_AlertLogIDMemory.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1547.vhd] 0:00:00.213843

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1547.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1547.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1547.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1547.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1547.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutResponder.vhd] 0:00:00.216226

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutResponder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutResponder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutResponder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutResponder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutResponder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2484.vhd] 0:00:00.212903

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2484.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2484.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2484.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2484.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2484.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingMaster.vhd] 0:00:00.213257

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingMaster.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingMaster.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingMaster.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingMaster.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ValidTimingMaster.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1793.vhd] 0:00:00.214047

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1793.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1793.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1793.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1793.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1793.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutMemory.vhd] 0:00:00.214060

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutMemory.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutMemory.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutMemory.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutMemory.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TimeOutMemory.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc90.vhd] 0:00:00.210417

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc90.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc90.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc90.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc90.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc90.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync3.vhd] 0:00:00.213456

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadWriteAsync3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc651.vhd] 0:00:00.211937

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc651.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc651.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc651.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc651.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc651.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingMaster.vhd] 0:00:00.209690

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingMaster.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingMaster.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingMaster.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingMaster.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_ReadyTimingMaster.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2718.vhd] 0:00:00.211960

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2718.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2718.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2718.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2718.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2718.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiResponder.vhd] 0:00:00.210163

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiResponder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiResponder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiResponder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiResponder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4/TestCases/TbAxi4_TransactionApiResponder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc742.vhd] 0:00:00.211415

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc742.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc742.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc742.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc742.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc742.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteResponderComponentPkg.vhd] 0:00:00.211446

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteResponderComponentPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteResponderComponentPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteResponderComponentPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteResponderComponentPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteResponderComponentPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1633.vhd] 0:00:00.209269

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1633.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1633.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1633.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1633.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1633.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteContext.vhd] 0:00:00.211510

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteContext.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteContext.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteContext.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteContext.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteContext.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2547.vhd] 0:00:00.210617

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2547.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2547.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2547.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2547.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2547.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMonitor_dummy.vhd] 0:00:00.212745

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMonitor_dummy.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMonitor_dummy.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMonitor_dummy.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMonitor_dummy.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMonitor_dummy.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2564.vhd] 0:00:00.212071

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2564.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2564.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2564.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2564.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2564.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMaster.vhd] 0:00:00.210417

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMaster.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMaster.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMaster.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMaster.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMaster.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2550.vhd] 0:00:00.211492

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2550.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2550.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2550.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2550.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2550.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMemoryComponentPkg.vhd] 0:00:00.217621

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMemoryComponentPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMemoryComponentPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMemoryComponentPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMemoryComponentPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMemoryComponentPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2726.vhd] 0:00:00.210770

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2726.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2726.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2726.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2726.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2726.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteResponder_Transactor.vhd] 0:00:00.209924

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteResponder_Transactor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteResponder_Transactor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteResponder_Transactor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteResponder_Transactor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteResponder_Transactor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2095.vhd] 0:00:00.209493

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2095.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2095.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2095.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2095.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2095.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMonitorComponentPkg.vhd] 0:00:00.211002

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMonitorComponentPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMonitorComponentPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMonitorComponentPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMonitorComponentPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMonitorComponentPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc582.vhd] 0:00:00.210786

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc582.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc582.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc582.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc582.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc582.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMemory.vhd] 0:00:00.208966

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMemory.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMemory.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMemory.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMemory.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMemory.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc573.vhd] 0:00:00.209708

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc573.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc573.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc573.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc573.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc573.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMasterComponentPkg.vhd] 0:00:00.209839

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMasterComponentPkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMasterComponentPkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMasterComponentPkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMasterComponentPkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/src/Axi4LiteMasterComponentPkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc921.vhd] 0:00:00.210686

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc921.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc921.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc921.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc921.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc921.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_RandomReadWrite.vhd] 0:00:00.210344

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_RandomReadWrite.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_RandomReadWrite.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_RandomReadWrite.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_RandomReadWrite.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_RandomReadWrite.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2520.vhd] 0:00:00.210752

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2520.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2520.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2520.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2520.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2520.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_MemoryBurst1.vhd] 0:00:00.213081

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_MemoryBurst1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_MemoryBurst1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_MemoryBurst1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_MemoryBurst1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_MemoryBurst1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2183.vhd] 0:00:00.218162

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2183.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2183.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2183.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2183.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2183.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_BasicReadWrite.vhd] 0:00:00.209217

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_BasicReadWrite.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_BasicReadWrite.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_BasicReadWrite.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_BasicReadWrite.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_BasicReadWrite.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3149.vhd] 0:00:00.209057

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3149.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3149.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3149.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3149.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3149.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_TimeOut.vhd] 0:00:00.207579

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_TimeOut.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_TimeOut.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_TimeOut.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_TimeOut.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_TimeOut.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1079.vhd] 0:00:00.207350

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1079.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1079.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1079.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1079.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1079.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TestCtrl_e.vhd] 0:00:00.211735

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TestCtrl_e.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TestCtrl_e.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TestCtrl_e.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TestCtrl_e.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TestCtrl_e.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2134.vhd] 0:00:00.210289

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2134.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2134.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2134.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2134.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2134.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_MemoryReadWrite1.vhd] 0:00:00.210449

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_MemoryReadWrite1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_MemoryReadWrite1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_MemoryReadWrite1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_MemoryReadWrite1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_MemoryReadWrite1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2271.vhd] 0:00:00.210587

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2271.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2271.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2271.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2271.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2271.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync1.vhd] 0:00:00.210529

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc116.vhd] 0:00:00.210304

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc116.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc116.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc116.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc116.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc116.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4.vhd] 0:00:00.208824

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc135.vhd] 0:00:00.207638

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc135.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc135.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc135.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc135.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc135.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_BasicBurst.vhd] 0:00:00.211194

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_BasicBurst.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_BasicBurst.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_BasicBurst.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_BasicBurst.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_BasicBurst.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc100.vhd] 0:00:00.216128

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc100.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc100.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc100.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc100.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc100.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync2.vhd] 0:00:00.209302

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc414.vhd] 0:00:00.207673

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc414.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc414.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc414.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc414.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc414.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc465.vhd] 0:00:00.210696

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc465.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc465.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc465.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc465.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc465.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_WriteOptions.vhd] 0:00:00.210355

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_WriteOptions.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_WriteOptions.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_WriteOptions.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_WriteOptions.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_WriteOptions.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_RandomReadWriteByte.vhd] 0:00:00.270197

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_RandomReadWriteByte.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_RandomReadWriteByte.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_RandomReadWriteByte.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_RandomReadWriteByte.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_RandomReadWriteByte.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc883.vhd] 0:00:00.300984

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc883.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc883.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc883.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc883.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc883.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync3.vhd] 0:00:00.212395

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync3.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync3.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync3.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync3.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/verification/OSVVM/OsvvmLibraries/AXI4/Axi4Lite/testbench/TbAxi4_ReadWriteAsync3.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3099.vhd] 0:00:00.207407

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3099.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3099.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3099.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3099.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3099.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/conversion_to_RGB.vhd] 0:00:00.214567

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/conversion_to_RGB.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/conversion_to_RGB.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/conversion_to_RGB.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/conversion_to_RGB.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/conversion_to_RGB.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1361.vhd] 0:00:00.212980

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1361.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1361.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1361.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1361.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1361.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/hdmi_io.vhd] 0:00:00.212259

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/hdmi_io.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/hdmi_io.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/hdmi_io.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/hdmi_io.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/hdmi_io.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1619.vhd] 0:00:00.207511

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1619.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1619.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1619.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1619.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1619.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/hdmi_design.vhd] 0:00:00.212067

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/hdmi_design.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/hdmi_design.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/hdmi_design.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/hdmi_design.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1307/hdmi_design.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc176.vhd] 0:00:00.209227

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc176.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc176.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc176.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc176.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc176.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1309/axis_squarer.vhd] 0:00:00.212145

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1309/axis_squarer.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1309/axis_squarer.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1309/axis_squarer.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1309/axis_squarer.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1309/axis_squarer.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2976.vhd] 0:00:00.210492

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2976.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2976.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2976.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2976.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2976.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/ram/wbr_ram.vhd] 0:00:00.209635

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/ram/wbr_ram.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/ram/wbr_ram.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/ram/wbr_ram.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/ram/wbr_ram.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/ram/wbr_ram.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1678.vhd] 0:00:00.208048

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1678.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1678.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1678.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1678.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1678.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_lsl.vhd] 0:00:00.210858

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_lsl.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_lsl.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_lsl.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_lsl.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_lsl.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc539.vhd] 0:00:00.211728

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc539.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc539.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc539.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc539.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc539.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_minmax.vhd] 0:00:00.214054

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_minmax.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_minmax.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_minmax.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_minmax.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_minmax.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2705.vhd] 0:00:00.214398

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2705.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2705.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2705.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2705.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2705.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_asr.vhd] 0:00:00.213066

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_asr.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_asr.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_asr.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_asr.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_asr.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2268.vhd] 0:00:00.212098

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2268.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2268.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2268.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2268.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2268.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_pmux.vhd] 0:00:00.212285

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_pmux.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_pmux.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_pmux.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_pmux.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_pmux.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2102.vhd] 0:00:00.211567

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2102.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2102.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2102.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2102.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2102.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_abs.vhd] 0:00:00.220259

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_abs.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_abs.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_abs.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_abs.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_abs.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2272.vhd] 0:00:00.216900

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2272.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2272.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2272.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2272.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2272.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_mod_rem.vhd] 0:00:00.213848

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_mod_rem.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_mod_rem.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_mod_rem.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_mod_rem.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_mod_rem.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc608.vhd] 0:00:00.210138

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc608.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc608.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc608.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc608.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc608.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_lsr.vhd] 0:00:00.211416

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_lsr.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_lsr.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_lsr.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_lsr.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/formal/gates/test_lsr.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1969.vhd] 0:00:00.222203

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1969.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1969.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1969.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1969.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1969.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/pll_mac.vhd] 0:00:00.214327

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/pll_mac.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/pll_mac.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/pll_mac.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/pll_mac.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/pll_mac.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2392.vhd] 0:00:00.215428

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2392.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2392.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2392.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2392.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2392.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_rx.vhd] 0:00:00.211256

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_rx.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_rx.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_rx.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_rx.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_rx.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1589.vhd] 0:00:00.217718

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1589.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1589.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1589.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1589.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1589.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_tx.vhd] 0:00:00.212610

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_tx.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_tx.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_tx.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_tx.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_tx.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2945.vhd] 0:00:00.211864

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2945.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2945.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2945.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2945.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2945.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_top.vhd] 0:00:00.210673

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_top.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_top.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_top.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_top.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/uart/hdl/uart_top.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1572.vhd] 0:00:00.208542

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1572.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1572.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1572.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1572.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1572.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user.vhd] 0:00:00.205842

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2950.vhd] 0:00:00.207052

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2950.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2950.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2950.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2950.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2950.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user-body.vhd] 0:00:00.207384

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2204.vhd] 0:00:00.209082

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2204.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2204.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2204.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2204.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2204.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/linking/bind/tb.vhd] 0:00:00.210765

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/linking/bind/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/linking/bind/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/linking/bind/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/linking/bind/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/linking/bind/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2128.vhd] 0:00:00.210748

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2128.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2128.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2128.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2128.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2128.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/customc/tb.vhd] 0:00:00.210802

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/customc/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/customc/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/customc/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/customc/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/customc/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2097.vhd] 0:00:00.212018

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2097.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2097.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2097.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2097.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2097.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/random/tb.vhd] 0:00:00.212995

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/random/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/random/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/random/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/random/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/random/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc295.vhd] 0:00:00.214054

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc295.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc295.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc295.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc295.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc295.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/basic/tb.vhd] 0:00:00.216577

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/basic/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/basic/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/basic/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/basic/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/basic/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc69.vhd] 0:00:00.213518

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc69.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc69.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc69.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc69.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc69.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/time/tb.vhd] 0:00:00.210944

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/time/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/time/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/time/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/time/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/time/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2260.vhd] 0:00:00.210294

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2260.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2260.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2260.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2260.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2260.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/exitcb/tb.vhd] 0:00:00.211173

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/exitcb/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/exitcb/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/exitcb/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/exitcb/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/wrapping/exitcb/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3152.vhd] 0:00:00.209484

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3152.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3152.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3152.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3152.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3152.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/arch.vhd] 0:00:00.212410

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/arch.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/arch.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/arch.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/arch.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/arch.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc560.vhd] 0:00:00.211071

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc560.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc560.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc560.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc560.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc560.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/tb.vhd] 0:00:00.213593

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1027.vhd] 0:00:00.213179

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1027.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1027.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1027.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1027.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1027.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcngen/arch.vhd] 0:00:00.213319

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcngen/arch.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcngen/arch.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcngen/arch.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcngen/arch.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcngen/arch.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2091.vhd] 0:00:00.210942

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2091.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2091.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2091.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2091.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2091.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcnargs/tb.vhd] 0:00:00.211736

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcnargs/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcnargs/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcnargs/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcnargs/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcnargs/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1461.vhd] 0:00:00.213212

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1461.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1461.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1461.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1461.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1461.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcnargs/pkg.vhd] 0:00:00.210175

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcnargs/pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcnargs/pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcnargs/pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcnargs/pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/cli/fcnargs/pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3167.vhd] 0:00:00.210593

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3167.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3167.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3167.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3167.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3167.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/tb.vhd] 0:00:00.209151

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc478.vhd] 0:00:00.209577

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc478.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc478.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc478.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc478.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc478.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/pkg.vhd] 0:00:00.212901

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1924.vhd] 0:00:00.208459

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1924.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1924.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1924.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1924.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1924.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/ent.vhd] 0:00:00.209819

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/ent.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/ent.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/ent.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/ent.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/package/ent.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc239.vhd] 0:00:00.211083

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc239.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc239.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc239.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc239.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc239.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/tb.vhd] 0:00:00.213936

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc448.vhd] 0:00:00.212353

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc448.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc448.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc448.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc448.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc448.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/pkg_93.vhd] 0:00:00.219268

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/pkg_93.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/pkg_93.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/pkg_93.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/pkg_93.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/pkg_93.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc435.vhd] 0:00:00.212567

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc435.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc435.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc435.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc435.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc435.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/pkg_08.vhd] 0:00:00.212420

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/pkg_08.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/pkg_08.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/pkg_08.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/pkg_08.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/pkg_08.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3199.vhd] 0:00:00.212058

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3199.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3199.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3199.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3199.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3199.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/ent.vhd] 0:00:00.215244

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/ent.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/ent.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/ent.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/ent.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/ent.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1530.vhd] 0:00:00.217615

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1530.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1530.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1530.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1530.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1530.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shint/pkg.vhd] 0:00:00.210594

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shint/pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shint/pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shint/pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shint/pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shint/pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1214.vhd] 0:00:00.211937

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1214.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1214.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1214.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1214.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1214.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shint/ent.vhd] 0:00:00.213023

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shint/ent.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shint/ent.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shint/ent.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shint/ent.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shint/ent.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1576.vhd] 0:00:00.212361

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1576.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1576.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1576.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1576.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1576.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shrecord/pkg.vhd] 0:00:00.215342

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shrecord/pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shrecord/pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shrecord/pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shrecord/pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shrecord/pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc671.vhd] 0:00:00.214757

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc671.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc671.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc671.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc671.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc671.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shrecord/ent.vhd] 0:00:00.214213

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shrecord/ent.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shrecord/ent.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shrecord/ent.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shrecord/ent.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/sharedvar/shrecord/ent.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2868.vhd] 0:00:00.212600

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2868.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2868.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2868.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2868.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2868.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/math/tb.vhd] 0:00:00.212444

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/math/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/math/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/math/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/math/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/quickstart/math/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3001.vhd] 0:00:00.212003

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3001.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3001.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3001.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3001.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3001.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/tb.vhd] 0:00:00.214276

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc591.vhd] 0:00:00.217313

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc591.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc591.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc591.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc591.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc591.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/pkg.vhd] 0:00:00.212639

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1810.vhd] 0:00:00.211638

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1810.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1810.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1810.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1810.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1810.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/framebuffer/tb.vhd] 0:00:00.213057

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/framebuffer/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/framebuffer/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/framebuffer/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/framebuffer/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/framebuffer/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2988.vhd] 0:00:00.214210

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2988.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2988.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2988.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2988.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2988.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/framebuffer/pkg.vhd] 0:00:00.217086

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/framebuffer/pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/framebuffer/pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/framebuffer/pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/framebuffer/pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/framebuffer/pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc902.vhd] 0:00:00.215045

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc902.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc902.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc902.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc902.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc902.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/vc_axis.vhd] 0:00:00.217353

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/vc_axis.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/vc_axis.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/vc_axis.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/vc_axis.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/vc_axis.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1344.vhd] 0:00:00.214420

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1344.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1344.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1344.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1344.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1344.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/tb.vhd] 0:00:00.217786

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc63.vhd] 0:00:00.218101

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc63.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc63.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc63.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc63.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc63.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/src/fifo.vhd] 0:00:00.215344

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/src/fifo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/src/fifo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/src/fifo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/src/fifo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/src/fifo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2863.vhd] 0:00:00.215595

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2863.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2863.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2863.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2863.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2863.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/src/axis_buffer.vhd] 0:00:00.215368

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/src/axis_buffer.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/src/axis_buffer.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/src/axis_buffer.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/src/axis_buffer.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/matrices/vunit_axis_vcs/src/axis_buffer.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc460.vhd] 0:00:00.215581

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc460.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc460.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc460.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc460.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc460.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/vhdlsized/tb.vhd] 0:00:00.213727

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/vhdlsized/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/vhdlsized/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/vhdlsized/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/vhdlsized/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/vhdlsized/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2115.vhd] 0:00:00.214105

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2115.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2115.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2115.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2115.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc2115.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/vhdlsized/pkg.vhd] 0:00:00.212218

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/vhdlsized/pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/vhdlsized/pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/vhdlsized/pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/vhdlsized/pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/vhdlsized/pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1947.vhd] 0:00:00.210440

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1947.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1947.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1947.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1947.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1947.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/csized/proc/tb.vhd] 0:00:00.211758

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/csized/proc/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/csized/proc/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/csized/proc/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/csized/proc/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/csized/proc/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3184.vhd] 0:00:00.213390

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3184.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3184.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3184.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3184.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc3184.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/csized/fcn/tb.vhd] 0:00:00.214704

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/csized/fcn/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/csized/fcn/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/csized/fcn/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/csized/fcn/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/intvector/csized/fcn/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1813.vhd] 0:00:00.213092

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1813.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1813.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1813.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1813.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1813.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/logicvector/tb.vhd] 0:00:00.214547

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/logicvector/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/logicvector/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/logicvector/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/logicvector/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/arrays/logicvector/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3124.vhd] 0:00:00.214447

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3124.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3124.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3124.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3124.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3124.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/accessesFromVhdlToC.vhd] 0:00:00.210790

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/accessesFromVhdlToC.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/accessesFromVhdlToC.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/accessesFromVhdlToC.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/accessesFromVhdlToC.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/accessesFromVhdlToC.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3134.vhd] 0:00:00.209226

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3134.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3134.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3134.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3134.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3134.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/accessesFromCToVhdl.vhd] 0:00:00.211440

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/accessesFromCToVhdl.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/accessesFromCToVhdl.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/accessesFromCToVhdl.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/accessesFromCToVhdl.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/accessesFromCToVhdl.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc737.vhd] 0:00:00.211514

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc737.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc737.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc737.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc737.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc737.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/valuesFromVhdlToC.vhd] 0:00:00.213166

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/valuesFromVhdlToC.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/valuesFromVhdlToC.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/valuesFromVhdlToC.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/valuesFromVhdlToC.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/demo/valuesFromVhdlToC.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1150.vhd] 0:00:00.215214

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1150.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1150.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1150.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1150.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1150.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/crypto/c/tb.vhd] 0:00:00.214925

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/crypto/c/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/crypto/c/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/crypto/c/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/crypto/c/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/crypto/c/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3131.vhd] 0:00:00.215688

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3131.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3131.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3131.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3131.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3131.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runACircuit/tb_xyce.vhd] 0:00:00.225538

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runACircuit/tb_xyce.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runACircuit/tb_xyce.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runACircuit/tb_xyce.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runACircuit/tb_xyce.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runACircuit/tb_xyce.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc238.vhd] 0:00:00.223275

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc238.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc238.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc238.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc238.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc238.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runACircuitInSteps/tb_xyce.vhd] 0:00:00.215536

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runACircuitInSteps/tb_xyce.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runACircuitInSteps/tb_xyce.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runACircuitInSteps/tb_xyce.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runACircuitInSteps/tb_xyce.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runACircuitInSteps/tb_xyce.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1779.vhd] 0:00:00.213529

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1779.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1779.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1779.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1779.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1779.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_xhdl_pkg.vhd] 0:00:00.214519

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_xhdl_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_xhdl_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_xhdl_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_xhdl_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_xhdl_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1021.vhd] 0:00:00.215256

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1021.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1021.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1021.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1021.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1021.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_xhdl_pkg-body.vhd] 0:00:00.214618

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_xhdl_pkg-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_xhdl_pkg-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_xhdl_pkg-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_xhdl_pkg-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_xhdl_pkg-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc2284.vhd] 0:00:00.213093

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc2284.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc2284.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc2284.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc2284.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc2284.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_pkg-body.vhd] 0:00:00.214794

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_pkg-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_pkg-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_pkg-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_pkg-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_pkg-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc865.vhd] 0:00:00.215898

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc865.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc865.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc865.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc865.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc865.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_pkg.vhd] 0:00:00.212157

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/pkg/xyce_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1120.vhd] 0:00:00.214174

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1120.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1120.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1120.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1120.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1120.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runWithDACs/tb_xyce_2D.vhd] 0:00:00.215920

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runWithDACs/tb_xyce_2D.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runWithDACs/tb_xyce_2D.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runWithDACs/tb_xyce_2D.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runWithDACs/tb_xyce_2D.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runWithDACs/tb_xyce_2D.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1738.vhd] 0:00:00.214233

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1738.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1738.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1738.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1738.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1738.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runWithDACs/tb_xyce_1D.vhd] 0:00:00.213141

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runWithDACs/tb_xyce_1D.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runWithDACs/tb_xyce_1D.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runWithDACs/tb_xyce_1D.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runWithDACs/tb_xyce_1D.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/vffi_user/xyce/runWithDACs/tb_xyce_1D.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc758.vhd] 0:00:00.215996

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc758.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc758.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc758.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc758.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc758.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/shghdl/tb.vhd] 0:00:00.213634

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/shghdl/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/shghdl/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/shghdl/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/shghdl/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/shghdl/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1740.vhd] 0:00:00.212149

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1740.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1740.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1740.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1740.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1740.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/pycb/pyghdl/tb.vhd] 0:00:00.213638

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/pycb/pyghdl/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/pycb/pyghdl/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/pycb/pyghdl/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/pycb/pyghdl/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/pycb/pyghdl/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1148.vhd] 0:00:00.214319

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1148.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1148.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1148.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1148.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1148.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/shlib/tb.vhd] 0:00:00.214592

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/shlib/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/shlib/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/shlib/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/shlib/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/shlib/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc237.vhd] 0:00:00.215195

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc237.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc237.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc237.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc237.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc237.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/py/vunit/tb.vhd] 0:00:00.214049

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/py/vunit/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/py/vunit/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/py/vunit/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/py/vunit/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/shared/py/vunit/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1749.vhd] 0:00:00.214792

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1749.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1749.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1749.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1749.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1749.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/grt/step/tb.vhd] 0:00:00.216121

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/grt/step/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/grt/step/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/grt/step/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/grt/step/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vhpidirect/grt/step/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3135.vhd] 0:00:00.219534

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3135.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3135.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3135.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3135.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3135.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vpi/tb.vhd] 0:00:00.216446

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vpi/tb.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vpi/tb.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vpi/tb.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vpi/tb.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vpi/tb.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc59.vhd] 0:00:00.216348

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc59.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc59.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc59.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc59.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc59.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vpi/ent.vhd] 0:00:00.214646

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vpi/ent.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vpi/ent.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vpi/ent.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vpi/ent.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/vpi/ent.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc816.vhd] 0:00:00.215509

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc816.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc816.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc816.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc816.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc816.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_plle2.vhd] 0:00:00.212441

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_plle2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_plle2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_plle2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_plle2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_plle2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc833.vhd] 0:00:00.216544

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc833.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc833.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc833.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc833.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc833.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_ecp5.vhd] 0:00:00.214110

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_ecp5.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_ecp5.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_ecp5.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_ecp5.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_ecp5.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3133.vhd] 0:00:00.214426

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3133.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3133.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3133.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3133.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3133.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_fifo.vhd] 0:00:00.213679

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_fifo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_fifo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_fifo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_fifo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_fifo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc814.vhd] 0:00:00.212323

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc814.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc814.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc814.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc814.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc814.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_soc_uart.vhd] 0:00:00.210040

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_soc_uart.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_soc_uart.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_soc_uart.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_soc_uart.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_soc_uart.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc233.vhd] 0:00:00.210477

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc233.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc233.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc233.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc233.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc233.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_mcmm.vhd] 0:00:00.211224

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_mcmm.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_mcmm.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_mcmm.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_mcmm.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_mcmm.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3132.vhd] 0:00:00.213682

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3132.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3132.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3132.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3132.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3132.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_utilities.vhd] 0:00:00.215118

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_utilities.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_utilities.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_utilities.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_utilities.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/pp_utilities.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3090.vhd] 0:00:00.217413

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3090.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3090.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3090.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3090.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3090.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_bypass.vhd] 0:00:00.214600

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_bypass.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_bypass.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_bypass.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_bypass.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/clk_gen_bypass.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3136.vhd] 0:00:00.216628

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3136.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3136.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3136.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3136.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3136.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_set_generic.vhd] 0:00:00.214479

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_set_generic.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_set_generic.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_set_generic.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_set_generic.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_set_generic.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3130.vhd] 0:00:00.213973

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3130.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3130.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3130.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3130.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3130.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_pass.vhd] 0:00:00.219007

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_pass.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_pass.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_pass.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_pass.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_pass.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1737.vhd] 0:00:00.215642

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1737.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1737.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1737.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1737.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1737.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/bool_driver.vhd] 0:00:00.216976

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/bool_driver.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/bool_driver.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/bool_driver.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/bool_driver.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/bool_driver.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc851.vhd] 0:00:00.216342

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc851.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc851.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc851.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc851.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc851.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_vhdl_runner.vhd] 0:00:00.218403

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_vhdl_runner.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_vhdl_runner.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_vhdl_runner.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_vhdl_runner.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_vhdl_runner.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3129.vhd] 0:00:00.216858

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3129.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3129.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3129.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3129.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3129.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_other_file_tests.vhd] 0:00:00.216984

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_other_file_tests.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_other_file_tests.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_other_file_tests.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_other_file_tests.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_other_file_tests.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3018.vhd] 0:00:00.217519

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3018.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3018.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3018.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3018.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3018.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1158.vhd] 0:00:00.220429

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1158.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1158.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1158.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1158.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1158.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_fail_on_warning.vhd] 0:00:00.277821

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_fail_on_warning.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_fail_on_warning.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_fail_on_warning.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_fail_on_warning.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_fail_on_warning.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc232.vhd] 0:00:00.216036

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc232.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc232.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc232.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc232.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc232.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_assert_stop_level.vhd] 0:00:00.211814

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_assert_stop_level.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_assert_stop_level.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_assert_stop_level.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_assert_stop_level.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_assert_stop_level.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3065.vhd] 0:00:00.213260

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3065.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3065.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3065.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3065.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc3065.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_infinite_events.vhd] 0:00:00.213194

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_infinite_events.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_infinite_events.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_infinite_events.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_infinite_events.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_infinite_events.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_fail_on_warning.vhd] 0:00:00.211522

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_fail_on_warning.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_fail_on_warning.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_fail_on_warning.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_fail_on_warning.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_fail_on_warning.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc2568.vhd] 0:00:00.210989

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc2568.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc2568.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc2568.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc2568.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc2568.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_fail.vhd] 0:00:00.212934

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_fail.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_fail.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_fail.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_fail.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_fail.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1675.vhd] 0:00:00.212420

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1675.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1675.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1675.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1675.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc1675.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_same_sim_all_pass.vhd] 0:00:00.214825

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_same_sim_all_pass.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_same_sim_all_pass.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_same_sim_all_pass.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_same_sim_all_pass.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_same_sim_all_pass.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc882.vhd] 0:00:00.213600

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc882.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc882.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc882.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc882.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc882.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc996.vhd] 0:00:00.214260

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc996.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc996.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc996.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc996.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/billowitch/disputed/tc996.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_fail_after_cleanup.vhd] 0:00:00.211010

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_fail_after_cleanup.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_fail_after_cleanup.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_fail_after_cleanup.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_fail_after_cleanup.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_fail_after_cleanup.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/character_array_write.vhd] 0:00:00.209198

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/character_array_write.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/character_array_write.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/character_array_write.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/character_array_write.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/character_array_write.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_generic_config.vhd] 0:00:00.214368

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_generic_config.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_generic_config.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_generic_config.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_generic_config.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_generic_config.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/integer_array_write.vhd] 0:00:00.209284

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/integer_array_write.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/integer_array_write.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/integer_array_write.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/integer_array_write.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/integer_array_write.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_generic_override.vhd] 0:00:00.207877

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_generic_override.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_generic_override.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_generic_override.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_generic_override.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_no_generic_override.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/string_array_write.vhd] 0:00:00.207881

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/string_array_write.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/string_array_write.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/string_array_write.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/string_array_write.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/string_array_write.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_magic_paths.vhd] 0:00:00.210954

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_magic_paths.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_magic_paths.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_magic_paths.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_magic_paths.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_magic_paths.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_ieee_warning.vhd] 0:00:00.212194

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_ieee_warning.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_ieee_warning.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_ieee_warning.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_ieee_warning.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_ieee_warning.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/record_write.vhd] 0:00:00.211257

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/record_write.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/record_write.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/record_write.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/record_write.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/record_write.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/other_file_tests.vhd] 0:00:00.209527

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/other_file_tests.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/other_file_tests.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/other_file_tests.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/other_file_tests.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/other_file_tests.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/character_write.vhd] 0:00:00.210615

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/character_write.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/character_write.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/character_write.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/character_write.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/character_write.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_checks.vhd] 0:00:00.208039

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_checks.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_checks.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_checks.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_checks.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_with_checks.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-resolution-function.vhd] 0:00:00.210093

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-resolution-function.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-resolution-function.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-resolution-function.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-resolution-function.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-resolution-function.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_16.vhd] 0:00:00.211523

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_16.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_16.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_16.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_16.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_17_fg_17_16.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_same_sim_some_fail.vhd] 0:00:00.206790

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_same_sim_some_fail.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_same_sim_some_fail.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_same_sim_some_fail.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_same_sim_some_fail.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_same_sim_some_fail.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_04_ch_04_09.vhd] 0:00:00.207298

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_04_ch_04_09.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_04_ch_04_09.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_04_ch_04_09.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_04_ch_04_09.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_04_ch_04_09.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_elab_fail.vhd] 0:00:00.212727

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_elab_fail.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_elab_fail.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_elab_fail.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_elab_fail.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/artificial/vhdl/tb_elab_fail.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_03_ch_03_15.vhd] 0:00:00.211312

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_03_ch_03_15.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_03_ch_03_15.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_03_ch_03_15.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_03_ch_03_15.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_03_ch_03_15.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg.vhd] 0:00:00.211083

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/lut/lut_Sine_tb.vhdl] 0:00:00.209937

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/lut/lut_Sine_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/lut/lut_Sine_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/lut/lut_Sine_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/lut/lut_Sine_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/lut/lut_Sine_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/tb_pkg.vhd] 0:00:00.211371

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/tb_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/tb_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/tb_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/tb_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/tb_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/GitLab-CI/my_project.vhdl] 0:00:00.211854

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/GitLab-CI/my_project.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/GitLab-CI/my_project.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/GitLab-CI/my_project.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/GitLab-CI/my_project.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/GitLab-CI/my_project.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg_body1.vhd] 0:00:00.211779

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg_body1.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg_body1.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg_body1.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg_body1.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg_body1.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/AppVeyor/my_project.vhdl] 0:00:00.210108

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/AppVeyor/my_project.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/AppVeyor/my_project.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/AppVeyor/my_project.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/AppVeyor/my_project.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/AppVeyor/my_project.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg_body2.vhd] 0:00:00.215662

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg_body2.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg_body2.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg_body2.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg_body2.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/tests/acceptance/dependencies/pkg_body2.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/third_party_integration/test/tb_external_framework_integration.vhd] 0:00:00.220030

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/third_party_integration/test/tb_external_framework_integration.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/third_party_integration/test/tb_external_framework_integration.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/third_party_integration/test/tb_external_framework_integration.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/third_party_integration/test/tb_external_framework_integration.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/third_party_integration/test/tb_external_framework_integration.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/Travis-CI/my_project.vhdl] 0:00:00.210143

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/Travis-CI/my_project.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/Travis-CI/my_project.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/Travis-CI/my_project.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/Travis-CI/my_project.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tools/Travis-CI/my_project.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/logging/tb_logging_example.vhd] 0:00:00.209763

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/logging/tb_logging_example.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/logging/tb_logging_example.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/logging/tb_logging_example.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/logging/tb_logging_example.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/logging/tb_logging_example.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/memory_p.vhdl] 0:00:00.207803

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/memory_p.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/memory_p.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/memory_p.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/memory_p.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/memory_p.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array/src/sobel_x.vhd] 0:00:00.215075

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array/src/sobel_x.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array/src/sobel_x.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array/src/sobel_x.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array/src/sobel_x.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array/src/sobel_x.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/memory_b.vhdl] 0:00:00.211392

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/memory_b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/memory_b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/memory_b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/memory_b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/memory_b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/prmtvs_p.vhdl] 0:00:00.211609

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/prmtvs_p.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/prmtvs_p.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/prmtvs_p.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/prmtvs_p.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/prmtvs_p.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array/src/test/tb_sobel_x.vhd] 0:00:00.214712

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array/src/test/tb_sobel_x.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array/src/test/tb_sobel_x.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array/src/test/tb_sobel_x.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array/src/test/tb_sobel_x.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array/src/test/tb_sobel_x.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/timing_p.vhdl] 0:00:00.214528

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/timing_p.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/timing_p.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/timing_p.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/timing_p.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/timing_p.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/generate_tests/test/tb_generated.vhd] 0:00:00.214274

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/generate_tests/test/tb_generated.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/generate_tests/test/tb_generated.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/generate_tests/test/tb_generated.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/generate_tests/test/tb_generated.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/generate_tests/test/tb_generated.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/timing_b.vhdl] 0:00:00.213391

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/timing_b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/timing_b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/timing_b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/timing_b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/timing_b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/user_guide/tb_example.vhd] 0:00:00.215679

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/user_guide/tb_example.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/user_guide/tb_example.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/user_guide/tb_example.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/user_guide/tb_example.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/user_guide/tb_example.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/prmtvs_b.vhdl] 0:00:00.209694

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/prmtvs_b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/prmtvs_b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/prmtvs_b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/prmtvs_b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital2000/prmtvs_b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/user_guide/tb_example_many.vhd] 0:00:00.222930

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/user_guide/tb_example_many.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/user_guide/tb_example_many.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/user_guide/tb_example_many.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/user_guide/tb_example_many.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/user_guide/tb_example_many.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_signed.vhdl] 0:00:00.213249

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_signed.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_signed.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_signed.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_signed.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_signed.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/coverage/tb_coverage.vhd] 0:00:00.214849

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/coverage/tb_coverage.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/coverage/tb_coverage.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/coverage/tb_coverage.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/coverage/tb_coverage.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/coverage/tb_coverage.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_arith.vhdl] 0:00:00.216708

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_arith.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_arith.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_arith.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_arith.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_arith.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_standalone.vhd] 0:00:00.211590

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_standalone.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_standalone.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_standalone.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_standalone.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_standalone.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_watchdog.vhd] 0:00:00.213798

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_watchdog.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_watchdog.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_watchdog.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_watchdog.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_watchdog.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_misc-body.vhdl] 0:00:00.212371

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_misc-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_misc-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_misc-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_misc-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_misc-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_lower_level_control.vhd] 0:00:00.208033

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_lower_level_control.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_lower_level_control.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_lower_level_control.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_lower_level_control.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_lower_level_control.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_textio.vhdl] 0:00:00.210147

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_textio.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_textio.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_textio.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_textio.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_textio.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_test_cases.vhd] 0:00:00.212654

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_test_cases.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_test_cases.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_test_cases.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_test_cases.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_with_test_cases.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_misc.vhdl] 0:00:00.213523

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_misc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_misc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_misc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_misc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_misc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_unsigned.vhdl] 0:00:00.214591

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_unsigned.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_unsigned.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_unsigned.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_unsigned.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/synopsys/std_logic_unsigned.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_minimal.vhd] 0:00:00.211372

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_minimal.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_minimal.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_minimal.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_minimal.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_minimal.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/env-body.vhdl] 0:00:00.209826

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/env-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/env-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/env-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/env-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/env-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_many_ways_to_fail.vhd] 0:00:00.209540

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_many_ways_to_fail.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_many_ways_to_fail.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_many_ways_to_fail.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_many_ways_to_fail.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_many_ways_to_fail.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/env.vhdl] 0:00:00.214492

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/env.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/env.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/env.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/env.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/env.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_magic_paths.vhd] 0:00:00.213653

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_magic_paths.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_magic_paths.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_magic_paths.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_magic_paths.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_magic_paths.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/textio-body.vhdl] 0:00:00.212583

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/textio-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/textio-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/textio-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/textio-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/textio-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/test_control.vhd] 0:00:00.213446

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/test_control.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/test_control.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/test_control.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/test_control.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/test_control.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_running_test_case.vhd] 0:00:00.214139

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_running_test_case.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_running_test_case.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_running_test_case.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_running_test_case.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_running_test_case.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/textio.vhdl] 0:00:00.214597

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/textio.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/textio.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/textio.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/textio.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/std/textio.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_counting_errors.vhd] 0:00:00.212188

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_counting_errors.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_counting_errors.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_counting_errors.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_counting_errors.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/run/tb_counting_errors.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/upf/upf-body.vhdl] 0:00:00.254732

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/upf/upf-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/upf/upf-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/upf/upf-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/upf/upf-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/upf/upf-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/fifo.vhd] 0:00:00.214649

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/fifo.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/fifo.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/fifo.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/fifo.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/fifo.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/upf/upf.vhdl] 0:00:00.215751

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/upf/upf.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/upf/upf.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/upf/upf.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/upf/upf.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/upf/upf.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_timing-body.vhdl] 0:00:00.215212

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_timing-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_timing-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_timing-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_timing-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_timing-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/axis_buffer.vhd] 0:00:00.215717

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/axis_buffer.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/axis_buffer.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/axis_buffer.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/axis_buffer.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/axis_buffer.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_timing.vhdl] 0:00:00.211856

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_timing.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_timing.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_timing.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_timing.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_timing.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/test/vc_axis.vhd] 0:00:00.212348

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/test/vc_axis.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/test/vc_axis.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/test/vc_axis.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/test/vc_axis.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/test/vc_axis.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_primitives-body.vhdl] 0:00:00.211970

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_primitives-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_primitives-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_primitives-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_primitives-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_primitives-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/test/tb_axis_loop.vhd] 0:00:00.208952

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/test/tb_axis_loop.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/test/tb_axis_loop.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/test/tb_axis_loop.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/test/tb_axis_loop.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/array_axis_vcs/src/test/tb_axis_loop.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_primitives.vhdl] 0:00:00.209550

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_primitives.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_primitives.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_primitives.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_primitives.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/vital95/vital_primitives.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_burst_gen.vhd] 0:00:00.209497

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_burst_gen.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_burst_gen.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_burst_gen.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_burst_gen.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_burst_gen.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma_regs.vhd] 0:00:00.213589

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma_regs.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma_regs.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma_regs.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma_regs.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma_regs.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std-body.vhdl] 0:00:00.217434

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma.vhd] 0:00:00.211270

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit-body.vhdl] 0:00:00.211388

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma_regs_pkg.vhd] 0:00:00.213188

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma_regs_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma_regs_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma_regs_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma_regs_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_dma_regs_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_real-body.vhdl] 0:00:00.211103

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_real-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_real-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_real-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_real-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_real-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_pkg.vhdl] 0:00:00.210324

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/util_pkg.vhd] 0:00:00.209085

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/util_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/util_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/util_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/util_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/util_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_float_types.vhdl] 0:00:00.208300

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_float_types.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_float_types.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_float_types.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_float_types.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_float_types.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_pkg.vhd] 0:00:00.208029

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axi_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_1164.vhdl] 0:00:00.208776

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_1164.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_1164.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_1164.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_1164.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_1164.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axil_pkg.vhd] 0:00:00.209847

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axil_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axil_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axil_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axil_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/axil_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit_unsigned.vhdl] 0:00:00.209429

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit_unsigned.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit_unsigned.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit_unsigned.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit_unsigned.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit_unsigned.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_axi_dma_regs.vhd] 0:00:00.210401

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_axi_dma_regs.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_axi_dma_regs.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_axi_dma_regs.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_axi_dma_regs.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_axi_dma_regs.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std.vhdl] 0:00:00.209055

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_util_pkg.vhd] 0:00:00.208397

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_util_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_util_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_util_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_util_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_util_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit.vhdl] 0:00:00.209479

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_axi_dma.vhd] 0:00:00.208620

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_axi_dma.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_axi_dma.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_axi_dma.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_axi_dma.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/axi_dma/src/test/tb_axi_dma.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/composite_generics/test/tb_composite_generics.vhd] 0:00:00.211702

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/composite_generics/test/tb_composite_generics.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/composite_generics/test/tb_composite_generics.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/composite_generics/test/tb_composite_generics.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/composite_generics/test/tb_composite_generics.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/composite_generics/test/tb_composite_generics.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_complex.vhdl] 0:00:00.212177

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_complex.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_complex.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_complex.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_complex.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_complex.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/uart_rx.vhd] 0:00:00.210789

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/uart_rx.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/uart_rx.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/uart_rx.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/uart_rx.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/uart_rx.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std_unsigned.vhdl] 0:00:00.206901

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std_unsigned.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std_unsigned.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std_unsigned.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std_unsigned.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std_unsigned.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/uart_tx.vhd] 0:00:00.210793

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/uart_tx.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/uart_tx.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/uart_tx.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/uart_tx.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/uart_tx.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit_unsigned-body.vhdl] 0:00:00.210175

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit_unsigned-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit_unsigned-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit_unsigned-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit_unsigned-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_bit_unsigned-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_real.vhdl] 0:00:00.211715

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_real.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_real.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_real.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_real.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_real.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/test/tb_uart_tx.vhd] 0:00:00.212641

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/test/tb_uart_tx.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/test/tb_uart_tx.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/test/tb_uart_tx.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/test/tb_uart_tx.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/test/tb_uart_tx.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_generic_pkg-body.vhdl] 0:00:00.215477

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_generic_pkg-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_generic_pkg-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_generic_pkg-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_generic_pkg-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_generic_pkg-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/test/tb_uart_rx.vhd] 0:00:00.211369

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/test/tb_uart_rx.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/test/tb_uart_rx.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/test/tb_uart_rx.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/test/tb_uart_rx.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/uart/src/test/tb_uart_rx.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_textio.vhdl] 0:00:00.209916

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_textio.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_textio.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_textio.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_textio.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_textio.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/check/tb_example.vhd] 0:00:00.209302

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/check/tb_example.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/check/tb_example.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/check/tb_example.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/check/tb_example.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/check/tb_example.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_generic_pkg.vhdl] 0:00:00.207109

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_generic_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_generic_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_generic_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_generic_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/fixed_generic_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/vivado/src/top.vhd] 0:00:00.205974

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/vivado/src/top.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/vivado/src/top.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/vivado/src/top.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/vivado/src/top.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/vivado/src/top.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_complex-body.vhdl] 0:00:00.209151

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_complex-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_complex-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_complex-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_complex-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/math_complex-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/vivado/src/test/tb_top.vhd] 0:00:00.209130

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/vivado/src/test/tb_top.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/vivado/src/test/tb_top.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/vivado/src/test/tb_top.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/vivado/src/test/tb_top.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/vivado/src/test/tb_top.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_generic_pkg-body.vhdl] 0:00:00.209343

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_generic_pkg-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_generic_pkg-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_generic_pkg-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_generic_pkg-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_generic_pkg-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/src/adder.vhd] 0:00:00.208309

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/src/adder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/src/adder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/src/adder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/src/adder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/src/adder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/memory_bfm_pkg.vhd] 0:00:00.209664

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/memory_bfm_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/memory_bfm_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/memory_bfm_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/memory_bfm_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/memory_bfm_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/ieee_bit_context.vhdl] 0:00:00.209128

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/ieee_bit_context.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/ieee_bit_context.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/ieee_bit_context.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/ieee_bit_context.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/ieee_bit_context.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/memory_bfm.vhd] 0:00:00.213207

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/memory_bfm.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/memory_bfm.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/memory_bfm.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/memory_bfm.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/memory_bfm.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std_unsigned-body.vhdl] 0:00:00.207860

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std_unsigned-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std_unsigned-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std_unsigned-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std_unsigned-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/numeric_std_unsigned-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/tb_user_guide.vhd] 0:00:00.210039

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/tb_user_guide.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/tb_user_guide.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/tb_user_guide.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/tb_user_guide.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/com/test/tb_user_guide.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_generic_pkg.vhdl] 0:00:00.212294

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_generic_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_generic_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_generic_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_generic_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_generic_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_1164-body.vhdl] 0:00:00.212884

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_1164-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_1164-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_1164-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_1164-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/std_logic_1164-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/json4vhdl/src/test/tb_json_gens.vhd] 0:00:00.213257

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/json4vhdl/src/test/tb_json_gens.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/json4vhdl/src/test/tb_json_gens.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/json4vhdl/src/test/tb_json_gens.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/json4vhdl/src/test/tb_json_gens.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/examples/vhdl/json4vhdl/src/test/tb_json_gens.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/ieee_std_context.vhdl] 0:00:00.210364

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/ieee_std_context.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/ieee_std_context.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/ieee_std_context.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/ieee_std_context.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/ieee_std_context.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/vunit_run_context.vhd] 0:00:00.209858

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/vunit_run_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/vunit_run_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/vunit_run_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/vunit_run_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/vunit_run_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_pkg.vhdl] 0:00:00.214414

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee2008/float_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/vunit_context.vhd] 0:00:00.212255

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/vunit_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/vunit_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/vunit_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/vunit_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/vunit_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_std-body.vhdl] 0:00:00.224125

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_std-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_std-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_std-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_std-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_std-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_levels_pkg.vhd] 0:00:00.212398

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_levels_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_levels_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_levels_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_levels_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_levels_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_handler_pkg-body.vhd] 0:00:00.211961

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_handler_pkg-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_handler_pkg-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_handler_pkg-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_handler_pkg-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_handler_pkg-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_bit-body.vhdl] 0:00:00.211136

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_bit-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_bit-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_bit-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_bit-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_bit-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/logger_pkg.vhd] 0:00:00.211152

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/logger_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/logger_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/logger_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/logger_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/logger_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_real-body.vhdl] 0:00:00.209120

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_real-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_real-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_real-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_real-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_real-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_deprecated_pkg.vhd] 0:00:00.209630

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_deprecated_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_deprecated_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_deprecated_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_deprecated_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_deprecated_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/std_logic_1164.vhdl] 0:00:00.211853

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/std_logic_1164.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/std_logic_1164.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/std_logic_1164.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/std_logic_1164.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/std_logic_1164.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_std.vhdl] 0:00:00.211593

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_std.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_std.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_std.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_std.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_std.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/logger_pkg-body.vhd] 0:00:00.212764

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/logger_pkg-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/logger_pkg-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/logger_pkg-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/logger_pkg-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/logger_pkg-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_bit.vhdl] 0:00:00.209299

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_bit.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_bit.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_bit.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_bit.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/numeric_bit.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_levels_pkg-body.vhd] 0:00:00.214245

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_levels_pkg-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_levels_pkg-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_levels_pkg-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_levels_pkg-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_levels_pkg-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_complex.vhdl] 0:00:00.210987

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_complex.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_complex.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_complex.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_complex.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_complex.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/print_pkg.vhd] 0:00:00.211150

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/print_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/print_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/print_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/print_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/print_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_real.vhdl] 0:00:00.211444

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_real.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_real.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_real.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_real.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_real.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_handler_pkg.vhd] 0:00:00.210211

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_handler_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_handler_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_handler_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_handler_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/log_handler_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/file_pkg.vhd] 0:00:00.210822

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/file_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/file_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/file_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/file_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/file_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_complex-body.vhdl] 0:00:00.209364

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_complex-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_complex-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_complex-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_complex-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/math_complex-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/print_pkg-body.vhd] 0:00:00.213352

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/print_pkg-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/print_pkg-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/print_pkg-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/print_pkg-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/print_pkg-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/std_logic_1164-body.vhdl] 0:00:00.210235

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/std_logic_1164-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/std_logic_1164-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/std_logic_1164-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/std_logic_1164-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/ieee/std_logic_1164-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/ansi_pkg.vhd] 0:00:00.212283

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/ansi_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/ansi_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/ansi_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/ansi_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/src/ansi_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/mentor/std_logic_arith.vhdl] 0:00:00.211189

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/mentor/std_logic_arith.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/mentor/std_logic_arith.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/mentor/std_logic_arith.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/mentor/std_logic_arith.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/mentor/std_logic_arith.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/mentor/std_logic_arith-body.vhdl] 0:00:00.211390

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/mentor/std_logic_arith-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/mentor/std_logic_arith-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/mentor/std_logic_arith-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/mentor/std_logic_arith-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/mentor/std_logic_arith-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_log_levels.vhd] 0:00:00.212850

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_log_levels.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_log_levels.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_log_levels.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_log_levels.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_log_levels.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/math_real-body.vhdl] 0:00:00.213724

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/math_real-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/math_real-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/math_real-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/math_real-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/math_real-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_deprecated.vhd] 0:00:00.211414

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_deprecated.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_deprecated.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_deprecated.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_deprecated.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_deprecated.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/math_real.vhdl] 0:00:00.213950

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/math_real.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/math_real.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/math_real.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/math_real.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/math_real.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/test_support_pkg.vhd] 0:00:00.214547

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/test_support_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/test_support_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/test_support_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/test_support_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/test_support_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_std-body.vhdl] 0:00:00.213104

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_std-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_std-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_std-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_std-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_std-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_log.vhd] 0:00:00.213466

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_log.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_log.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_log.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_log.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/logging/test/tb_log.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_bit-body.vhdl] 0:00:00.213858

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_bit-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_bit-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_bit-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_bit-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_bit-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/core_pkg.vhd] 0:00:00.212274

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/core_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/core_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/core_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/core_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/core_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/std_logic_1164.vhdl] 0:00:00.217169

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/std_logic_1164.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/std_logic_1164.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/std_logic_1164.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/std_logic_1164.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/std_logic_1164.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_body_2008p.vhd] 0:00:00.217486

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_body_2008p.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_body_2008p.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_body_2008p.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_body_2008p.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_body_2008p.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_body_93-2002.vhd] 0:00:00.216224

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_body_93-2002.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_body_93-2002.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_body_93-2002.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_body_93-2002.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_body_93-2002.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_std.vhdl] 0:00:00.218333

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_std.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_std.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_std.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_std.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_std.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_pkg.vhd] 0:00:00.213523

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/core/src/stop_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_bit.vhdl] 0:00:00.211752

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_bit.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_bit.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_bit.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_bit.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/numeric_bit.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/array/src/array_pkg.vhd] 0:00:00.209564

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/array/src/array_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/array/src/array_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/array/src/array_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/array/src/array_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/array/src/array_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/std_logic_1164-body.vhdl] 0:00:00.211171

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/std_logic_1164-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/std_logic_1164-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/std_logic_1164-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/std_logic_1164-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v93/std_logic_1164-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_std-body.vhdl] 0:00:00.216648

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_std-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_std-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_std-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_std-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_std-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/array/test/tb_array.vhd] 0:00:00.215478

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/array/test/tb_array.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/array/test/tb_array.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/array/test/tb_array.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/array/test/tb_array.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/array/test/tb_array.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_bit-body.vhdl] 0:00:00.214723

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_bit-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_bit-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_bit-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_bit-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_bit-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/string_ops/src/string_ops.vhd] 0:00:00.214328

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/string_ops/src/string_ops.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/string_ops/src/string_ops.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/string_ops/src/string_ops.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/string_ops/src/string_ops.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/string_ops/src/string_ops.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/std_logic_1164.vhdl] 0:00:00.210729

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/std_logic_1164.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/std_logic_1164.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/std_logic_1164.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/std_logic_1164.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/std_logic_1164.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/string_ops/test/tb_string_ops.vhd] 0:00:00.211901

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/string_ops/test/tb_string_ops.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/string_ops/test/tb_string_ops.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/string_ops/test/tb_string_ops.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/string_ops/test/tb_string_ops.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/string_ops/test/tb_string_ops.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_std.vhdl] 0:00:00.221550

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_std.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_std.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_std.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_std.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_std.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/random/src/random_pkg.vhd] 0:00:00.214515

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/random/src/random_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/random/src/random_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/random/src/random_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/random/src/random_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/random/src/random_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_bit.vhdl] 0:00:00.212467

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_bit.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_bit.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_bit.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_bit.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/numeric_bit.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/random/test/tb_random_pkg.vhd] 0:00:00.212507

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/random/test/tb_random_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/random/test/tb_random_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/random/test/tb_random_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/random/test/tb_random_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/random/test/tb_random_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/std_logic_1164-body.vhdl] 0:00:00.211760

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/std_logic_1164-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/std_logic_1164-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/std_logic_1164-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/std_logic_1164-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v87/std_logic_1164-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_master.vhd] 0:00:00.212507

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_master.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_master.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_master.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_master.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_master.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_protocol_checker.vhd] 0:00:00.217226

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_protocol_checker.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_protocol_checker.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_protocol_checker.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_protocol_checker.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_protocol_checker.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v08/std_logic_1164.vhdl] 0:00:00.214186

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v08/std_logic_1164.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v08/std_logic_1164.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v08/std_logic_1164.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v08/std_logic_1164.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v08/std_logic_1164.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus_master_pkg-body.vhd] 0:00:00.214865

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus_master_pkg-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus_master_pkg-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus_master_pkg-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus_master_pkg-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus_master_pkg-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v08/std_logic_1164-body.vhdl] 0:00:00.215501

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v08/std_logic_1164-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v08/std_logic_1164-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v08/std_logic_1164-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v08/std_logic_1164-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/libraries/openieee/v08/std_logic_1164-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_stream_pkg.vhd] 0:00:00.216698

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_stream_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_stream_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_stream_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_stream_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_stream_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/hello/hello.vhdl] 0:00:00.215564

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/hello/hello.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/hello/hello.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/hello/hello.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/hello/hello.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/hello/hello.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/adder/adder_tb.vhdl] 0:00:00.217893

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/adder/adder_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/adder/adder_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/adder/adder_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/adder/adder_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/adder/adder_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_slave_private_pkg.vhd] 0:00:00.216010

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_slave_private_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_slave_private_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_slave_private_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_slave_private_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_slave_private_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/adder/adder.vhdl] 0:00:00.214688

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/adder/adder.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/adder/adder.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/adder/adder.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/adder/adder.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/adder/adder.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_statistics_pkg.vhd] 0:00:00.213624

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_statistics_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_statistics_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_statistics_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_statistics_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_statistics_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/heartbeat/heartbeat.vhdl] 0:00:00.212597

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/heartbeat/heartbeat.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/heartbeat/heartbeat.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/heartbeat/heartbeat.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/heartbeat/heartbeat.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/doc/quick_start/simulation/heartbeat/heartbeat.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_master.vhd] 0:00:00.214122

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_master.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_master.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_master.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_master.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_master.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/001load_lib/mydesign.vhdl] 0:00:00.213432

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/001load_lib/mydesign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/001load_lib/mydesign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/001load_lib/mydesign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/001load_lib/mydesign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/001load_lib/mydesign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_slave.vhd] 0:00:00.214395

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_slave.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_slave.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_slave.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_slave.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_slave.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_read_slave.vhd] 0:00:00.216721

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_read_slave.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_read_slave.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_read_slave.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_read_slave.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_read_slave.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/003load_multi_lib/mydesign.vhdl] 0:00:00.218697

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/003load_multi_lib/mydesign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/003load_multi_lib/mydesign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/003load_multi_lib/mydesign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/003load_multi_lib/mydesign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/003load_multi_lib/mydesign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_source.vhd] 0:00:00.252971

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_source.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_source.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_source.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_source.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_source.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/002load_entrypoint/mydesign.vhdl] 0:00:00.219171

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/002load_entrypoint/mydesign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/002load_entrypoint/mydesign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/002load_entrypoint/mydesign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/002load_entrypoint/mydesign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/002load_entrypoint/mydesign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/005trace_file/mydesign.vhdl] 0:00:00.214527

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/005trace_file/mydesign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/005trace_file/mydesign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/005trace_file/mydesign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/005trace_file/mydesign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/005trace_file/mydesign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_master.vhd] 0:00:00.300823

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_master.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_master.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_master.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_master.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_master.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/004trace_stdout/mydesign.vhdl] 0:00:00.214913

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/004trace_stdout/mydesign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/004trace_stdout/mydesign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/004trace_stdout/mydesign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/004trace_stdout/mydesign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vhpi/004trace_stdout/mydesign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_slave_pkg.vhd] 0:00:00.215129

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_slave_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_slave_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_slave_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_slave_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_slave_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/packages/simple_package_test.vhdl] 0:00:00.217512

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/packages/simple_package_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/packages/simple_package_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/packages/simple_package_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/packages/simple_package_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/packages/simple_package_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/sync_pkg.vhd] 0:00:00.216344

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/sync_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/sync_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/sync_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/sync_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/sync_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/packages/simple_package_body_test.vhdl] 0:00:00.214261

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/packages/simple_package_body_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/packages/simple_package_body_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/packages/simple_package_body_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/packages/simple_package_body_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/packages/simple_package_body_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/signal_checker_pkg.vhd] 0:00:00.212194

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/signal_checker_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/signal_checker_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/signal_checker_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/signal_checker_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/signal_checker_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aggregates/simple-integer-aggregate.vhdl] 0:00:00.214710

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aggregates/simple-integer-aggregate.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aggregates/simple-integer-aggregate.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aggregates/simple-integer-aggregate.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aggregates/simple-integer-aggregate.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aggregates/simple-integer-aggregate.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus_master_pkg.vhd] 0:00:00.214991

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus_master_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus_master_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus_master_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus_master_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus_master_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aggregates/simple-aggregate-lvalue.vhdl] 0:00:00.216492

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aggregates/simple-aggregate-lvalue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aggregates/simple-aggregate-lvalue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aggregates/simple-aggregate-lvalue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aggregates/simple-aggregate-lvalue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aggregates/simple-aggregate-lvalue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_monitor.vhd] 0:00:00.214704

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_monitor.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_monitor.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_monitor.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_monitor.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_monitor.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/dynamic_procedure_for_loop.vhdl] 0:00:00.216368

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/dynamic_procedure_for_loop.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/dynamic_procedure_for_loop.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/dynamic_procedure_for_loop.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/dynamic_procedure_for_loop.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/dynamic_procedure_for_loop.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_pkg.vhd] 0:00:00.215419

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/enumeration-for-loop-constrained.vhdl] 0:00:00.214374

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/enumeration-for-loop-constrained.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/enumeration-for-loop-constrained.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/enumeration-for-loop-constrained.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/enumeration-for-loop-constrained.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/enumeration-for-loop-constrained.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_pkg-body.vhd] 0:00:00.214838

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_pkg-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_pkg-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_pkg-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_pkg-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_pkg-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/enumeration-for-loop.vhdl] 0:00:00.213282

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/enumeration-for-loop.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/enumeration-for-loop.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/enumeration-for-loop.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/enumeration-for-loop.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/enumeration-for-loop.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_slave_pkg.vhd] 0:00:00.210985

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_slave_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_slave_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_slave_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_slave_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_slave_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/dynamic_package_procedure_for_loop.vhdl] 0:00:00.211417

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/dynamic_package_procedure_for_loop.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/dynamic_package_procedure_for_loop.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/dynamic_package_procedure_for_loop.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/dynamic_package_procedure_for_loop.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/dynamic_package_procedure_for_loop.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_slave_pkg-body.vhd] 0:00:00.210503

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_slave_pkg-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_slave_pkg-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_slave_pkg-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_slave_pkg-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_slave_pkg-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/integer-for-loop.vhdl] 0:00:00.207955

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/integer-for-loop.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/integer-for-loop.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/integer-for-loop.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/integer-for-loop.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/for-loops/integer-for-loop.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_utils_pkg.vhd] 0:00:00.210897

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_utils_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_utils_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_utils_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_utils_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/memory_utils_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/if-statements/simple-if-statement.vhdl] 0:00:00.217083

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/if-statements/simple-if-statement.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/if-statements/simple-if-statement.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/if-statements/simple-if-statement.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/if-statements/simple-if-statement.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/if-statements/simple-if-statement.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/sync_pkg-body.vhd] 0:00:00.206921

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/sync_pkg-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/sync_pkg-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/sync_pkg-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/sync_pkg-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/sync_pkg-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/block-statements/simple-grouping-block.vhdl] 0:00:00.209252

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/block-statements/simple-grouping-block.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/block-statements/simple-grouping-block.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/block-statements/simple-grouping-block.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/block-statements/simple-grouping-block.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/block-statements/simple-grouping-block.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_write_slave.vhd] 0:00:00.211258

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_write_slave.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_write_slave.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_write_slave.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_write_slave.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_write_slave.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/generics/entity-generic-defines-port-type.vhdl] 0:00:00.212024

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/generics/entity-generic-defines-port-type.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/generics/entity-generic-defines-port-type.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/generics/entity-generic-defines-port-type.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/generics/entity-generic-defines-port-type.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/generics/entity-generic-defines-port-type.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_pkg.vhd] 0:00:00.217567

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/generics/simple-entity-generic.vhdl] 0:00:00.215521

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/generics/simple-entity-generic.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/generics/simple-entity-generic.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/generics/simple-entity-generic.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/generics/simple-entity-generic.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/generics/simple-entity-generic.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/vc_context.vhd] 0:00:00.216743

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/vc_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/vc_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/vc_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/vc_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/vc_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_std_logic_type.vhdl] 0:00:00.218075

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_std_logic_type.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_std_logic_type.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_std_logic_type.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_std_logic_type.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_std_logic_type.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/std_logic_checker.vhd] 0:00:00.216221

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/std_logic_checker.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/std_logic_checker.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/std_logic_checker.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/std_logic_checker.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/std_logic_checker.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_or_table.vhdl] 0:00:00.212216

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_or_table.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_or_table.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_or_table.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_or_table.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_or_table.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_master_pkg-body.vhd] 0:00:00.213928

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_master_pkg-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_master_pkg-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_master_pkg-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_master_pkg-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_master_pkg-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_xor_table.vhdl] 0:00:00.213591

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_xor_table.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_xor_table.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_xor_table.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_xor_table.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_xor_table.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_master_pkg.vhd] 0:00:00.215709

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_master_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_master_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_master_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_master_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/stream_master_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_and_table.vhdl] 0:00:00.210979

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_and_table.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_and_table.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_and_table.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_and_table.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_and_table.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_slave.vhd] 0:00:00.209000

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_slave.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_slave.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_slave.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_slave.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_slave.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_resolution_table.vhdl] 0:00:00.210961

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_resolution_table.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_resolution_table.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_resolution_table.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_resolution_table.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_resolution_table.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_pkg.vhd] 0:00:00.212955

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/wishbone_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_std_logic_resolution_function.vhdl] 0:00:00.212217

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_std_logic_resolution_function.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_std_logic_resolution_function.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_std_logic_resolution_function.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_std_logic_resolution_function.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_logic_1164/test_std_logic_resolution_function.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/ram_master.vhd] 0:00:00.213655

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/ram_master.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/ram_master.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/ram_master.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/ram_master.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/ram_master.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/division/integer-division.vhdl] 0:00:00.212451

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/division/integer-division.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/division/integer-division.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/division/integer-division.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/division/integer-division.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/division/integer-division.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_slave.vhd] 0:00:00.212051

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_slave.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_slave.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_slave.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_slave.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_slave.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/variable-plus-int.vhdl] 0:00:00.212018

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/variable-plus-int.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/variable-plus-int.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/variable-plus-int.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/variable-plus-int.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/variable-plus-int.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_sink.vhd] 0:00:00.210079

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_sink.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_sink.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_sink.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_sink.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_sink.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/variable-plus-variable.vhdl] 0:00:00.209969

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/variable-plus-variable.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/variable-plus-variable.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/variable-plus-variable.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/variable-plus-variable.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/variable-plus-variable.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus2memory.vhd] 0:00:00.211272

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus2memory.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus2memory.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus2memory.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus2memory.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/bus2memory.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/add-two-integers.vhdl] 0:00:00.209177

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/add-two-integers.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/add-two-integers.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/add-two-integers.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/add-two-integers.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/addition/add-two-integers.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_slave.vhd] 0:00:00.210671

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_slave.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_slave.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_slave.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_slave.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_slave.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/concatenation/concatenate-two-strings.vhdl] 0:00:00.209693

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/concatenation/concatenate-two-strings.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/concatenation/concatenate-two-strings.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/concatenation/concatenate-two-strings.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/concatenation/concatenate-two-strings.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/concatenation/concatenate-two-strings.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_pkg.vhd] 0:00:00.208410

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/concatenation/concatenate-string-character.vhdl] 0:00:00.212249

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/concatenation/concatenate-string-character.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/concatenation/concatenate-string-character.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/concatenation/concatenate-string-character.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/concatenation/concatenate-string-character.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/operators/concatenation/concatenate-string-character.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_master.vhd] 0:00:00.211701

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_master.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_master.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_master.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_master.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/uart_master.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-integer-assign.vhdl] 0:00:00.211239

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-integer-assign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-integer-assign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-integer-assign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-integer-assign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-integer-assign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_lite_master.vhd] 0:00:00.212393

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_lite_master.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_lite_master.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_lite_master.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_lite_master.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_lite_master.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-enumeration-assign.vhdl] 0:00:00.211506

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-enumeration-assign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-enumeration-assign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-enumeration-assign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-enumeration-assign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-enumeration-assign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_private_pkg.vhd] 0:00:00.210609

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_private_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_private_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_private_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_private_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_private_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/integer-variable-persist-across-activations.vhdl] 0:00:00.209549

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/integer-variable-persist-across-activations.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/integer-variable-persist-across-activations.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/integer-variable-persist-across-activations.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/integer-variable-persist-across-activations.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/integer-variable-persist-across-activations.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_lite_master_pkg.vhd] 0:00:00.211572

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_lite_master_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_lite_master_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_lite_master_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_lite_master_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_lite_master_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-integer-initialize.vhdl] 0:00:00.211405

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-integer-initialize.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-integer-initialize.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-integer-initialize.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-integer-initialize.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/variable/simple-integer-initialize.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_pkg.vhd] 0:00:00.211247

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/axi_stream_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aliases/objects/simple-string-alias.vhdl] 0:00:00.213898

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aliases/objects/simple-string-alias.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aliases/objects/simple-string-alias.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aliases/objects/simple-string-alias.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aliases/objects/simple-string-alias.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/aliases/objects/simple-string-alias.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_pkg.vhd] 0:00:00.213885

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/src/avalon_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-integer-assign.vhdl] 0:00:00.211373

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-integer-assign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-integer-assign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-integer-assign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-integer-assign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-integer-assign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_wishbone_master.vhd] 0:00:00.211961

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_wishbone_master.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_wishbone_master.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_wishbone_master.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_wishbone_master.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_wishbone_master.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-enumeration-assign.vhdl] 0:00:00.211653

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-enumeration-assign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-enumeration-assign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-enumeration-assign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-enumeration-assign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-enumeration-assign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_slave.vhd] 0:00:00.214666

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_slave.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_slave.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_slave.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_slave.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_slave.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/integer-variable-persist-across-activations.vhdl] 0:00:00.220992

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/integer-variable-persist-across-activations.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/integer-variable-persist-across-activations.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/integer-variable-persist-across-activations.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/integer-variable-persist-across-activations.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/integer-variable-persist-across-activations.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_ram_master.vhd] 0:00:00.214181

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_ram_master.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_ram_master.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_ram_master.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_ram_master.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_ram_master.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-integer-initialize.vhdl] 0:00:00.210722

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-integer-initialize.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-integer-initialize.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-integer-initialize.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-integer-initialize.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/variable/simple-integer-initialize.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_std_logic_checker.vhd] 0:00:00.210414

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_std_logic_checker.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_std_logic_checker.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_std_logic_checker.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_std_logic_checker.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_std_logic_checker.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/integer-fanout.vhdl] 0:00:00.211305

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/integer-fanout.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/integer-fanout.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/integer-fanout.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/integer-fanout.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/integer-fanout.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_write_slave.vhd] 0:00:00.216244

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_write_slave.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_write_slave.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_write_slave.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_write_slave.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_write_slave.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/simple-integer-assign.vhdl] 0:00:00.211645

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/simple-integer-assign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/simple-integer-assign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/simple-integer-assign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/simple-integer-assign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/simple-integer-assign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_master.vhd] 0:00:00.211849

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_master.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_master.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_master.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_master.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_master.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/simple-integer-initialize.vhdl] 0:00:00.210925

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/simple-integer-initialize.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/simple-integer-initialize.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/simple-integer-initialize.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/simple-integer-initialize.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/signals/assignments/simple-integer-initialize.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon.vhd] 0:00:00.211450

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/constants/simple-string-constant.vhdl] 0:00:00.212310

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/constants/simple-string-constant.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/constants/simple-string-constant.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/constants/simple-string-constant.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/constants/simple-string-constant.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/objects/constants/simple-string-constant.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_stream.vhd] 0:00:00.213198

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_stream.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_stream.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_stream.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_stream.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_stream.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/simple-read.vhdl] 0:00:00.210934

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/simple-read.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/simple-read.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/simple-read.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/simple-read.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/simple-read.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_stream.vhd] 0:00:00.211476

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_stream.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_stream.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_stream.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_stream.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_stream.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_array_read.vhdl] 0:00:00.215373

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_array_read.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_array_read.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_array_read.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_array_read.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_array_read.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_bus_master_pkg.vhd] 0:00:00.213846

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_bus_master_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_bus_master_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_bus_master_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_bus_master_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_bus_master_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_read.vhdl] 0:00:00.212193

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_read.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_read.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_read.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_read.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/read/character_read.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_read_slave.vhd] 0:00:00.215703

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_read_slave.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_read_slave.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_read_slave.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_read_slave.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_read_slave.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_3.vhdl] 0:00:00.215109

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_lite_master.vhd] 0:00:00.214490

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_lite_master.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_lite_master.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_lite_master.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_lite_master.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_lite_master.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/write_bit_vector.vhdl] 0:00:00.212385

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/write_bit_vector.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/write_bit_vector.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/write_bit_vector.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/write_bit_vector.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/write_bit_vector.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_stream_protocol_checker.vhd] 0:00:00.215575

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_stream_protocol_checker.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_stream_protocol_checker.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_stream_protocol_checker.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_stream_protocol_checker.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_stream_protocol_checker.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/simple-write.vhdl] 0:00:00.218798

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/simple-write.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/simple-write.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/simple-write.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/simple-write.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/simple-write.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_statistics_pkg.vhd] 0:00:00.214470

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_statistics_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_statistics_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_statistics_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_statistics_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_statistics_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_2.vhdl] 0:00:00.211765

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_wishbone_slave.vhd] 0:00:00.209439

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_wishbone_slave.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_wishbone_slave.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_wishbone_slave.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_wishbone_slave.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_wishbone_slave.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_1.vhdl] 0:00:00.213844

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/textio/write/fopen_test_1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_memory.vhd] 0:00:00.214323

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_memory.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_memory.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_memory.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_memory.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_memory.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/entities/pass-integer-through-inout-port.vhdl] 0:00:00.210257

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/entities/pass-integer-through-inout-port.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/entities/pass-integer-through-inout-port.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/entities/pass-integer-through-inout-port.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/entities/pass-integer-through-inout-port.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/entities/pass-integer-through-inout-port.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_uart.vhd] 0:00:00.210595

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_uart.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_uart.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_uart.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_uart.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_uart.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/entities/pass-array-type-through-inout-port.vhdl] 0:00:00.212522

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/entities/pass-array-type-through-inout-port.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/entities/pass-array-type-through-inout-port.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/entities/pass-array-type-through-inout-port.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/entities/pass-array-type-through-inout-port.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/entities/pass-array-type-through-inout-port.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_stream_pkg.vhd] 0:00:00.210690

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_stream_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_stream_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_stream_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_stream_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_avalon_stream_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_standard/simple-now-test.vhdl] 0:00:00.211420

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_standard/simple-now-test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_standard/simple-now-test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_standard/simple-now-test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_standard/simple-now-test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/std_standard/simple-now-test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_memory_utils_pkg.vhd] 0:00:00.211999

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_memory_utils_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_memory_utils_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_memory_utils_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_memory_utils_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_memory_utils_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/slices/slice-lvalue.vhdl] 0:00:00.210193

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/slices/slice-lvalue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/slices/slice-lvalue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/slices/slice-lvalue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/slices/slice-lvalue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/slices/slice-lvalue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_slave_private_pkg.vhd] 0:00:00.213259

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_slave_private_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_slave_private_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_slave_private_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_slave_private_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_axi_slave_private_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/slices/simple-slice.vhdl] 0:00:00.211960

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/slices/simple-slice.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/slices/simple-slice.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/slices/simple-slice.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/slices/simple-slice.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/slices/simple-slice.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_sync_pkg.vhd] 0:00:00.213856

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_sync_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_sync_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_sync_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_sync_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/verification_components/test/tb_sync_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-array-assign.vhdl] 0:00:00.213990

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-array-assign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-array-assign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-array-assign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-array-assign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-array-assign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_types.vhd] 0:00:00.213597

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_types.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_types.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_types.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_types.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_types.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-integer-assign.vhdl] 0:00:00.213944

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-integer-assign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-integer-assign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-integer-assign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-integer-assign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-integer-assign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_api.vhd] 0:00:00.210891

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_api.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_api.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_api.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_api.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_api.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-integer-initialize.vhdl] 0:00:00.207109

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-integer-initialize.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-integer-initialize.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-integer-initialize.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-integer-initialize.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/signals/assign/simple-integer-initialize.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run.vhd] 0:00:00.213958

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/simple-subtypes.vhdl] 0:00:00.214110

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/simple-subtypes.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/simple-subtypes.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/simple-subtypes.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/simple-subtypes.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/simple-subtypes.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_deprecated_pkg.vhd] 0:00:00.213732

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_deprecated_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_deprecated_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_deprecated_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_deprecated_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/run_deprecated_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/enumeration-types/std-enums-test.vhdl] 0:00:00.209178

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/enumeration-types/std-enums-test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/enumeration-types/std-enums-test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/enumeration-types/std-enums-test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/enumeration-types/std-enums-test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/enumeration-types/std-enums-test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/runner_pkg.vhd] 0:00:00.211284

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/runner_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/runner_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/runner_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/runner_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/src/runner_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/integer-record-aggregate-init.vhdl] 0:00:00.213845

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/integer-record-aggregate-init.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/integer-record-aggregate-init.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/integer-record-aggregate-init.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/integer-record-aggregate-init.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/integer-record-aggregate-init.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/tb_run.vhd] 0:00:00.210163

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/tb_run.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/tb_run.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/tb_run.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/tb_run.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/tb_run.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/simple-integer-record.vhdl] 0:00:00.213729

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/simple-integer-record.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/simple-integer-record.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/simple-integer-record.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/simple-integer-record.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/simple-integer-record.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/run_tests.vhd] 0:00:00.208686

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/run_tests.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/run_tests.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/run_tests.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/run_tests.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/run_tests.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/date-record.vhdl] 0:00:00.207388

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/date-record.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/date-record.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/date-record.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/date-record.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/record-types/date-record.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/tb_watchdog.vhd] 0:00:00.210415

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/tb_watchdog.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/tb_watchdog.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/tb_watchdog.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/tb_watchdog.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/run/test/tb_watchdog.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/unconstrained_argument.vhdl] 0:00:00.207893

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/unconstrained_argument.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/unconstrained_argument.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/unconstrained_argument.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/unconstrained_argument.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/unconstrained_argument.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/dictionary/src/dictionary.vhd] 0:00:00.207685

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/dictionary/src/dictionary.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/dictionary/src/dictionary.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/dictionary/src/dictionary.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/dictionary/src/dictionary.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/dictionary/src/dictionary.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/colors_2d_array.vhdl] 0:00:00.207851

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/colors_2d_array.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/colors_2d_array.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/colors_2d_array.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/colors_2d_array.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/colors_2d_array.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/dictionary/test/tb_dictionary.vhd] 0:00:00.211216

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/dictionary/test/tb_dictionary.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/dictionary/test/tb_dictionary.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/dictionary/test/tb_dictionary.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/dictionary/test/tb_dictionary.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/dictionary/test/tb_dictionary.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/subprogram-dynamic-type.vhdl] 0:00:00.212216

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/subprogram-dynamic-type.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/subprogram-dynamic-type.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/subprogram-dynamic-type.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/subprogram-dynamic-type.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/subprogram-dynamic-type.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check.vhd] 0:00:00.213488

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/simple-integer-array.vhdl] 0:00:00.212503

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/simple-integer-array.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/simple-integer-array.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/simple-integer-array.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/simple-integer-array.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/simple-integer-array.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check_api.vhd] 0:00:00.216693

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check_api.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check_api.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check_api.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check_api.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check_api.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/character-index-constant.vhdl] 0:00:00.215659

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/character-index-constant.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/character-index-constant.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/character-index-constant.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/character-index-constant.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/character-index-constant.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/checker_pkg.vhd] 0:00:00.217490

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/checker_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/checker_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/checker_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/checker_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/checker_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/integer-array-using-tick-range.vhdl] 0:00:00.213998

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/integer-array-using-tick-range.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/integer-array-using-tick-range.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/integer-array-using-tick-range.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/integer-array-using-tick-range.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/array-types/integer-array-using-tick-range.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/checker_pkg-body.vhd] 0:00:00.214391

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/checker_pkg-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/checker_pkg-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/checker_pkg-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/checker_pkg-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/checker_pkg-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/integer-types/subprogram-dynamic-type.vhdl] 0:00:00.214576

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/integer-types/subprogram-dynamic-type.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/integer-types/subprogram-dynamic-type.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/integer-types/subprogram-dynamic-type.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/integer-types/subprogram-dynamic-type.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/integer-types/subprogram-dynamic-type.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check_deprecated_pkg.vhd] 0:00:00.215371

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check_deprecated_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check_deprecated_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check_deprecated_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check_deprecated_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/src/check_deprecated_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/integer-types/resolved-integer-type.vhdl] 0:00:00.221074

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/integer-types/resolved-integer-type.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/integer-types/resolved-integer-type.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/integer-types/resolved-integer-type.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/integer-types/resolved-integer-type.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/integer-types/resolved-integer-type.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check.vhd] 0:00:00.215534

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/unconstrained_parameter.vhdl] 0:00:00.215505

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/unconstrained_parameter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/unconstrained_parameter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/unconstrained_parameter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/unconstrained_parameter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/unconstrained_parameter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_equal_real.vhd] 0:00:00.216513

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_equal_real.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_equal_real.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_equal_real.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_equal_real.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_equal_real.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-out-parameter.vhdl] 0:00:00.217863

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-out-parameter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-out-parameter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-out-parameter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-out-parameter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-out-parameter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_passed.vhd] 0:00:00.218704

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_passed.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_passed.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_passed.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_passed.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_passed.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/integer-type-overload.vhdl] 0:00:00.215756

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/integer-type-overload.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/integer-type-overload.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/integer-type-overload.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/integer-type-overload.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/integer-type-overload.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_zero_one_hot.vhd] 0:00:00.216706

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_zero_one_hot.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_zero_one_hot.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_zero_one_hot.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_zero_one_hot.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_zero_one_hot.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-procedure-call.vhdl] 0:00:00.215709

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-procedure-call.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-procedure-call.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-procedure-call.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-procedure-call.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/functions/simple-procedure-call.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_relation.vhd] 0:00:00.218932

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_relation.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_relation.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_relation.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_relation.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_relation.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-ascending-attribute.vhdl] 0:00:00.215703

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-ascending-attribute.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-ascending-attribute.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-ascending-attribute.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-ascending-attribute.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-ascending-attribute.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_checker.vhd] 0:00:00.219446

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_checker.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_checker.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_checker.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_checker.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_checker.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-low-attribute.vhdl] 0:00:00.216954

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-low-attribute.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-low-attribute.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-low-attribute.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-low-attribute.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-low-attribute.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_implication.vhd] 0:00:00.215641

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_implication.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_implication.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_implication.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_implication.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_implication.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-length-attribute.vhdl] 0:00:00.214693

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-length-attribute.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-length-attribute.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-length-attribute.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-length-attribute.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-length-attribute.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_stable.vhd] 0:00:00.217479

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_stable.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_stable.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_stable.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_stable.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_stable.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-right-attribute.vhdl] 0:00:00.215485

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-right-attribute.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-right-attribute.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-right-attribute.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-right-attribute.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-right-attribute.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_false.vhd] 0:00:00.212376

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_false.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_false.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_false.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_false.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_false.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-left-attribute.vhdl] 0:00:00.210834

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-left-attribute.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-left-attribute.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-left-attribute.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-left-attribute.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-left-attribute.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/test_support.vhd] 0:00:00.213550

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/test_support.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/test_support.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/test_support.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/test_support.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/test_support.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-high-attribute.vhdl] 0:00:00.209849

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-high-attribute.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-high-attribute.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-high-attribute.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-high-attribute.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/array/simple-high-attribute.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_deprecated.vhd] 0:00:00.212527

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_deprecated.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_deprecated.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_deprecated.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_deprecated.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_deprecated.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last_event-attribute.vhdl] 0:00:00.213499

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last_event-attribute.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last_event-attribute.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last_event-attribute.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last_event-attribute.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last_event-attribute.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_failed.vhd] 0:00:00.214948

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_failed.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_failed.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_failed.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_failed.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_failed.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-event-attribute.vhdl] 0:00:00.214230

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-event-attribute.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-event-attribute.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-event-attribute.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-event-attribute.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-event-attribute.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_result.vhd] 0:00:00.214921

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_result.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_result.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_result.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_result.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_result.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last-value.vhdl] 0:00:00.215034

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last-value.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last-value.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last-value.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last-value.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last-value.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_not_unknown.vhd] 0:00:00.215569

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_not_unknown.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_not_unknown.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_not_unknown.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_not_unknown.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_not_unknown.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last_value-attribute.vhdl] 0:00:00.215058

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last_value-attribute.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last_value-attribute.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last_value-attribute.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last_value-attribute.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/signal/simple-last_value-attribute.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_sequence.vhd] 0:00:00.209319

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_sequence.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_sequence.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_sequence.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_sequence.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_sequence.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-pred.vhdl] 0:00:00.207882

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-pred.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-pred.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-pred.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-pred.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-pred.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_one_hot.vhd] 0:00:00.208064

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_one_hot.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_one_hot.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_one_hot.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_one_hot.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_one_hot.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-high.vhdl] 0:00:00.208999

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-high.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-high.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-high.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-high.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-high.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_relation_2008p.vhd] 0:00:00.208223

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_relation_2008p.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_relation_2008p.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_relation_2008p.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_relation_2008p.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_relation_2008p.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-leftof.vhdl] 0:00:00.207571

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-leftof.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-leftof.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-leftof.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-leftof.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-leftof.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_next.vhd] 0:00:00.212474

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_next.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_next.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_next.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_next.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/check/test/tb_check_next.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-ascending.vhdl] 0:00:00.210708

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-ascending.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-ascending.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-ascending.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-ascending.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-ascending.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg-body-93.vhd] 0:00:00.210252

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg-body-93.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg-body-93.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg-body-93.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg-body-93.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg-body-93.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-value.vhdl] 0:00:00.209574

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-value.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-value.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-value.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-value.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-value.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg.vhd] 0:00:00.210239

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-val.vhdl] 0:00:00.213468

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-val.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-val.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-val.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-val.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-val.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pool_pkg.vhd] 0:00:00.212884

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pool_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pool_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pool_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pool_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pool_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-rightof.vhdl] 0:00:00.212664

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-rightof.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-rightof.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-rightof.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-rightof.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-rightof.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/types.vhd] 0:00:00.211701

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/types.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/types.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/types.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/types.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/types.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-low.vhdl] 0:00:00.211906

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-low.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-low.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-low.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-low.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-low.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec.vhd] 0:00:00.213994

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-image.vhdl] 0:00:00.212359

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-image.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-image.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-image.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-image.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-image.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/data_types_context.vhd] 0:00:00.208421

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/data_types_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/data_types_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/data_types_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/data_types_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/data_types_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-succ.vhdl] 0:00:00.206789

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-succ.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-succ.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-succ.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-succ.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/simple-integer-test-succ.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/dict_pkg.vhd] 0:00:00.210741

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/dict_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/dict_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/dict_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/dict_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/dict_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/range/simple-range-attribute.vhdl] 0:00:00.210112

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/range/simple-range-attribute.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/range/simple-range-attribute.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/range/simple-range-attribute.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/range/simple-range-attribute.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/range/simple-range-attribute.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec_builder.vhd] 0:00:00.206405

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec_builder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec_builder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec_builder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec_builder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec_builder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/right/simple-integer-test.vhdl] 0:00:00.208017

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/right/simple-integer-test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/right/simple-integer-test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/right/simple-integer-test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/right/simple-integer-test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/right/simple-integer-test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec-2008p.vhd] 0:00:00.209296

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec-2008p.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec-2008p.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec-2008p.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec-2008p.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec-2008p.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/left/simple-integer-test.vhdl] 0:00:00.213206

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/left/simple-integer-test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/left/simple-integer-test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/left/simple-integer-test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/left/simple-integer-test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/left/simple-integer-test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg-body-93.vhd] 0:00:00.212276

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg-body-93.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg-body-93.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg-body-93.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg-body-93.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg-body-93.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/base/simple-integer-test.vhdl] 0:00:00.210660

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/base/simple-integer-test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/base/simple-integer-test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/base/simple-integer-test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/base/simple-integer-test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/attributes/type/base/simple-integer-test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pool_pkg.vhd] 0:00:00.210706

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pool_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pool_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pool_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pool_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pool_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/modified-character-subtype.vhdl] 0:00:00.214746

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/modified-character-subtype.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/modified-character-subtype.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/modified-character-subtype.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/modified-character-subtype.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/modified-character-subtype.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg-2008p.vhd] 0:00:00.216201

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg-2008p.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg-2008p.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg-2008p.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg-2008p.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg-2008p.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/modified-integer-subtype.vhdl] 0:00:00.216819

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/modified-integer-subtype.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/modified-integer-subtype.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/modified-integer-subtype.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/modified-integer-subtype.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/modified-integer-subtype.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg-body.vhd] 0:00:00.217545

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/simple-enumeration-subtype.vhdl] 0:00:00.215947

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/simple-enumeration-subtype.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/simple-enumeration-subtype.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/simple-enumeration-subtype.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/simple-enumeration-subtype.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/subtypes/simple-enumeration-subtype.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/byte_vector_ptr_pkg.vhd] 0:00:00.217490

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/byte_vector_ptr_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/byte_vector_ptr_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/byte_vector_ptr_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/byte_vector_ptr_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/byte_vector_ptr_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-default-binding.vhdl] 0:00:00.215683

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-default-binding.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-default-binding.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-default-binding.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-default-binding.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-default-binding.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pool_pkg.vhd] 0:00:00.216573

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pool_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pool_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pool_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pool_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pool_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/unconstrained-array-example.vhdl] 0:00:00.217917

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/unconstrained-array-example.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/unconstrained-array-example.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/unconstrained-array-example.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/unconstrained-array-example.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/unconstrained-array-example.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_array_pkg-body.vhd] 0:00:00.214733

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_array_pkg-body.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_array_pkg-body.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_array_pkg-body.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_array_pkg-body.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_array_pkg-body.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/simple-array-example.vhdl] 0:00:00.215818

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/simple-array-example.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/simple-array-example.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/simple-array-example.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/simple-array-example.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/simple-array-example.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg.vhd] 0:00:00.217534

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-with-config-spec.vhdl] 0:00:00.216857

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-with-config-spec.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-with-config-spec.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-with-config-spec.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-with-config-spec.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-with-config-spec.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec_builder-2008p.vhd] 0:00:00.217029

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec_builder-2008p.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec_builder-2008p.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec_builder-2008p.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec_builder-2008p.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/codec_builder-2008p.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-with-port-map.vhdl] 0:00:00.224362

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-with-port-map.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-with-port-map.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-with-port-map.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-with-port-map.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/components/integer-with-port-map.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg-body-2002p.vhd] 0:00:00.217174

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg-body-2002p.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg-body-2002p.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg-body-2002p.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg-body-2002p.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/string_ptr_pkg-body-2002p.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/constants/simple-string-constant.vhdl] 0:00:00.217028

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/constants/simple-string-constant.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/constants/simple-string-constant.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/constants/simple-string-constant.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/constants/simple-string-constant.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/constants/simple-string-constant.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg-body-2002p.vhd] 0:00:00.215481

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg-body-2002p.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg-body-2002p.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg-body-2002p.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg-body-2002p.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_vector_ptr_pkg-body-2002p.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/SimpleEntity.vhdl] 0:00:00.216286

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/SimpleEntity.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/SimpleEntity.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/SimpleEntity.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/SimpleEntity.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/SimpleEntity.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_array_pkg.vhd] 0:00:00.216214

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_array_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_array_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_array_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_array_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/integer_array_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/SimplePackage.vhdl] 0:00:00.215064

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/SimplePackage.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/SimplePackage.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/SimplePackage.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/SimplePackage.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/SimplePackage.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg.vhd] 0:00:00.213540

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/queue_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/Current.vhdl] 0:00:00.211503

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/Current.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/Current.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/Current.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/Current.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/Current.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/api/external_integer_vector_pkg.vhd] 0:00:00.212135

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/api/external_integer_vector_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/api/external_integer_vector_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/api/external_integer_vector_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/api/external_integer_vector_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/api/external_integer_vector_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/003errors/tc.vhdl] 0:00:00.210626

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/003errors/tc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/003errors/tc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/003errors/tc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/003errors/tc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/003errors/tc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/api/external_string_pkg.vhd] 0:00:00.213184

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/api/external_string_pkg.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/api/external_string_pkg.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/api/external_string_pkg.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/api/external_string_pkg.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/src/api/external_string_pkg.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/hello.vhdl] 0:00:00.213386

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/hello.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/hello.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/hello.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/hello.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/hello.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_codec-2008p.vhd] 0:00:00.211495

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_codec-2008p.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_codec-2008p.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_codec-2008p.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_codec-2008p.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_codec-2008p.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/heartbeat.vhdl] 0:00:00.214989

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/heartbeat.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/heartbeat.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/heartbeat.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/heartbeat.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/heartbeat.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_string_ptr_pool.vhd] 0:00:00.212712

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_string_ptr_pool.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_string_ptr_pool.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_string_ptr_pool.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_string_ptr_pool.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_string_ptr_pool.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/adder_tb.vhdl] 0:00:00.216208

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/adder_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/adder_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/adder_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/adder_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/adder_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_vector_ptr_pool.vhd] 0:00:00.214224

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_vector_ptr_pool.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_vector_ptr_pool.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_vector_ptr_pool.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_vector_ptr_pool.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_vector_ptr_pool.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/adder.vhdl] 0:00:00.214590

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/adder.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/adder.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/adder.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/adder.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/pyunit/lsp/files/adder.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_string_ptr.vhd] 0:00:00.214744

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_string_ptr.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_string_ptr.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_string_ptr.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_string_ptr.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_string_ptr.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi001/mydesign.vhdl] 0:00:00.218230

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi001/mydesign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi001/mydesign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi001/mydesign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi001/mydesign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi001/mydesign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_array.vhd] 0:00:00.216649

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_array.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_array.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_array.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_array.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_array.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi004/mydesign.vhdl] 0:00:00.215689

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi004/mydesign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi004/mydesign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi004/mydesign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi004/mydesign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi004/mydesign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_vector_ptr.vhd] 0:00:00.212279

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_vector_ptr.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_vector_ptr.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_vector_ptr.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_vector_ptr.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_integer_vector_ptr.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi002/mydesign.vhdl] 0:00:00.211767

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi002/mydesign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi002/mydesign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi002/mydesign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi002/mydesign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi002/mydesign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue.vhd] 0:00:00.212404

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi005/mydesign.vhdl] 0:00:00.214002

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi005/mydesign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi005/mydesign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi005/mydesign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi005/mydesign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi005/mydesign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue-2008p.vhd] 0:00:00.215434

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue-2008p.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue-2008p.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue-2008p.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue-2008p.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue-2008p.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi003/mydesign.vhdl] 0:00:00.213224

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi003/mydesign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi003/mydesign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi003/mydesign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi003/mydesign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/vpi/vpi003/mydesign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_dict.vhd] 0:00:00.211061

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_dict.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_dict.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_dict.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_dict.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_dict.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue42/bugreport_attribute.vhdl] 0:00:00.212161

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue42/bugreport_attribute.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue42/bugreport_attribute.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue42/bugreport_attribute.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue42/bugreport_attribute.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue42/bugreport_attribute.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_codec.vhd] 0:00:00.209522

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_codec.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_codec.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_codec.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_codec.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_codec.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket71/bug.vhdl] 0:00:00.210925

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket71/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket71/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket71/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket71/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket71/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue_pool.vhd] 0:00:00.209832

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue_pool.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue_pool.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue_pool.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue_pool.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_queue_pool.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1292/psl_next_event_e.vhdl] 0:00:00.210078

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1292/psl_next_event_e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1292/psl_next_event_e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1292/psl_next_event_e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1292/psl_next_event_e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1292/psl_next_event_e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_byte_vector_ptr.vhd] 0:00:00.211120

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_byte_vector_ptr.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_byte_vector_ptr.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_byte_vector_ptr.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_byte_vector_ptr.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/data_types/test/tb_byte_vector_ptr.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1727/ent.vhdl] 0:00:00.213041

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1727/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1727/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1727/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1727/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1727/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_common.vhd] 0:00:00.210781

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_common.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_common.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_common.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_common.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_common.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1240/issue1.vhdl] 0:00:00.209778

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1240/issue1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1240/issue1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1240/issue1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1240/issue1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1240/issue1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_context.vhd] 0:00:00.210725

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_context.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_context.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_context.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_context.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_context.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1240/issue2.vhdl] 0:00:00.211103

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1240/issue2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1240/issue2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1240/issue2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1240/issue2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1240/issue2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_deprecated.vhd] 0:00:00.209326

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_deprecated.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_deprecated.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_deprecated.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_deprecated.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_deprecated.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue718/bug_repro.vhdl] 0:00:00.208169

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue718/bug_repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue718/bug_repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue718/bug_repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue718/bug_repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue718/bug_repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_support.vhd] 0:00:00.209120

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_support.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_support.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_support.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_support.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_support.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/test.vhdl] 0:00:00.208614

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_messenger.vhd] 0:00:00.210128

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_messenger.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_messenger.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_messenger.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_messenger.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_messenger.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/repro.vhdl] 0:00:00.214383

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_string.vhd] 0:00:00.214167

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_string.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_string.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_string.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_string.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_string.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/bug1.vhdl] 0:00:00.211581

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/bug1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/bug1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/bug1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/bug1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/bug1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_api.vhd] 0:00:00.216143

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_api.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_api.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_api.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_api.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_api.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/bug2.vhdl] 0:00:00.214366

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com.vhd] 0:00:00.213184

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/repro1.vhdl] 0:00:00.214395

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue99/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_types.vhd] 0:00:00.214194

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_types.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_types.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_types.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_types.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_types.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug7.vhdl] 0:00:00.213258

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug7.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug7.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug7.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug7.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug7.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_debug_codec_builder.vhd] 0:00:00.212517

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_debug_codec_builder.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_debug_codec_builder.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_debug_codec_builder.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_debug_codec_builder.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/src/com_debug_codec_builder.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug8.vhdl] 0:00:00.210699

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug8.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug8.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug8.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug8.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug8.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_msg_building.vhd] 0:00:00.210959

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_msg_building.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_msg_building.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_msg_building.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_msg_building.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_msg_building.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug1.vhdl] 0:00:00.214238

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/custom_types.vhd] 0:00:00.212130

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/custom_types.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/custom_types.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/custom_types.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/custom_types.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/custom_types.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug2.vhdl] 0:00:00.212119

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug069/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_codec.vhd] 0:00:00.211922

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_codec.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_codec.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_codec.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_codec.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_codec.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1480/file2.vhdl] 0:00:00.214241

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1480/file2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1480/file2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1480/file2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1480/file2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1480/file2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/more_constants.vhd] 0:00:00.216406

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/more_constants.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/more_constants.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/more_constants.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/more_constants.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/more_constants.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1480/file1.vhdl] 0:00:00.212504

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1480/file1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1480/file1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1480/file1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1480/file1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1480/file1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com.vhd] 0:00:00.212084

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue881/t87.vhdl] 0:00:00.210061

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue881/t87.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue881/t87.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue881/t87.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue881/t87.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue881/t87.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/constants.vhd] 0:00:00.210953

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/constants.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/constants.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/constants.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/constants.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/constants.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue881/t87io.vhdl] 0:00:00.210967

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue881/t87io.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue881/t87io.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue881/t87io.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue881/t87io.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue881/t87io.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_deprecated.vhd] 0:00:00.211177

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_deprecated.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_deprecated.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_deprecated.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_deprecated.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/com/test/tb_com_deprecated.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue151/tb.vhdl] 0:00:00.211361

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue151/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue151/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue151/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue151/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue151/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/path/src/path.vhd] 0:00:00.210853

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/path/src/path.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/path/src/path.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/path/src/path.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/path/src/path.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/path/src/path.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug4.vhdl] 0:00:00.210091

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/path/test/tb_path.vhd] 0:00:00.210874

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/path/test/tb_path.vhd'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/path/test/tb_path.vhd'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/path/test/tb_path.vhd']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/path/test/tb_path.vhd']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/vunit/vunit/vhdl/path/test/tb_path.vhd' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug3.vhdl] 0:00:00.211008

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_glue.vhdl] 0:00:00.210842

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_glue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_glue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_glue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_glue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_glue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug1.vhdl] 0:00:00.209813

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo.pkg.vhdl] 0:00:00.212420

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug2.vhdl] 0:00:00.212834

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket77/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got_tempgot.vhdl] 0:00:00.212480

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got_tempgot.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got_tempgot.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got_tempgot.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got_tempgot.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got_tempgot.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1229/pkg.vhdl] 0:00:00.213079

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1229/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1229/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1229/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1229/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1229/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got_tempput.vhdl] 0:00:00.216840

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got_tempput.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got_tempput.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got_tempput.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got_tempput.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got_tempput.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1229/tb.vhdl] 0:00:00.217822

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1229/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1229/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1229/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1229/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1229/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_ic_assembly.vhdl] 0:00:00.214254

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_ic_assembly.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_ic_assembly.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_ic_assembly.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_ic_assembly.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_ic_assembly.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket48/ref.vhdl] 0:00:00.215113

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket48/ref.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket48/ref.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket48/ref.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket48/ref.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket48/ref.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got.vhdl] 0:00:00.212703

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_cc_got.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket48/ref1.vhdl] 0:00:00.215161

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket48/ref1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket48/ref1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket48/ref1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket48/ref1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket48/ref1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_ic_got.vhdl] 0:00:00.216631

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_ic_got.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_ic_got.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_ic_got.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_ic_got.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_ic_got.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1371/incr_psl.vhdl] 0:00:00.215176

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1371/incr_psl.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1371/incr_psl.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1371/incr_psl.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1371/incr_psl.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1371/incr_psl.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_shift.vhdl] 0:00:00.214069

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_shift.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_shift.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_shift.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_shift.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/fifo/fifo_shift.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/main.vhdl] 0:00:00.211994

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/main.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/main.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/main.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/main.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/main.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/components.vhdl] 0:00:00.216542

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/components.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/components.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/components.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/components.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/components.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/util.vhdl] 0:00:00.215789

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/util.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/util.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/util.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/util.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/util.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/debug.vhdl] 0:00:00.223917

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/debug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/debug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/debug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/debug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/debug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/main2.vhdl] 0:00:00.215976

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/main2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/main2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/main2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/main2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue209/main2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/fileio.v08.vhdl] 0:00:00.215799

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/fileio.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/fileio.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/fileio.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/fileio.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/fileio.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/tb_thingy9.vhdl] 0:00:00.214236

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/tb_thingy9.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/tb_thingy9.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/tb_thingy9.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/tb_thingy9.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/tb_thingy9.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/math.vhdl] 0:00:00.217438

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/math.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/math.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/math.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/math.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/math.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/tb_thingy7.vhdl] 0:00:00.212400

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/tb_thingy7.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/tb_thingy7.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/tb_thingy7.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/tb_thingy7.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/tb_thingy7.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/fileio.v93.vhdl] 0:00:00.214867

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/fileio.v93.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/fileio.v93.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/fileio.v93.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/fileio.v93.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/fileio.v93.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/repro1.vhdl] 0:00:00.216707

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24326/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/utils.vhdl] 0:00:00.216097

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/utils.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/utils.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/utils.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/utils.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/utils.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/mod5.vhdl] 0:00:00.213551

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/mod5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/mod5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/mod5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/mod5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/mod5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/vectors.vhdl] 0:00:00.217185

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/vectors.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/vectors.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/vectors.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/vectors.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/vectors.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test1.vhdl] 0:00:00.218764

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/strings.vhdl] 0:00:00.218056

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/strings.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/strings.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/strings.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/strings.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/strings.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test2.vhdl] 0:00:00.216075

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/physical.vhdl] 0:00:00.214294

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/physical.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/physical.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/physical.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/physical.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/physical.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/mod5x.vhdl] 0:00:00.211581

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/mod5x.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/mod5x.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/mod5x.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/mod5x.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/mod5x.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/config.vhdl] 0:00:00.213500

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/config.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/config.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/config.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/config.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/config.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test3.vhdl] 0:00:00.212193

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug084/func_test3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/common.vhdl] 0:00:00.220109

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/common.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/common.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/common.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/common.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/common.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1431/config_example.vhdl] 0:00:00.215868

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1431/config_example.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1431/config_example.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1431/config_example.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1431/config_example.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1431/config_example.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/protected.v08.vhdl] 0:00:00.216446

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/protected.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/protected.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/protected.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/protected.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/common/protected.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue158/repro.vhdl] 0:00:00.216494

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue158/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue158/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue158/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue158/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue158/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_KeyPadScanner.vhdl] 0:00:00.215784

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_KeyPadScanner.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_KeyPadScanner.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_KeyPadScanner.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_KeyPadScanner.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_KeyPadScanner.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue552/strings_test.vhdl] 0:00:00.215897

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue552/strings_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue552/strings_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue552/strings_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue552/strings_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue552/strings_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_7SegmentMux_BCD.vhdl] 0:00:00.217749

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_7SegmentMux_BCD.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_7SegmentMux_BCD.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_7SegmentMux_BCD.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_7SegmentMux_BCD.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_7SegmentMux_BCD.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren4.vhdl] 0:00:00.217128

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_GlitchFilter.vhdl] 0:00:00.220660

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_GlitchFilter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_GlitchFilter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_GlitchFilter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_GlitchFilter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_GlitchFilter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren11.vhdl] 0:00:00.219290

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren11.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren11.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren11.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren11.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren11.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_TimingCounter.vhdl] 0:00:00.219213

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_TimingCounter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_TimingCounter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_TimingCounter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_TimingCounter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_TimingCounter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren13.vhdl] 0:00:00.225654

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren13.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren13.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren13.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren13.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren13.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_PulseWidthModulation.vhdl] 0:00:00.216437

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_PulseWidthModulation.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_PulseWidthModulation.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_PulseWidthModulation.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_PulseWidthModulation.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_PulseWidthModulation.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren8.vhdl] 0:00:00.223956

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren8.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren8.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren8.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren8.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren8.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_7SegmentMux_HEX.vhdl] 0:00:00.222883

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_7SegmentMux_HEX.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_7SegmentMux_HEX.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_7SegmentMux_HEX.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_7SegmentMux_HEX.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_7SegmentMux_HEX.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren2.vhdl] 0:00:00.222297

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_FanControl.vhdl] 0:00:00.225980

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_FanControl.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_FanControl.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_FanControl.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_FanControl.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_FanControl.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren7.vhdl] 0:00:00.216136

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren7.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren7.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren7.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren7.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren7.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_Debounce.vhdl] 0:00:00.215950

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_Debounce.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_Debounce.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_Debounce.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_Debounce.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_Debounce.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren9.vhdl] 0:00:00.215190

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren9.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren9.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren9.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren9.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren9.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io.pkg.vhdl] 0:00:00.216992

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren5.vhdl] 0:00:00.213604

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_FrequencyCounter.vhdl] 0:00:00.212731

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_FrequencyCounter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_FrequencyCounter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_FrequencyCounter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_FrequencyCounter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/io_FrequencyCounter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren10.vhdl] 0:00:00.216205

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren10.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren10.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren10.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren10.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren10.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_KYPD.vhdl] 0:00:00.219329

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_KYPD.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_KYPD.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_KYPD.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_KYPD.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_KYPD.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren12.vhdl] 0:00:00.216917

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren12.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren12.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren12.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren12.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren12.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod.pkg.vhdl] 0:00:00.220081

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren6.vhdl] 0:00:00.226298

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_SSD.vhdl] 0:00:00.220804

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_SSD.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_SSD.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_SSD.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_SSD.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_SSD.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren1.vhdl] 0:00:00.216700

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_USBUART.vhdl] 0:00:00.215658

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_USBUART.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_USBUART.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_USBUART.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_USBUART.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/pmod/pmod_USBUART.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren3.vhdl] 0:00:00.215710

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug08/paren3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out_xilinx.vhdl] 0:00:00.217358

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out_xilinx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out_xilinx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out_xilinx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out_xilinx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out_xilinx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug03/wor_std.vhdl] 0:00:00.214850

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug03/wor_std.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug03/wor_std.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug03/wor_std.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug03/wor_std.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug03/wor_std.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout.vhdl] 0:00:00.216386

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1067/top.vhdl] 0:00:00.218543

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1067/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1067/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1067/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1067/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1067/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in_altera.vhdl] 0:00:00.217628

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in_altera.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in_altera.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in_altera.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in_altera.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in_altera.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug3.vhdl] 0:00:00.216832

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio.pkg.vhdl] 0:00:00.219484

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug.vhdl] 0:00:00.216732

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout_xilinx.vhdl] 0:00:00.220450

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout_xilinx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout_xilinx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout_xilinx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout_xilinx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout_xilinx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug2.vhdl] 0:00:00.222143

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug014/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out.vhdl] 0:00:00.222009

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue148/bug_sim.vhdl] 0:00:00.219577

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue148/bug_sim.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue148/bug_sim.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue148/bug_sim.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue148/bug_sim.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue148/bug_sim.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out_altera.vhdl] 0:00:00.221624

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out_altera.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out_altera.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out_altera.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out_altera.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_out_altera.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1385/ex1.vhdl] 0:00:00.221148

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1385/ex1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1385/ex1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1385/ex1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1385/ex1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1385/ex1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in.vhdl] 0:00:00.223552

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/repro.vhdl] 0:00:00.220628

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout_altera.vhdl] 0:00:00.221027

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout_altera.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout_altera.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout_altera.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout_altera.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_inout_altera.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/repro_err.vhdl] 0:00:00.220207

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/repro_err.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/repro_err.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/repro_err.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/repro_err.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue202/repro_err.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in_xilinx.vhdl] 0:00:00.217717

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in_xilinx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in_xilinx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in_xilinx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in_xilinx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/ddrio/ddrio_in_xilinx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1066/hello.vhdl] 0:00:00.219311

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1066/hello.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1066/hello.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1066/hello.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1066/hello.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1066/hello.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/iic/iic.pkg.vhdl] 0:00:00.221227

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/iic/iic.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/iic/iic.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/iic/iic.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/iic/iic.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/iic/iic.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/bit_vector_rol_ror.vhdl] 0:00:00.218968

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/bit_vector_rol_ror.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/bit_vector_rol_ror.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/bit_vector_rol_ror.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/bit_vector_rol_ror.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/bit_vector_rol_ror.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_rx.vhdl] 0:00:00.218976

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_rx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_rx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_rx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_rx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_rx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/repro.vhdl] 0:00:00.218142

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_ft245.vhdl] 0:00:00.220195

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_ft245.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_ft245.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_ft245.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_ft245.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_ft245.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/testit.vhdl] 0:00:00.220111

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/testit.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/testit.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/testit.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/testit.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2737/testit.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_bclk.vhdl] 0:00:00.219518

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_bclk.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_bclk.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_bclk.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_bclk.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_bclk.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue190/e.vhdl] 0:00:00.224447

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue190/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue190/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue190/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue190/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue190/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_fifo.vhdl] 0:00:00.219420

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_fifo.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_fifo.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_fifo.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_fifo.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_fifo.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue136/arch.vhdl] 0:00:00.217989

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue136/arch.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue136/arch.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue136/arch.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue136/arch.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue136/arch.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_tx.vhdl] 0:00:00.216738

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_tx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_tx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_tx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_tx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart_tx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue136/ent.vhdl] 0:00:00.216927

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue136/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue136/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue136/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue136/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue136/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart.pkg.vhdl] 0:00:00.217545

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/io/uart/uart.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro.vhdl] 0:00:00.214436

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_par2.vhdl] 0:00:00.216327

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_par2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_par2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_par2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_par2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_par2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro2.vhdl] 0:00:00.218537

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache.pkg.vhdl] 0:00:00.222927

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/mwe.vhdl] 0:00:00.219134

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/mwe.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/mwe.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/mwe.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/mwe.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/mwe.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_cpu.vhdl] 0:00:00.217383

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_cpu.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_cpu.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_cpu.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_cpu.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_cpu.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro1.vhdl] 0:00:00.218524

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue616/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_tagunit_par.vhdl] 0:00:00.219992

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_tagunit_par.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_tagunit_par.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_tagunit_par.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_tagunit_par.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_tagunit_par.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug04/test.vhdl] 0:00:00.224823

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug04/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug04/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug04/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug04/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug04/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_tagunit_seq.vhdl] 0:00:00.216192

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_tagunit_seq.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_tagunit_seq.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_tagunit_seq.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_tagunit_seq.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_tagunit_seq.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug04/std_logic_warning.vhdl] 0:00:00.214497

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug04/std_logic_warning.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug04/std_logic_warning.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug04/std_logic_warning.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug04/std_logic_warning.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug04/std_logic_warning.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_mem.vhdl] 0:00:00.219684

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_mem.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_mem.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_mem.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_mem.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_mem.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue201/repro.vhdl] 0:00:00.217157

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue201/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue201/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue201/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue201/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue201/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_replacement_policy.vhdl] 0:00:00.215636

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_replacement_policy.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_replacement_policy.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_replacement_policy.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_replacement_policy.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_replacement_policy.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue199/repro.vhdl] 0:00:00.216424

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue199/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue199/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue199/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue199/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue199/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_par.vhdl] 0:00:00.217584

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_par.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_par.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_par.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_par.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/cache/cache_par.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar.vhdl] 0:00:00.215729

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/bus_Arbiter.vhdl] 0:00:00.216429

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/bus_Arbiter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/bus_Arbiter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/bus_Arbiter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/bus_Arbiter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/bus_Arbiter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar1.vhdl] 0:00:00.215652

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_FrameGenerator.vhdl] 0:00:00.216982

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_FrameGenerator.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_FrameGenerator.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_FrameGenerator.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_FrameGenerator.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_FrameGenerator.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar2.vhdl] 0:00:00.218060

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Buffer.vhdl] 0:00:00.216848

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Buffer.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Buffer.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Buffer.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Buffer.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Buffer.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar4.vhdl] 0:00:00.216510

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Mirror.vhdl] 0:00:00.218213

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Mirror.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Mirror.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Mirror.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Mirror.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Mirror.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar3.vhdl] 0:00:00.217413

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream.pkg.vhdl] 0:00:00.216324

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar0.vhdl] 0:00:00.214370

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar0.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar0.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar0.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar0.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1379/bar0.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_DeMux.vhdl] 0:00:00.210541

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_DeMux.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_DeMux.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_DeMux.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_DeMux.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_DeMux.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue578/crash2.vhdl] 0:00:00.211120

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue578/crash2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue578/crash2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue578/crash2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue578/crash2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue578/crash2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Mux.vhdl] 0:00:00.221520

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Mux.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Mux.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Mux.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Mux.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Mux.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue578/generics.vhdl] 0:00:00.217713

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue578/generics.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue578/generics.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue578/generics.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue578/generics.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue578/generics.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Source.vhdl] 0:00:00.218203

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Source.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Source.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Source.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Source.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/bus/stream/stream_Source.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue441/e.vhdl] 0:00:00.217185

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue441/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue441/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue441/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue441/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue441/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm_scramble.vhdl] 0:00:00.216845

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm_scramble.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm_scramble.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm_scramble.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm_scramble.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm_scramble.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue465/e.vhdl] 0:00:00.214439

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue465/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue465/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue465/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue465/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue465/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm.pkg.vhdl] 0:00:00.212327

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug079/repro2.vhdl] 0:00:00.212240

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug079/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug079/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug079/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug079/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug079/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm_crc.vhdl] 0:00:00.213003

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm_crc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm_crc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm_crc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm_crc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/comm_crc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug079/repro1.vhdl] 0:00:00.211619

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug079/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug079/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug079/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug079/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug079/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/remote/remote_terminal_control.vhdl] 0:00:00.209178

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/remote/remote_terminal_control.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/remote/remote_terminal_control.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/remote/remote_terminal_control.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/remote/remote_terminal_control.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/comm/remote/remote_terminal_control.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue679/repro.vhdl] 0:00:00.210683

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue679/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue679/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue679/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue679/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue679/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_Delay.vhdl] 0:00:00.213554

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_Delay.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_Delay.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_Delay.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_Delay.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_Delay.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue273/tb.vhdl] 0:00:00.210958

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue273/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue273/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue273/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue273/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue273/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_bit_lz.vhdl] 0:00:00.209639

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_bit_lz.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_bit_lz.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_bit_lz.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_bit_lz.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_bit_lz.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1473/test.vhdl] 0:00:00.208420

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1473/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1473/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1473/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1473/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1473/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_FrequencyMeasurement.vhdl] 0:00:00.212304

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_FrequencyMeasurement.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_FrequencyMeasurement.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_FrequencyMeasurement.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_FrequencyMeasurement.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/misc_FrequencyMeasurement.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/corelib_List.v08.vhdl] 0:00:00.210204

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/corelib_List.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/corelib_List.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/corelib_List.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/corelib_List.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/corelib_List.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_up_cc.vhdl] 0:00:00.213948

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_up_cc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_up_cc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_up_cc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_up_cc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_up_cc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/Integer_List_tb.vhdl] 0:00:00.210230

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/Integer_List_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/Integer_List_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/Integer_List_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/Integer_List_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/Integer_List_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_up_dc.vhdl] 0:00:00.210949

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_up_dc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_up_dc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_up_dc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_up_dc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_up_dc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/corelib.v08.vhdl] 0:00:00.211460

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/corelib.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/corelib.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/corelib.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/corelib.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug060/corelib.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_down_cc.vhdl] 0:00:00.210586

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_down_cc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_down_cc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_down_cc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_down_cc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_down_cc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro.vhdl] 0:00:00.209830

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_down_dc.vhdl] 0:00:00.213086

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_down_dc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_down_dc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_down_dc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_down_dc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/gearbox/gearbox_down_dc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro2.vhdl] 0:00:00.217745

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Maximum.vhdl] 0:00:00.213504

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Maximum.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Maximum.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Maximum.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Maximum.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Maximum.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro3err.vhdl] 0:00:00.213480

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro3err.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro3err.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro3err.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro3err.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro3err.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Histogram.vhdl] 0:00:00.213031

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Histogram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Histogram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Histogram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Histogram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Histogram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro3.vhdl] 0:00:00.212263

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1361/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Minimum.vhdl] 0:00:00.213554

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Minimum.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Minimum.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Minimum.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Minimum.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Minimum.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith_addw_tb.vhdl] 0:00:00.214787

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith_addw_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith_addw_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith_addw_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith_addw_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith_addw_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Average.vhdl] 0:00:00.212654

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Average.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Average.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Average.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Average.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/stat/stat_Average.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/repro.vhdl] 0:00:00.211127

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse.vhdl] 0:00:00.215964

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_simulation.v08.vhdl] 0:00:00.214466

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_simulation.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_simulation.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_simulation.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_simulation.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_simulation.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset.vhdl] 0:00:00.212155

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/my_project.vhdl] 0:00:00.209244

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/my_project.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/my_project.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/my_project.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/my_project.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/my_project.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits.vhdl] 0:00:00.211092

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/utils.vhdl] 0:00:00.212593

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/utils.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/utils.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/utils.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/utils.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/utils.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Command.vhdl] 0:00:00.213329

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Command.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Command.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Command.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Command.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Command.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_types.vhdl] 0:00:00.212326

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_types.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_types.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_types.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_types.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_types.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits_Altera.vhdl] 0:00:00.216034

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits_Altera.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits_Altera.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits_Altera.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits_Altera.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits_Altera.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith.pkg.vhdl] 0:00:00.213649

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse_Xilinx.vhdl] 0:00:00.212264

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse_Xilinx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse_Xilinx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse_Xilinx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse_Xilinx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse_Xilinx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/vectors.vhdl] 0:00:00.211985

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/vectors.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/vectors.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/vectors.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/vectors.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/vectors.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Strobe.vhdl] 0:00:00.213202

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Strobe.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Strobe.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Strobe.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Strobe.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Strobe.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_protected.v08.vhdl] 0:00:00.212386

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_protected.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_protected.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_protected.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_protected.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_protected.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse_Altera.vhdl] 0:00:00.210858

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse_Altera.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse_Altera.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse_Altera.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse_Altera.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Pulse_Altera.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/strings.vhdl] 0:00:00.215613

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/strings.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/strings.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/strings.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/strings.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/strings.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset_Altera.vhdl] 0:00:00.220434

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset_Altera.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset_Altera.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset_Altera.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset_Altera.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset_Altera.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/physical.vhdl] 0:00:00.216210

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/physical.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/physical.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/physical.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/physical.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/physical.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync.pkg.vhdl] 0:00:00.216177

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/config.vhdl] 0:00:00.214908

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/config.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/config.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/config.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/config.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/config.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits_Xilinx.vhdl] 0:00:00.213691

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits_Xilinx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits_Xilinx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits_Xilinx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits_Xilinx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Bits_Xilinx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/my_config_ML505.vhdl] 0:00:00.214711

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/my_config_ML505.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/my_config_ML505.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/my_config_ML505.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/my_config_ML505.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/my_config_ML505.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Vector.vhdl] 0:00:00.213442

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Vector.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Vector.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Vector.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Vector.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Vector.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_global.v08.vhdl] 0:00:00.216339

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_global.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_global.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_global.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_global.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/sim_global.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset_Xilinx.vhdl] 0:00:00.217125

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset_Xilinx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset_Xilinx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset_Xilinx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset_Xilinx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/sync/sync_Reset_Xilinx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith_addw.vhdl] 0:00:00.214794

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith_addw.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith_addw.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith_addw.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith_addw.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug037/arith_addw.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_or.vhdl] 0:00:00.215048

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_or.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_or.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_or.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_or.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_or.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro.vhdl] 0:00:00.214836

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_mean.vhdl] 0:00:00.218462

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_mean.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_mean.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_mean.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_mean.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_mean.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/fx3_model_modified.vhdl] 0:00:00.215177

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/fx3_model_modified.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/fx3_model_modified.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/fx3_model_modified.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/fx3_model_modified.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/fx3_model_modified.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_and.vhdl] 0:00:00.215714

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_and.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_and.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_and.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_and.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/misc/filter/filter_and.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro2.vhdl] 0:00:00.216952

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_free.vhdl] 0:00:00.215963

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_free.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_free.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_free.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_free.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_free.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/util.vhdl] 0:00:00.216132

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/util.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/util.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/util.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/util.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/util.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_convert_bin2bcd.vhdl] 0:00:00.215478

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_convert_bin2bcd.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_convert_bin2bcd.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_convert_bin2bcd.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_convert_bin2bcd.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_convert_bin2bcd.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/fx3_model_unmodified.vhdl] 0:00:00.212559

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/fx3_model_unmodified.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/fx3_model_unmodified.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/fx3_model_unmodified.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/fx3_model_unmodified.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/fx3_model_unmodified.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_same.vhdl] 0:00:00.213539

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_same.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_same.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_same.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_same.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_same.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro_pkg.vhdl] 0:00:00.217861

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue376/repro_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_ring.vhdl] 0:00:00.218763

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_ring.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_ring.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_ring.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_ring.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_ring.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1392/file15.vhdl] 0:00:00.216841

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1392/file15.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1392/file15.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1392/file15.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1392/file15.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1392/file15.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_trng.vhdl] 0:00:00.212391

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_trng.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_trng.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_trng.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_trng.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_trng.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket84/bug.vhdl] 0:00:00.213202

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket84/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket84/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket84/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket84/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket84/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prefix_and.vhdl] 0:00:00.219197

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prefix_and.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prefix_and.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prefix_and.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prefix_and.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prefix_and.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue212/test.vhdl] 0:00:00.215142

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue212/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue212/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue212/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue212/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue212/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_carrychain_inc.vhdl] 0:00:00.218687

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_carrychain_inc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_carrychain_inc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_carrychain_inc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_carrychain_inc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_carrychain_inc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/pkg.vhdl] 0:00:00.216535

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_shifter_barrel.vhdl] 0:00:00.218087

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_shifter_barrel.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_shifter_barrel.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_shifter_barrel.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_shifter_barrel.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_shifter_barrel.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/window_splitter_1D.vhdl] 0:00:00.215614

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/window_splitter_1D.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/window_splitter_1D.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/window_splitter_1D.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/window_splitter_1D.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/window_splitter_1D.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_sqrt.vhdl] 0:00:00.216524

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_sqrt.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_sqrt.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_sqrt.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_sqrt.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_sqrt.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/repro1.vhdl] 0:00:00.217346

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1376/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prng.vhdl] 0:00:00.219786

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prng.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prng.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prng.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prng.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prng.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug015/phys.vhdl] 0:00:00.217431

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug015/phys.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug015/phys.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug015/phys.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug015/phys.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug015/phys.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prefix_or.vhdl] 0:00:00.215885

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prefix_or.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prefix_or.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prefix_or.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prefix_or.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_prefix_or.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug015/phys2.vhdl] 0:00:00.217397

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug015/phys2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug015/phys2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug015/phys2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug015/phys2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug015/phys2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith.pkg.vhdl] 0:00:00.220059

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/ram.vhdl] 0:00:00.219037

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/ram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/ram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/ram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/ram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/ram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_firstone.vhdl] 0:00:00.217997

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_firstone.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_firstone.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_firstone.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_firstone.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_firstone.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/tb.vhdl] 0:00:00.218510

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_cca.vhdl] 0:00:00.222208

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_cca.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_cca.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_cca.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_cca.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_cca.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/fsm.vhdl] 0:00:00.221958

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/fsm.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/fsm.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/fsm.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/fsm.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue635/fsm.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_scaler.vhdl] 0:00:00.225718

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_scaler.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_scaler.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_scaler.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_scaler.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_scaler.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue666/tb2.vhdl] 0:00:00.221433

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue666/tb2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue666/tb2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue666/tb2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue666/tb2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue666/tb2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_div.vhdl] 0:00:00.221137

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_div.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_div.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_div.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_div.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_div.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue666/tb.vhdl] 0:00:00.220444

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue666/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue666/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue666/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue666/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue666/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_gray.vhdl] 0:00:00.220708

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_gray.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_gray.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_gray.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_gray.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_gray.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro.vhdl] 0:00:00.219753

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_bcd.vhdl] 0:00:00.221811

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_bcd.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_bcd.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_bcd.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_bcd.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_counter_bcd.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749.vhdl] 0:00:00.219427

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro2.vhdl] 0:00:00.222338

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_addw.vhdl] 0:00:00.235621

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_addw.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_addw.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_addw.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_addw.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/arith_addw.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749-3.vhdl] 0:00:00.216926

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749-3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749-3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749-3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749-3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749-3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_prefix_and_xilinx.vhdl] 0:00:00.222073

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_prefix_and_xilinx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_prefix_and_xilinx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_prefix_and_xilinx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_prefix_and_xilinx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_prefix_and_xilinx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749-2.vhdl] 0:00:00.225293

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749-2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749-2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749-2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749-2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/tc749-2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_carrychain_inc_xilinx.vhdl] 0:00:00.222287

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_carrychain_inc_xilinx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_carrychain_inc_xilinx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_carrychain_inc_xilinx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_carrychain_inc_xilinx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_carrychain_inc_xilinx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro3.vhdl] 0:00:00.218273

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue418/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_inc_ovcy_xilinx.vhdl] 0:00:00.218140

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_inc_ovcy_xilinx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_inc_ovcy_xilinx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_inc_ovcy_xilinx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_inc_ovcy_xilinx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_inc_ovcy_xilinx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_cca_xilinx.vhdl] 0:00:00.217526

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_cca_xilinx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_cca_xilinx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_cca_xilinx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_cca_xilinx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_cca_xilinx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1145/count.vhdl] 0:00:00.215640

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1145/count.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1145/count.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1145/count.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1145/count.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1145/count.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_prefix_or_xilinx.vhdl] 0:00:00.215087

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_prefix_or_xilinx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_prefix_or_xilinx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_prefix_or_xilinx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_prefix_or_xilinx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_prefix_or_xilinx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1145/tb.vhdl] 0:00:00.215303

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1145/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1145/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1145/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1145/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1145/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_addw_xilinx.vhdl] 0:00:00.213084

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_addw_xilinx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_addw_xilinx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_addw_xilinx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_addw_xilinx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/arith/xilinx/arith_addw_xilinx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug075/dff.vhdl] 0:00:00.221741

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug075/dff.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug075/dff.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug075/dff.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug075/dff.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug075/dff.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_ChipScopeICON.vhdl] 0:00:00.213421

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_ChipScopeICON.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_ChipScopeICON.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_ChipScopeICON.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_ChipScopeICON.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_ChipScopeICON.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug4.vhdl] 0:00:00.214041

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug3.vhdl] 0:00:00.214801

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_SystemMonitor.vhdl] 0:00:00.214062

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_SystemMonitor.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_SystemMonitor.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_SystemMonitor.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_SystemMonitor.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_SystemMonitor.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug.vhdl] 0:00:00.214602

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil.pkg.vhdl] 0:00:00.217833

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug2.vhdl] 0:00:00.214583

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1631/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_ICAP.vhdl] 0:00:00.215742

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_ICAP.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_ICAP.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_ICAP.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_ICAP.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_ICAP.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug027/repro.vhdl] 0:00:00.214408

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug027/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug027/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug027/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug027/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug027/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_Reconfigurator.vhdl] 0:00:00.216053

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_Reconfigurator.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_Reconfigurator.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_Reconfigurator.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_Reconfigurator.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_Reconfigurator.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug027/comp.vhdl] 0:00:00.212562

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug027/comp.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug027/comp.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug027/comp.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug027/comp.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug027/comp.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_BSCAN.vhdl] 0:00:00.222458

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_BSCAN.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_BSCAN.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_BSCAN.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_BSCAN.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/xil_BSCAN.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/reconfig/reconfig_icap_fsm.vhdl] 0:00:00.214326

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/reconfig/reconfig_icap_fsm.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/reconfig/reconfig_icap_fsm.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/reconfig/reconfig_icap_fsm.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/reconfig/reconfig_icap_fsm.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/reconfig/reconfig_icap_fsm.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue295/repro.vhdl] 0:00:00.212490

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue295/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue295/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue295/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue295/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue295/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/reconfig/reconfig_icap_wrapper.vhdl] 0:00:00.217759

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/reconfig/reconfig_icap_wrapper.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/reconfig/reconfig_icap_wrapper.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/reconfig/reconfig_icap_wrapper.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/reconfig/reconfig_icap_wrapper.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/xil/reconfig/reconfig_icap_wrapper.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue295/tb.vhdl] 0:00:00.215817

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue295/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue295/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue295/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue295/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue295/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_random.v08.vhdl] 0:00:00.222978

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_random.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_random.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_random.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_random.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_random.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/test.vhdl] 0:00:00.218877

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_random.v93.vhdl] 0:00:00.213734

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_random.v93.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_random.v93.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_random.v93.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_random.v93.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_random.v93.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/rec.vhdl] 0:00:00.212723

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/rec.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/rec.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/rec.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/rec.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/rec.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/arr.vhdl] 0:00:00.217471

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/arr.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/arr.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/arr.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/arr.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue241/arr.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_global.v93.vhdl] 0:00:00.215917

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_global.v93.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_global.v93.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_global.v93.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_global.v93.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_global.v93.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue26/repro.vhdl] 0:00:00.219552

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue26/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue26/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue26/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue26/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue26/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_VCDParser.vhdl] 0:00:00.219453

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_VCDParser.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_VCDParser.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_VCDParser.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_VCDParser.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_VCDParser.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket59/bug.vhdl] 0:00:00.217179

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket59/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket59/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket59/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket59/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket59/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_unprotected.v93.vhdl] 0:00:00.214121

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_unprotected.v93.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_unprotected.v93.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_unprotected.v93.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_unprotected.v93.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_unprotected.v93.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug097/tb.vhdl] 0:00:00.215314

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug097/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug097/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug097/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug097/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug097/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_simulation.v08.vhdl] 0:00:00.216956

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_simulation.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_simulation.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_simulation.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_simulation.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_simulation.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_types.vhdl] 0:00:00.218118

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_types.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_types.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_types.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_types.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_types.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug062/ex.vhdl] 0:00:00.215112

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug062/ex.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug062/ex.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug062/ex.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug062/ex.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug062/ex.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_protected.v08.vhdl] 0:00:00.219101

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_protected.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_protected.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_protected.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_protected.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_protected.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1196/my_pkg.vhdl] 0:00:00.219786

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1196/my_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1196/my_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1196/my_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1196/my_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1196/my_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_simulation.v93.vhdl] 0:00:00.222250

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_simulation.v93.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_simulation.v93.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_simulation.v93.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_simulation.v93.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_simulation.v93.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue887/test2.vhdl] 0:00:00.222612

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue887/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue887/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue887/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue887/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue887/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_waveform.vhdl] 0:00:00.221586

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_waveform.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_waveform.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_waveform.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_waveform.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_waveform.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue887/test.vhdl] 0:00:00.221562

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue887/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue887/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue887/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue887/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue887/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue880/psl.vhdl] 0:00:00.219830

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue880/psl.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue880/psl.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue880/psl.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue880/psl.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue880/psl.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_global.v08.vhdl] 0:00:00.220134

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_global.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_global.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_global.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_global.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sim/sim_global.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue395/e1.vhdl] 0:00:00.220080

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue395/e1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue395/e1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue395/e1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue395/e1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue395/e1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sort_lru_list.vhdl] 0:00:00.220033

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sort_lru_list.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sort_lru_list.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sort_lru_list.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sort_lru_list.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sort_lru_list.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue395/e.vhdl] 0:00:00.217843

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue395/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue395/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue395/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue395/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue395/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sort_lru_cache.vhdl] 0:00:00.217180

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sort_lru_cache.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sort_lru_cache.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sort_lru_cache.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sort_lru_cache.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sort_lru_cache.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug072/t.vhdl] 0:00:00.220051

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug072/t.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug072/t.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug072/t.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug072/t.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug072/t.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Transform.vhdl] 0:00:00.219508

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Transform.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Transform.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Transform.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Transform.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Transform.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_BitonicSort.vhdl] 0:00:00.218716

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_BitonicSort.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_BitonicSort.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_BitonicSort.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_BitonicSort.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_BitonicSort.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1287/myentity.vhdl] 0:00:00.217702

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1287/myentity.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1287/myentity.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1287/myentity.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1287/myentity.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1287/myentity.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Stream_Adapter2.vhdl] 0:00:00.216170

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Stream_Adapter2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Stream_Adapter2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Stream_Adapter2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Stream_Adapter2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Stream_Adapter2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1287/myentity2.vhdl] 0:00:00.214593

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1287/myentity2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1287/myentity2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1287/myentity2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1287/myentity2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1287/myentity2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_MergeSort_Streamed.vhdl] 0:00:00.214637

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_MergeSort_Streamed.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_MergeSort_Streamed.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_MergeSort_Streamed.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_MergeSort_Streamed.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_MergeSort_Streamed.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue520/lrm.vhdl] 0:00:00.213835

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue520/lrm.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue520/lrm.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue520/lrm.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue520/lrm.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue520/lrm.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_OddEvenSort.vhdl] 0:00:00.213507

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_OddEvenSort.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_OddEvenSort.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_OddEvenSort.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_OddEvenSort.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_OddEvenSort.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue520/alias.vhdl] 0:00:00.214337

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue520/alias.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue520/alias.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue520/alias.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue520/alias.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue520/alias.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb2.vhdl] 0:00:00.215527

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_OddEvenMergeSort.vhdl] 0:00:00.213258

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_OddEvenMergeSort.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_OddEvenMergeSort.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_OddEvenMergeSort.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_OddEvenMergeSort.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_OddEvenMergeSort.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb.vhdl] 0:00:00.220961

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Stream_Adapter.vhdl] 0:00:00.217245

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Stream_Adapter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Stream_Adapter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Stream_Adapter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Stream_Adapter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet_Stream_Adapter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb1.vhdl] 0:00:00.218561

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug051/tb1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet.pkg.vhdl] 0:00:00.217074

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/sort/sortnet/sortnet.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/repro.vhdl] 0:00:00.219350

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct_stack.vhdl] 0:00:00.218326

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct_stack.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct_stack.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct_stack.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct_stack.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct_stack.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct_deque.vhdl] 0:00:00.215326

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct_deque.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct_deque.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct_deque.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct_deque.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct_deque.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/bug.vhdl] 0:00:00.216025

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct.pkg.vhdl] 0:00:00.220150

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/dstruct/dstruct.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/bug2.vhdl] 0:00:00.219902

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket69/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net_FrameChecksum.vhdl] 0:00:00.220135

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net_FrameChecksum.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net_FrameChecksum.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net_FrameChecksum.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net_FrameChecksum.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net_FrameChecksum.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1323/mydesign.vhdl] 0:00:00.221342

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1323/mydesign.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1323/mydesign.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1323/mydesign.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1323/mydesign.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1323/mydesign.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net.pkg.vhdl] 0:00:00.218836

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket61/bug.vhdl] 0:00:00.217286

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket61/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket61/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket61/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket61/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket61/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18351/PROBLEM.vhdl] 0:00:00.214797

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18351/PROBLEM.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18351/PROBLEM.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18351/PROBLEM.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18351/PROBLEM.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18351/PROBLEM.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net_FrameLoopback.vhdl] 0:00:00.217157

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net_FrameLoopback.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net_FrameLoopback.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net_FrameLoopback.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net_FrameLoopback.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/net_FrameLoopback.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue660/testent.vhdl] 0:00:00.215347

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue660/testent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue660/testent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue660/testent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue660/testent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue660/testent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_TX.vhdl] 0:00:00.215918

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_TX.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_TX.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_TX.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_TX.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_TX.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue631/e.vhdl] 0:00:00.218654

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue631/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue631/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue631/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue631/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue631/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_RX.vhdl] 0:00:00.218612

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_RX.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_RX.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_RX.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_RX.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_RX.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/cells.vhdl] 0:00:00.218363

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/cells.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/cells.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/cells.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/cells.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/cells.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_Wrapper.vhdl] 0:00:00.217620

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_Wrapper.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_Wrapper.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_Wrapper.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_Wrapper.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_Wrapper.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_FrameLoopback.vhdl] 0:00:00.217372

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_FrameLoopback.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_FrameLoopback.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_FrameLoopback.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_FrameLoopback.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/udp/udp_FrameLoopback.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/testbench_15993.vhdl] 0:00:00.218087

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/testbench_15993.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/testbench_15993.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/testbench_15993.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/testbench_15993.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/testbench_15993.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_UniCast_Responder.vhdl] 0:00:00.216529

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_UniCast_Responder.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_UniCast_Responder.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_UniCast_Responder.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_UniCast_Responder.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_UniCast_Responder.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/testbench.vhdl] 0:00:00.217731

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/testbench.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/testbench.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/testbench.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/testbench.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug15993/testbench.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_UniCast_Receiver.vhdl] 0:00:00.214852

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_UniCast_Receiver.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_UniCast_Receiver.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_UniCast_Receiver.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_UniCast_Receiver.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_UniCast_Receiver.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug093/repro.vhdl] 0:00:00.215577

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug093/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug093/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug093/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug093/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug093/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_Cache.vhdl] 0:00:00.214818

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_Cache.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_Cache.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_Cache.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_Cache.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_Cache.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug039/repro.vhdl] 0:00:00.217086

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug039/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug039/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug039/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug039/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug039/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue143/repro.vhdl] 0:00:00.216947

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue143/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue143/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue143/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue143/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue143/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_Wrapper.vhdl] 0:00:00.218918

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_Wrapper.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_Wrapper.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_Wrapper.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_Wrapper.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_Wrapper.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue123/adder.vhdl] 0:00:00.216746

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue123/adder.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue123/adder.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue123/adder.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue123/adder.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue123/adder.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_BroadCast_Requester.vhdl] 0:00:00.216535

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_BroadCast_Requester.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_BroadCast_Requester.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_BroadCast_Requester.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_BroadCast_Requester.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_BroadCast_Requester.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue747/fa.vhdl] 0:00:00.215972

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue747/fa.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue747/fa.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue747/fa.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue747/fa.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue747/fa.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_BroadCast_Receiver.vhdl] 0:00:00.214850

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_BroadCast_Receiver.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_BroadCast_Receiver.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_BroadCast_Receiver.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_BroadCast_Receiver.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_BroadCast_Receiver.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue747/fa_tb.vhdl] 0:00:00.215702

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue747/fa_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue747/fa_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue747/fa_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue747/fa_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue747/fa_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_IPPool.vhdl] 0:00:00.218688

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_IPPool.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_IPPool.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_IPPool.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_IPPool.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/arp/arp_IPPool.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_FrameLoopback.vhdl] 0:00:00.215481

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_FrameLoopback.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_FrameLoopback.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_FrameLoopback.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_FrameLoopback.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_FrameLoopback.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21497/repro.vhdl] 0:00:00.214155

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21497/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21497/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21497/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21497/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21497/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_TX.vhdl] 0:00:00.212870

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_TX.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_TX.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_TX.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_TX.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_TX.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue103/hello.vhdl] 0:00:00.213752

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue103/hello.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue103/hello.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue103/hello.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue103/hello.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue103/hello.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_RX.vhdl] 0:00:00.214699

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_RX.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_RX.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_RX.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_RX.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_RX.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof3.vhdl] 0:00:00.214623

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_Wrapper.vhdl] 0:00:00.212625

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_Wrapper.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_Wrapper.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_Wrapper.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_Wrapper.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv6/ipv6_Wrapper.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof2.vhdl] 0:00:00.213290

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof1.vhdl] 0:00:00.212472

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug048/leftof1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_TX.vhdl] 0:00:00.215162

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_TX.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_TX.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_TX.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_TX.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_TX.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/enta.vhdl] 0:00:00.218763

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/enta.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/enta.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/enta.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/enta.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/enta.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_RX.vhdl] 0:00:00.217267

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_RX.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_RX.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_RX.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_RX.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_RX.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkgb.vhdl] 0:00:00.212681

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkgb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkgb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkgb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkgb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkgb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_Wrapper.vhdl] 0:00:00.213388

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_Wrapper.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_Wrapper.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_Wrapper.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_Wrapper.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/icmpv4/icmpv4_Wrapper.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/topa.vhdl] 0:00:00.215449

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/topa.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/topa.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/topa.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/topa.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/topa.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_TX.vhdl] 0:00:00.217075

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_TX.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_TX.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_TX.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_TX.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_TX.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_Wrapper.vhdl] 0:00:00.208778

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_Wrapper.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_Wrapper.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_Wrapper.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_Wrapper.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_Wrapper.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkga_v1.vhdl] 0:00:00.210695

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkga_v1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkga_v1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkga_v1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkga_v1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkga_v1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_RX.vhdl] 0:00:00.213980

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_RX.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_RX.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_RX.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_RX.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_RX.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkga_v2.vhdl] 0:00:00.212911

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkga_v2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkga_v2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkga_v2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkga_v2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/pkga_v2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_FrameLoopback.vhdl] 0:00:00.212193

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_FrameLoopback.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_FrameLoopback.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_FrameLoopback.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_FrameLoopback.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/ipv4/ipv4_FrameLoopback.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/topb.vhdl] 0:00:00.212797

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/topb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/topb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/topb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/topb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/topb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_TX_DestMAC_Prepender.vhdl] 0:00:00.212581

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_TX_DestMAC_Prepender.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_TX_DestMAC_Prepender.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_TX_DestMAC_Prepender.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_TX_DestMAC_Prepender.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_TX_DestMAC_Prepender.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/entb.vhdl] 0:00:00.218249

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/entb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/entb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/entb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/entb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug094/entb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue253/e.vhdl] 0:00:00.216155

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue253/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue253/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue253/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue253/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue253/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_FrameLoopback.vhdl] 0:00:00.213554

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_FrameLoopback.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_FrameLoopback.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_FrameLoopback.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_FrameLoopback.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_FrameLoopback.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue253/e2.vhdl] 0:00:00.213674

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue253/e2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue253/e2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue253/e2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue253/e2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue253/e2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_Wrapper.vhdl] 0:00:00.214546

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_Wrapper.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_Wrapper.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_Wrapper.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_Wrapper.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_Wrapper.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue25/2_SecondaryUnit.vhdl] 0:00:00.214099

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue25/2_SecondaryUnit.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue25/2_SecondaryUnit.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue25/2_SecondaryUnit.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue25/2_SecondaryUnit.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue25/2_SecondaryUnit.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_Type_Switch.vhdl] 0:00:00.214137

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_Type_Switch.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_Type_Switch.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_Type_Switch.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_Type_Switch.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_Type_Switch.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue25/1_SecondaryUnit.vhdl] 0:00:00.215802

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue25/1_SecondaryUnit.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue25/1_SecondaryUnit.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue25/1_SecondaryUnit.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue25/1_SecondaryUnit.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue25/1_SecondaryUnit.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_SrcMAC_Filter.vhdl] 0:00:00.214812

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_SrcMAC_Filter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_SrcMAC_Filter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_SrcMAC_Filter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_SrcMAC_Filter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_SrcMAC_Filter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_DestMAC_Switch.vhdl] 0:00:00.216556

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_DestMAC_Switch.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_DestMAC_Switch.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_DestMAC_Switch.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_DestMAC_Switch.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_RX_DestMAC_Switch.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue351/mypkg.vhdl] 0:00:00.215663

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue351/mypkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue351/mypkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue351/mypkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue351/mypkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue351/mypkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_TX_SrcMAC_Prepender.vhdl] 0:00:00.216345

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_TX_SrcMAC_Prepender.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_TX_SrcMAC_Prepender.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_TX_SrcMAC_Prepender.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_TX_SrcMAC_Prepender.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/net/mac/mac_TX_SrcMAC_Prepender.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug05/repro.vhdl] 0:00:00.216234

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug05/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug05/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug05/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug05/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug05/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/mem.pkg.vhdl] 0:00:00.214811

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/mem.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/mem.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/mem.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/mem.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/mem.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tsigned.vhdl] 0:00:00.214841

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tsigned.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tsigned.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tsigned.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tsigned.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tsigned.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ddr3/ddr3_mem2mig_adapter_Series7.vhdl] 0:00:00.221626

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ddr3/ddr3_mem2mig_adapter_Series7.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ddr3/ddr3_mem2mig_adapter_Series7.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ddr3/ddr3_mem2mig_adapter_Series7.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ddr3/ddr3_mem2mig_adapter_Series7.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ddr3/ddr3_mem2mig_adapter_Series7.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tunsigned.vhdl] 0:00:00.217028

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tunsigned.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tunsigned.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tunsigned.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tunsigned.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tunsigned.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tarith.vhdl] 0:00:00.214971

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tarith.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tarith.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tarith.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tarith.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tarith.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom_dp.vhdl] 0:00:00.216409

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom_dp.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom_dp.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom_dp.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom_dp.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom_dp.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tsltextio.vhdl] 0:00:00.216540

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tsltextio.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tsltextio.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tsltextio.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tsltextio.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug050/tsltextio.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom.pkg.vhdl] 0:00:00.221914

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue729/whide.vhdl] 0:00:00.217121

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue729/whide.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue729/whide.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue729/whide.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue729/whide.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue729/whide.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom_sp.vhdl] 0:00:00.218964

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom_sp.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom_sp.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom_sp.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom_sp.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocrom/ocrom_sp.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue729/ent.vhdl] 0:00:00.217174

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue729/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue729/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue729/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue729/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue729/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_phy_de0.vhdl] 0:00:00.215826

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_phy_de0.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_phy_de0.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_phy_de0.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_phy_de0.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_phy_de0.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_de0.vhdl] 0:00:00.217035

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_de0.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_de0.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_de0.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_de0.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_de0.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1128/test.vhdl] 0:00:00.215529

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1128/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1128/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1128/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1128/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1128/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_s3esk.vhdl] 0:00:00.216130

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_s3esk.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_s3esk.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_s3esk.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_s3esk.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_s3esk.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_utils.vhdl] 0:00:00.213103

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_utils.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_utils.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_utils.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_utils.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_utils.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_phy_s3esk.vhdl] 0:00:00.214163

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_phy_s3esk.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_phy_s3esk.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_phy_s3esk.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_phy_s3esk.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_phy_s3esk.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_master.vhdl] 0:00:00.217355

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_master.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_master.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_master.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_master.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_master.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_fsm.vhdl] 0:00:00.214730

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_fsm.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_fsm.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_fsm.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_fsm.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/sdram/sdram_ctrl_fsm.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/repro.vhdl] 0:00:00.214916

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/endat_tb.vhdl] 0:00:00.215551

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/endat_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/endat_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/endat_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/endat_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/endat_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sp.vhdl] 0:00:00.215317

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sp.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sp.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sp.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sp.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sp.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_pkg.vhdl] 0:00:00.216189

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_esdp.vhdl] 0:00:00.216643

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_esdp.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_esdp.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_esdp.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_esdp.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_esdp.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_master_endat.vhdl] 0:00:00.216234

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_master_endat.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_master_endat.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_master_endat.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_master_endat.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/absenc_master_endat.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp_sim.vhdl] 0:00:00.216440

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp_sim.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp_sim.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp_sim.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp_sim.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp_sim.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/repro1.vhdl] 0:00:00.212599

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1655/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sdp_wf.vhdl] 0:00:00.212557

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sdp_wf.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sdp_wf.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sdp_wf.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sdp_wf.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sdp_wf.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp.vhdl] 0:00:00.216740

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue456/pkg.vhdl] 0:00:00.214547

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue456/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue456/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue456/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue456/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue456/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sdp.vhdl] 0:00:00.217854

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sdp.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sdp.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sdp.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sdp.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_sdp.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1347/issue.vhdl] 0:00:00.219028

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1347/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1347/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1347/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1347/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1347/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp_wf.vhdl] 0:00:00.218439

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp_wf.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp_wf.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp_wf.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp_wf.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram_tdp_wf.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue333/repro.vhdl] 0:00:00.215757

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue333/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue333/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue333/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue333/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue333/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram.pkg.vhdl] 0:00:00.218375

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/ocram.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue333/time_test.vhdl] 0:00:00.215915

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue333/time_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue333/time_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue333/time_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue333/time_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue333/time_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent3.vhdl] 0:00:00.216882

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/altera/ocram_sp_altera.vhdl] 0:00:00.216409

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/altera/ocram_sp_altera.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/altera/ocram_sp_altera.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/altera/ocram_sp_altera.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/altera/ocram_sp_altera.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/altera/ocram_sp_altera.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/uattr3.vhdl] 0:00:00.215206

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/uattr3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/uattr3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/uattr3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/uattr3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/uattr3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/altera/ocram_tdp_altera.vhdl] 0:00:00.217864

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/altera/ocram_tdp_altera.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/altera/ocram_tdp_altera.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/altera/ocram_tdp_altera.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/altera/ocram_tdp_altera.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ocram/altera/ocram_tdp_altera.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent1.vhdl] 0:00:00.221137

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ddr2/ddr2_mem2mig_adapter_Spartan6.vhdl] 0:00:00.220674

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ddr2/ddr2_mem2mig_adapter_Spartan6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ddr2/ddr2_mem2mig_adapter_Spartan6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ddr2/ddr2_mem2mig_adapter_Spartan6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ddr2/ddr2_mem2mig_adapter_Spartan6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/ddr2/ddr2_mem2mig_adapter_Spartan6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/attrs_pkg.vhdl] 0:00:00.213972

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/attrs_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/attrs_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/attrs_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/attrs_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/attrs_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/lut/lut_Sine.vhdl] 0:00:00.216948

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/lut/lut_Sine.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/lut/lut_Sine.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/lut/lut_Sine.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/lut/lut_Sine.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/src/mem/lut/lut_Sine.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_ic_assembly_tb.vhdl] 0:00:00.218880

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_ic_assembly_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_ic_assembly_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_ic_assembly_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_ic_assembly_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_ic_assembly_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/uattr4.vhdl] 0:00:00.222673

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/uattr4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/uattr4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/uattr4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/uattr4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/uattr4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_ic_got_tb.vhdl] 0:00:00.214902

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_ic_got_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_ic_got_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_ic_got_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_ic_got_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_ic_got_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent2.vhdl] 0:00:00.217462

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_cc_got_tb.vhdl] 0:00:00.214907

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_cc_got_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_cc_got_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_cc_got_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_cc_got_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_cc_got_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent4.vhdl] 0:00:00.216976

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1528/ent4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_cc_got_tempput_tb.vhdl] 0:00:00.217089

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_cc_got_tempput_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_cc_got_tempput_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_cc_got_tempput_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_cc_got_tempput_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/fifo/fifo_cc_got_tempput_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue817/repro1.vhdl] 0:00:00.217209

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue817/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue817/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue817/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue817/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue817/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue155/failure.vhdl] 0:00:00.226767

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue155/failure.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue155/failure.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue155/failure.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue155/failure.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue155/failure.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S3SK1000.vhdl] 0:00:00.217066

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S3SK1000.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S3SK1000.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S3SK1000.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S3SK1000.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S3SK1000.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug041/foo.vhdl] 0:00:00.215847

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug041/foo.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug041/foo.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug041/foo.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug041/foo.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug041/foo.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_GENERIC.vhdl] 0:00:00.217020

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_GENERIC.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_GENERIC.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_GENERIC.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_GENERIC.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_GENERIC.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket87/hello.vhdl] 0:00:00.214811

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket87/hello.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket87/hello.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket87/hello.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket87/hello.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket87/hello.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Nexys4.vhdl] 0:00:00.214076

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Nexys4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Nexys4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Nexys4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Nexys4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Nexys4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21487/repro.vhdl] 0:00:00.212712

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21487/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21487/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21487/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21487/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21487/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_VC709.vhdl] 0:00:00.216339

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_VC709.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_VC709.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_VC709.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_VC709.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_VC709.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S3ESK500.vhdl] 0:00:00.217607

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S3ESK500.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S3ESK500.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S3ESK500.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S3ESK500.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S3ESK500.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro.vhdl] 0:00:00.214800

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_KC705.vhdl] 0:00:00.218762

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_KC705.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_KC705.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_KC705.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_KC705.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_KC705.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro2.vhdl] 0:00:00.218626

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ZedBoard.vhdl] 0:00:00.218246

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ZedBoard.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ZedBoard.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ZedBoard.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ZedBoard.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ZedBoard.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro3.vhdl] 0:00:00.220040

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1768/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S2GXAV.vhdl] 0:00:00.222058

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S2GXAV.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S2GXAV.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S2GXAV.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S2GXAV.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_S2GXAV.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue691/tb.vhdl] 0:00:00.221058

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue691/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue691/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue691/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue691/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue691/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue125/bug.vhdl] 0:00:00.221229

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue125/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue125/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue125/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue125/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue125/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE4.vhdl] 0:00:00.220251

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1588/tent.vhdl] 0:00:00.217773

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1588/tent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1588/tent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1588/tent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1588/tent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1588/tent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE5.vhdl] 0:00:00.218679

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1588/libs12.vhdl] 0:00:00.217710

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1588/libs12.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1588/libs12.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1588/libs12.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1588/libs12.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1588/libs12.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/physical_tb.vhdl] 0:00:00.218033

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/physical_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/physical_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/physical_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/physical_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/physical_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket52/file.vhdl] 0:00:00.222154

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket52/file.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket52/file.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket52/file.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket52/file.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket52/file.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_VC707.vhdl] 0:00:00.218824

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_VC707.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_VC707.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_VC707.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_VC707.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_VC707.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Atlys.vhdl] 0:00:00.221603

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Atlys.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Atlys.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Atlys.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Atlys.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Atlys.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17127/bug2.vhdl] 0:00:00.222812

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17127/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17127/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17127/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17127/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17127/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/strings_tb.vhdl] 0:00:00.217124

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/strings_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/strings_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/strings_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/strings_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/strings_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue450/disptree.vhdl] 0:00:00.217097

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue450/disptree.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue450/disptree.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue450/disptree.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue450/disptree.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue450/disptree.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_XUPV5.vhdl] 0:00:00.219489

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_XUPV5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_XUPV5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_XUPV5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_XUPV5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_XUPV5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug056/tb.vhdl] 0:00:00.213554

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug056/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug056/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug056/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug056/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug056/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Nexys4DDR.vhdl] 0:00:00.214043

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Nexys4DDR.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Nexys4DDR.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Nexys4DDR.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Nexys4DDR.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_Nexys4DDR.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1120/test.vhdl] 0:00:00.214658

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1120/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1120/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1120/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1120/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1120/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1120/repro2.vhdl] 0:00:00.217545

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1120/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1120/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1120/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1120/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1120/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML605.vhdl] 0:00:00.218265

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML605.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML605.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML605.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML605.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML605.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue379/e.vhdl] 0:00:00.215867

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue379/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue379/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue379/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue379/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue379/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_AC701.vhdl] 0:00:00.213970

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_AC701.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_AC701.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_AC701.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_AC701.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_AC701.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue780/pkg.vhdl] 0:00:00.215332

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue780/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue780/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue780/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue780/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue780/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ECP5Versa.vhdl] 0:00:00.214253

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ECP5Versa.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ECP5Versa.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ECP5Versa.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ECP5Versa.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ECP5Versa.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue780/ent.vhdl] 0:00:00.211160

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue780/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue780/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue780/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue780/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue780/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ZC706.vhdl] 0:00:00.214249

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ZC706.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ZC706.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ZC706.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ZC706.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ZC706.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/config_tb.vhdl] 0:00:00.213561

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/config_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/config_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/config_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/config_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/config_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1057/pkg.vhdl] 0:00:00.214717

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1057/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1057/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1057/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1057/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1057/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML506.vhdl] 0:00:00.213559

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML506.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML506.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML506.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML506.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML506.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1057/pkg2.vhdl] 0:00:00.212488

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1057/pkg2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1057/pkg2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1057/pkg2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1057/pkg2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1057/pkg2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML505.vhdl] 0:00:00.214550

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML505.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML505.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML505.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML505.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_ML505.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket47/ent.vhdl] 0:00:00.214864

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket47/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket47/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket47/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket47/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket47/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE0.vhdl] 0:00:00.215416

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE0.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE0.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE0.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE0.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/common/my_config_DE0.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket15/assignment_to_aggregate.vhdl] 0:00:00.221991

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket15/assignment_to_aggregate.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket15/assignment_to_aggregate.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket15/assignment_to_aggregate.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket15/assignment_to_aggregate.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket15/assignment_to_aggregate.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1206/hello.vhdl] 0:00:00.214776

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1206/hello.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1206/hello.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1206/hello.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1206/hello.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1206/hello.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/io_Debounce_tb.vhdl] 0:00:00.215202

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/io_Debounce_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/io_Debounce_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/io_Debounce_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/io_Debounce_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/io_Debounce_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug07/repro.vhdl] 0:00:00.217993

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug07/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug07/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug07/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug07/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug07/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_out_tb.vhdl] 0:00:00.215877

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_out_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_out_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_out_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_out_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_out_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro.vhdl] 0:00:00.213780

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_in_tb.vhdl] 0:00:00.218855

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_in_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_in_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_in_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_in_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_in_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro2.vhdl] 0:00:00.215519

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_inout_tb.vhdl] 0:00:00.216438

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_inout_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_inout_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_inout_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_inout_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/ddrio/ddrio_inout_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/uart/uart_rx_tb.vhdl] 0:00:00.229612

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/uart/uart_rx_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/uart/uart_rx_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/uart/uart_rx_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/uart/uart_rx_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/io/uart/uart_rx_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro3.vhdl] 0:00:00.225515

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue43/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/cache/cache_mem_tb.vhdl] 0:00:00.214846

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/cache/cache_mem_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/cache/cache_mem_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/cache/cache_mem_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/cache/cache_mem_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/cache/cache_mem_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue553/repro.vhdl] 0:00:00.214356

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue553/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue553/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue553/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue553/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue553/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/cache/cache_cpu_tb.vhdl] 0:00:00.217037

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/cache/cache_cpu_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/cache/cache_cpu_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/cache/cache_cpu_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/cache/cache_cpu_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/cache/cache_cpu_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7186/bug.vhdl] 0:00:00.214617

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7186/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7186/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7186/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7186/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug7186/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/misc_bit_lz_tb.vhdl] 0:00:00.225915

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/misc_bit_lz_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/misc_bit_lz_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/misc_bit_lz_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/misc_bit_lz_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/misc_bit_lz_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro.vhdl] 0:00:00.220684

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro2.vhdl] 0:00:00.214508

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_up_dc_tb.vhdl] 0:00:00.215088

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_up_dc_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_up_dc_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_up_dc_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_up_dc_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_up_dc_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro3.vhdl] 0:00:00.217471

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug02/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_up_cc_tb.vhdl] 0:00:00.217164

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_up_cc_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_up_cc_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_up_cc_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_up_cc_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_up_cc_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket29/debugtools.vhdl] 0:00:00.219922

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket29/debugtools.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket29/debugtools.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket29/debugtools.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket29/debugtools.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket29/debugtools.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_down_cc_tb.vhdl] 0:00:00.220443

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_down_cc_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_down_cc_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_down_cc_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_down_cc_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_down_cc_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket29/iomapper.vhdl] 0:00:00.216288

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket29/iomapper.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket29/iomapper.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket29/iomapper.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket29/iomapper.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket29/iomapper.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_down_dc_tb.vhdl] 0:00:00.213419

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_down_dc_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_down_dc_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_down_dc_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_down_dc_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/gearbox/gearbox_down_dc_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Histogram_tb.vhdl] 0:00:00.217038

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Histogram_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Histogram_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Histogram_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Histogram_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Histogram_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0122/tab1.vhdl] 0:00:00.256213

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0122/tab1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0122/tab1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0122/tab1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0122/tab1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0122/tab1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Minimum_tb.vhdl] 0:00:00.214044

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Minimum_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Minimum_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Minimum_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Minimum_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Minimum_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20703/t.vhdl] 0:00:00.215723

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20703/t.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20703/t.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20703/t.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20703/t.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20703/t.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Average_tb.vhdl] 0:00:00.214607

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Average_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Average_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Average_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Average_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Average_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue264/ex1_top.vhdl] 0:00:00.216243

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue264/ex1_top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue264/ex1_top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue264/ex1_top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue264/ex1_top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue264/ex1_top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Maximum_tb.vhdl] 0:00:00.218044

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Maximum_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Maximum_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Maximum_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Maximum_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/stat/stat_Maximum_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket70/bug.vhdl] 0:00:00.218517

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket70/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket70/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket70/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket70/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket70/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket75/bug.vhdl] 0:00:00.215281

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket75/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket75/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket75/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket75/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket75/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Bits_tb.vhdl] 0:00:00.216573

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Bits_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Bits_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Bits_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Bits_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Bits_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/tb_simple_fsm.vhdl] 0:00:00.215140

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/tb_simple_fsm.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/tb_simple_fsm.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/tb_simple_fsm.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/tb_simple_fsm.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/tb_simple_fsm.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Vector_tb.vhdl] 0:00:00.225840

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Vector_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Vector_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Vector_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Vector_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Vector_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/repro.vhdl] 0:00:00.214400

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Strobe_tb.vhdl] 0:00:00.213602

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Strobe_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Strobe_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Strobe_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Strobe_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Strobe_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/simple_fsm.vhdl] 0:00:00.214210

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/simple_fsm.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/simple_fsm.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/simple_fsm.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/simple_fsm.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue736/simple_fsm.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Command_tb.vhdl] 0:00:00.216776

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Command_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Command_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Command_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Command_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Command_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Reset_tb.vhdl] 0:00:00.219385

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Reset_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Reset_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Reset_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Reset_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/misc/sync/sync_Reset_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket73/bug.vhdl] 0:00:00.216818

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket73/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket73/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket73/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket73/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket73/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_addw_tb.vhdl] 0:00:00.215906

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_addw_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_addw_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_addw_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_addw_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_addw_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/repro1.vhdl] 0:00:00.215061

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue531/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prng_tb.vhdl] 0:00:00.215980

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prng_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prng_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prng_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prng_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prng_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16144/adder.vhdl] 0:00:00.215654

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16144/adder.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16144/adder.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16144/adder.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16144/adder.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug16144/adder.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prefix_or_tb.vhdl] 0:00:00.213984

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prefix_or_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prefix_or_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prefix_or_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prefix_or_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prefix_or_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when_test2.vhdl] 0:00:00.213835

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when_test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when_test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when_test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when_test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when_test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when.vhdl] 0:00:00.215765

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_div_tb.vhdl] 0:00:00.215363

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_div_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_div_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_div_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_div_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_div_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when_test1.vhdl] 0:00:00.213225

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when_test1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when_test1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when_test1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when_test1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket40/generic_when_test1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prefix_and_tb.vhdl] 0:00:00.217186

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prefix_and_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prefix_and_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prefix_and_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prefix_and_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prefix_and_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/b.vhdl] 0:00:00.213036

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_scaler_tb.vhdl] 0:00:00.214034

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_scaler_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_scaler_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_scaler_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_scaler_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_scaler_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/bbb.vhdl] 0:00:00.213921

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/bbb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/bbb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/bbb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/bbb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/bbb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_convert_bin2bcd_tb.vhdl] 0:00:00.215249

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_convert_bin2bcd_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_convert_bin2bcd_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_convert_bin2bcd_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_convert_bin2bcd_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_convert_bin2bcd_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prng_tb.isim.vhdl] 0:00:00.213890

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prng_tb.isim.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prng_tb.isim.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prng_tb.isim.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prng_tb.isim.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_prng_tb.isim.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/bb.vhdl] 0:00:00.212722

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/bb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/bb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/bb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/bb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue310/bb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_firstone_tb.vhdl] 0:00:00.211408

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_firstone_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_firstone_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_firstone_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_firstone_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_firstone_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18361/cnt.vhdl] 0:00:00.212844

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18361/cnt.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18361/cnt.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18361/cnt.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18361/cnt.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18361/cnt.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_counter_bcd_tb.vhdl] 0:00:00.213175

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_counter_bcd_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_counter_bcd_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_counter_bcd_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_counter_bcd_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/arith/arith_counter_bcd_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue394/bug.vhdl] 0:00:00.212205

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue394/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue394/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue394/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue394/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue394/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_Waveform_tb.vhdl] 0:00:00.213451

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_Waveform_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_Waveform_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_Waveform_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_Waveform_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_Waveform_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue18/integer_ambig.vhdl] 0:00:00.217914

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue18/integer_ambig.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue18/integer_ambig.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue18/integer_ambig.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue18/integer_ambig.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue18/integer_ambig.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue18/fum.vhdl] 0:00:00.212947

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue18/fum.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue18/fum.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue18/fum.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue18/fum.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue18/fum.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_ClockGenerator_tb.vhdl] 0:00:00.217021

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_ClockGenerator_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_ClockGenerator_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_ClockGenerator_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_ClockGenerator_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_ClockGenerator_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1403/ent.vhdl] 0:00:00.210953

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1403/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1403/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1403/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1403/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1403/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_VCDParser_tb.vhdl] 0:00:00.213088

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_VCDParser_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_VCDParser_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_VCDParser_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_VCDParser_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sim/sim_VCDParser_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue626/repro.vhdl] 0:00:00.213213

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue626/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue626/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue626/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue626/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue626/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sort_lru_cache_tb.vhdl] 0:00:00.212230

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sort_lru_cache_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sort_lru_cache_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sort_lru_cache_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sort_lru_cache_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sort_lru_cache_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue626/top.vhdl] 0:00:00.211140

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue626/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue626/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue626/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue626/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue626/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_BitonicSort_tb.vhdl] 0:00:00.213127

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_BitonicSort_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_BitonicSort_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_BitonicSort_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_BitonicSort_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_BitonicSort_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_tb.pkg.vhdl] 0:00:00.210134

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_tb.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_tb.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_tb.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_tb.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_tb.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue387/bug.vhdl] 0:00:00.212305

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue387/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue387/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue387/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue387/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue387/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_OddEvenSort_tb.vhdl] 0:00:00.212934

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_OddEvenSort_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_OddEvenSort_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_OddEvenSort_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_OddEvenSort_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_OddEvenSort_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue254/e.vhdl] 0:00:00.211882

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue254/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue254/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue254/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue254/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue254/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_Stream_Adapter_tb.vhdl] 0:00:00.212752

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_Stream_Adapter_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_Stream_Adapter_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_Stream_Adapter_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_Stream_Adapter_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_Stream_Adapter_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue254/repro1.vhdl] 0:00:00.214019

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue254/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue254/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue254/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue254/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue254/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_OddEvenMergeSort_tb.vhdl] 0:00:00.215591

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_OddEvenMergeSort_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_OddEvenMergeSort_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_OddEvenMergeSort_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_OddEvenMergeSort_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_OddEvenMergeSort_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1469/ent1.vhdl] 0:00:00.215742

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1469/ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1469/ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1469/ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1469/ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1469/ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1469/ent.vhdl] 0:00:00.216047

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1469/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1469/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1469/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1469/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1469/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_Stream_Adapter2_tb.vhdl] 0:00:00.215743

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_Stream_Adapter2_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_Stream_Adapter2_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_Stream_Adapter2_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_Stream_Adapter2_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/sort/sortnet/sortnet_Stream_Adapter2_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset-test.vhdl] 0:00:00.218562

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset-test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset-test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset-test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset-test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset-test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/dstruct/dstruct_deque_tb.vhdl] 0:00:00.220330

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/dstruct/dstruct_deque_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/dstruct/dstruct_deque_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/dstruct/dstruct_deque_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/dstruct/dstruct_deque_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/dstruct/dstruct_deque_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset.vhdl] 0:00:00.222804

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/dstruct/dstruct_stack_tb.vhdl] 0:00:00.220956

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/dstruct/dstruct_stack_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/dstruct/dstruct_stack_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/dstruct/dstruct_stack_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/dstruct/dstruct_stack_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/dstruct/dstruct_stack_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset_types.vhdl] 0:00:00.216140

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset_types.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset_types.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset_types.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset_types.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset_types.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/mem_model.vhdl] 0:00:00.216517

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/mem_model.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/mem_model.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/mem_model.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/mem_model.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/mem_model.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sp_tb.vhdl] 0:00:00.214200

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sp_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sp_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sp_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sp_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sp_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset-rtl.vhdl] 0:00:00.212763

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset-rtl.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset-rtl.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset-rtl.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset-rtl.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2676/reset-rtl.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_tdp_wf_tb.vhdl] 0:00:00.217140

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_tdp_wf_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_tdp_wf_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_tdp_wf_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_tdp_wf_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_tdp_wf_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0101/repro1.vhdl] 0:00:00.213698

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0101/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0101/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0101/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0101/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0101/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_esdp_tb.vhdl] 0:00:00.211073

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_esdp_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_esdp_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_esdp_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_esdp_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_esdp_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/repro.vhdl] 0:00:00.213406

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_tdp_tb.vhdl] 0:00:00.214235

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_tdp_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_tdp_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_tdp_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_tdp_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_tdp_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/tb.vhdl] 0:00:00.212364

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/foo.vhdl] 0:00:00.216034

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/foo.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/foo.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/foo.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/foo.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug01/foo.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sdp_tb.vhdl] 0:00:00.213274

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sdp_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sdp_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sdp_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sdp_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sdp_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug031/ams1.vhdl] 0:00:00.216815

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug031/ams1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug031/ams1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug031/ams1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug031/ams1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug031/ams1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sdp_wf_tb.vhdl] 0:00:00.218350

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sdp_wf_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sdp_wf_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sdp_wf_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sdp_wf_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/PoC/tb/mem/ocram/ocram_sdp_wf_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue320/fuu.vhdl] 0:00:00.218425

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue320/fuu.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue320/fuu.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue320/fuu.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue320/fuu.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue320/fuu.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue642/ent.vhdl] 0:00:00.217259

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue642/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue642/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue642/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue642/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue642/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug098/loopy.vhdl] 0:00:00.218832

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug098/loopy.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug098/loopy.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug098/loopy.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug098/loopy.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug098/loopy.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket53/ent1.vhdl] 0:00:00.215865

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket53/ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket53/ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket53/ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket53/ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket53/ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket53/decl1.vhdl] 0:00:00.219910

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket53/decl1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket53/decl1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket53/decl1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket53/decl1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket53/decl1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue300/test_bench.vhdl] 0:00:00.220489

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue300/test_bench.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue300/test_bench.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue300/test_bench.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue300/test_bench.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue300/test_bench.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1233/adder.vhdl] 0:00:00.215806

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1233/adder.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1233/adder.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1233/adder.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1233/adder.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1233/adder.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/repro_rec.vhdl] 0:00:00.220058

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/repro_rec.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/repro_rec.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/repro_rec.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/repro_rec.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/repro_rec.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20767/aggr.vhdl] 0:00:00.218517

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20767/aggr.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20767/aggr.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20767/aggr.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20767/aggr.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20767/aggr.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/repro_rec2.vhdl] 0:00:00.213572

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/repro_rec2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/repro_rec2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/repro_rec2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/repro_rec2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue332/repro_rec2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20767/xilname.vhdl] 0:00:00.214679

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20767/xilname.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20767/xilname.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20767/xilname.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20767/xilname.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20767/xilname.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue368/bug.vhdl] 0:00:00.210416

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue368/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue368/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue368/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue368/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue368/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro.vhdl] 0:00:00.213678

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket51/ent.vhdl] 0:00:00.211208

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket51/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket51/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket51/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket51/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket51/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro2.vhdl] 0:00:00.213552

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e1.vhdl] 0:00:00.211736

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/ppm.vhdl] 0:00:00.217662

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/ppm.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/ppm.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/ppm.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/ppm.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/ppm.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e4.vhdl] 0:00:00.215421

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro3.vhdl] 0:00:00.216398

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1664/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e.vhdl] 0:00:00.216098

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e2.vhdl] 0:00:00.215644

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue685/tb.vhdl] 0:00:00.214316

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue685/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue685/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue685/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue685/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue685/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e3.vhdl] 0:00:00.217749

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/e3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug044/aggr1.vhdl] 0:00:00.215696

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug044/aggr1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug044/aggr1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug044/aggr1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug044/aggr1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug044/aggr1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/repro1.vhdl] 0:00:00.216064

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue459/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0118/assert3.vhdl] 0:00:00.215306

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0118/assert3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0118/assert3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0118/assert3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0118/assert3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0118/assert3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t3.vhdl] 0:00:00.216217

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1779/repro1.vhdl] 0:00:00.214986

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1779/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1779/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1779/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1779/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1779/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug018/repro.vhdl] 0:00:00.217064

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug018/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug018/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug018/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug018/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug018/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t87.vhdl] 0:00:00.218750

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t87.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t87.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t87.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t87.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t87.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug018/repro1.vhdl] 0:00:00.214654

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug018/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug018/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug018/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug018/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug018/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t2.vhdl] 0:00:00.214356

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket101/junk2.vhdl] 0:00:00.213549

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket101/junk2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket101/junk2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket101/junk2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket101/junk2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket101/junk2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t1.vhdl] 0:00:00.216906

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/t1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17545/bug.vhdl] 0:00:00.216815

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17545/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17545/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17545/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17545/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17545/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/ent.vhdl] 0:00:00.216886

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue613/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/pkg.vhdl] 0:00:00.222093

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue374/bug.vhdl] 0:00:00.215457

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue374/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue374/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue374/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue374/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue374/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/repro.vhdl] 0:00:00.218750

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/tb.vhdl] 0:00:00.214874

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/repro2.vhdl] 0:00:00.218560

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/types_pkg.vhdl] 0:00:00.218410

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/types_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/types_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/types_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/types_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1404/types_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/counter.vhdl] 0:00:00.218131

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/counter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/counter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/counter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/counter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/counter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1377/tb_issue2.vhdl] 0:00:00.212817

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1377/tb_issue2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1377/tb_issue2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1377/tb_issue2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1377/tb_issue2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1377/tb_issue2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/tb_counter.vhdl] 0:00:00.214693

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/tb_counter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/tb_counter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/tb_counter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/tb_counter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue563/tb_counter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1377/tb_issue.vhdl] 0:00:00.215949

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1377/tb_issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1377/tb_issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1377/tb_issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1377/tb_issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1377/tb_issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/repro.vhdl] 0:00:00.215821

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue794/example.vhdl] 0:00:00.218519

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue794/example.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue794/example.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue794/example.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue794/example.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue794/example.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/repro2.vhdl] 0:00:00.213200

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1051/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1688/test2.vhdl] 0:00:00.214084

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1688/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1688/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1688/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1688/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1688/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e.vhdl] 0:00:00.215030

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1688/test1.vhdl] 0:00:00.218451

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1688/test1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1688/test1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1688/test1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1688/test1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1688/test1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue803/tb.vhdl] 0:00:00.213064

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue803/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue803/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue803/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue803/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue803/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/ent2.vhdl] 0:00:00.234417

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1389/mwe.vhdl] 0:00:00.215752

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1389/mwe.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1389/mwe.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1389/mwe.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1389/mwe.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1389/mwe.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e2.vhdl] 0:00:00.216239

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1252/pkg.vhdl] 0:00:00.218992

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1252/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1252/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1252/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1252/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1252/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e3.vhdl] 0:00:00.219365

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/e3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1252/tb.vhdl] 0:00:00.221340

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1252/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1252/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1252/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1252/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1252/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/ent.vhdl] 0:00:00.223359

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue440/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/issue_pkg.vhdl] 0:00:00.217796

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/issue_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/issue_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/issue_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/issue_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/issue_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1412/repro.vhdl] 0:00:00.223613

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1412/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1412/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1412/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1412/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1412/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/fixed.vhdl] 0:00:00.217782

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/fixed.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/fixed.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/fixed.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/fixed.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/fixed.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1256/enum_test.vhdl] 0:00:00.218053

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1256/enum_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1256/enum_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1256/enum_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1256/enum_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1256/enum_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/issue.vhdl] 0:00:00.217055

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue72/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug011/phonybench.vhdl] 0:00:00.219604

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug011/phonybench.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug011/phonybench.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug011/phonybench.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug011/phonybench.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug011/phonybench.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0120/print1.vhdl] 0:00:00.223263

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0120/print1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0120/print1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0120/print1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0120/print1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0120/print1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue756/test_entity.vhdl] 0:00:00.223103

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue756/test_entity.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue756/test_entity.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue756/test_entity.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue756/test_entity.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue756/test_entity.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18360/testcase.vhdl] 0:00:00.216191

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18360/testcase.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18360/testcase.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18360/testcase.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18360/testcase.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18360/testcase.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue756/test_entity1.vhdl] 0:00:00.216466

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue756/test_entity1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue756/test_entity1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue756/test_entity1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue756/test_entity1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue756/test_entity1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro5.vhdl] 0:00:00.217493

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue788/repro.vhdl] 0:00:00.212967

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue788/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue788/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue788/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue788/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue788/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro2.vhdl] 0:00:00.214494

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug065/repro.vhdl] 0:00:00.217546

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug065/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug065/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug065/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug065/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug065/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro4.vhdl] 0:00:00.217261

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue838/top.vhdl] 0:00:00.219796

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue838/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue838/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue838/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue838/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue838/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro1.vhdl] 0:00:00.220466

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket63/bug.vhdl] 0:00:00.218115

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket63/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket63/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket63/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket63/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket63/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket74/bug.vhdl] 0:00:00.218729

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket74/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket74/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket74/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket74/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket74/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro3.vhdl] 0:00:00.218978

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1387/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket56/bug.vhdl] 0:00:00.222339

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket56/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket56/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket56/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket56/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket56/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1137/utestbench.vhdl] 0:00:00.214653

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1137/utestbench.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1137/utestbench.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1137/utestbench.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1137/utestbench.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1137/utestbench.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1751/ent.vhdl] 0:00:00.215855

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1751/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1751/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1751/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1751/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1751/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1137/testbench.vhdl] 0:00:00.214595

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1137/testbench.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1137/testbench.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1137/testbench.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1137/testbench.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1137/testbench.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue715/LRAM.vhdl] 0:00:00.212562

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue715/LRAM.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue715/LRAM.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue715/LRAM.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue715/LRAM.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue715/LRAM.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug064/repro.vhdl] 0:00:00.214013

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug064/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug064/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug064/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug064/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug064/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue388/e.vhdl] 0:00:00.215148

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue388/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue388/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue388/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue388/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue388/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue719/tb.vhdl] 0:00:00.212850

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue719/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue719/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue719/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue719/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue719/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue140/repro.vhdl] 0:00:00.214096

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue140/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue140/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue140/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue140/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue140/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue734/test.vhdl] 0:00:00.215112

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue734/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue734/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue734/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue734/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue734/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1370/case16.vhdl] 0:00:00.213119

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1370/case16.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1370/case16.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1370/case16.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1370/case16.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1370/case16.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue147/simple.vhdl] 0:00:00.216536

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue147/simple.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue147/simple.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue147/simple.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue147/simple.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue147/simple.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1364/mwe_case.vhdl] 0:00:00.217069

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1364/mwe_case.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1364/mwe_case.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1364/mwe_case.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1364/mwe_case.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1364/mwe_case.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue652/lib_alias.vhdl] 0:00:00.214400

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue652/lib_alias.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue652/lib_alias.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue652/lib_alias.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue652/lib_alias.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue652/lib_alias.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1364/mwe_aggr.vhdl] 0:00:00.216647

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1364/mwe_aggr.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1364/mwe_aggr.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1364/mwe_aggr.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1364/mwe_aggr.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1364/mwe_aggr.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue652/ent.vhdl] 0:00:00.213297

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue652/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue652/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue652/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue652/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue652/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue314/t1.vhdl] 0:00:00.213982

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue314/t1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue314/t1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue314/t1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue314/t1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue314/t1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue126/seg_fault.vhdl] 0:00:00.213722

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue126/seg_fault.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue126/seg_fault.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue126/seg_fault.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue126/seg_fault.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue126/seg_fault.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue439/e.vhdl] 0:00:00.214171

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue439/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue439/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue439/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue439/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue439/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug086/sig.vhdl] 0:00:00.212539

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug086/sig.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug086/sig.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug086/sig.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug086/sig.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug086/sig.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/test2.vhdl] 0:00:00.216046

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1726/repro.vhdl] 0:00:00.215747

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1726/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1726/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1726/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1726/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1726/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/endpoint_eval.vhdl] 0:00:00.214296

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/endpoint_eval.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/endpoint_eval.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/endpoint_eval.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/endpoint_eval.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/endpoint_eval.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1726/orig.vhdl] 0:00:00.213760

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1726/orig.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1726/orig.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1726/orig.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1726/orig.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1726/orig.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1810/repro.vhdl] 0:00:00.215219

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1810/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1810/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1810/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1810/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1810/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/endpoint_eval_err.vhdl] 0:00:00.216425

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/endpoint_eval_err.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/endpoint_eval_err.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/endpoint_eval_err.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/endpoint_eval_err.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/endpoint_eval_err.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue228/tb.vhdl] 0:00:00.212374

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue228/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue228/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue228/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue228/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue228/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/test1.vhdl] 0:00:00.215664

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/test1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/test1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/test1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/test1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue45/test1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro5.vhdl] 0:00:00.214456

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/repro.vhdl] 0:00:00.218614

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro.vhdl] 0:00:00.222490

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/my_time_pkg.vhdl] 0:00:00.218854

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/my_time_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/my_time_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/my_time_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/my_time_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/my_time_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/nullrng.vhdl] 0:00:00.214906

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/nullrng.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/nullrng.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/nullrng.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/nullrng.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue810/nullrng.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro2.vhdl] 0:00:00.215201

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue356/mux4.vhdl] 0:00:00.214724

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue356/mux4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue356/mux4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue356/mux4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue356/mux4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue356/mux4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro7.vhdl] 0:00:00.214468

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro7.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro7.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro7.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro7.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro7.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue516/reflection.vhdl] 0:00:00.214883

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue516/reflection.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue516/reflection.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue516/reflection.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue516/reflection.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue516/reflection.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro6.vhdl] 0:00:00.214590

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket62/repro.vhdl] 0:00:00.214496

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket62/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket62/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket62/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket62/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket62/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro4.vhdl] 0:00:00.214829

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro3.vhdl] 0:00:00.220591

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug077/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue697/test2.vhdl] 0:00:00.221124

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue697/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue697/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue697/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue697/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue697/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/ok.vhdl] 0:00:00.214464

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/ok.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/ok.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/ok.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/ok.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/ok.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue697/test.vhdl] 0:00:00.215658

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue697/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue697/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue697/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue697/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue697/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/repro.vhdl] 0:00:00.214050

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue225/repro.vhdl] 0:00:00.213425

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue225/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue225/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue225/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue225/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue225/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/err.vhdl] 0:00:00.216283

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/err.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/err.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/err.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/err.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0109/err.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue225/tb.vhdl] 0:00:00.223171

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue225/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue225/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue225/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue225/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue225/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent3.vhdl] 0:00:00.214585

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue690/source.vhdl] 0:00:00.212054

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue690/source.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue690/source.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue690/source.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue690/source.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue690/source.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent5.vhdl] 0:00:00.212079

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue309/tb.vhdl] 0:00:00.213019

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue309/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue309/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue309/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue309/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue309/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent6.vhdl] 0:00:00.219409

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2903/boundcheck.vhdl] 0:00:00.214309

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2903/boundcheck.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2903/boundcheck.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2903/boundcheck.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2903/boundcheck.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2903/boundcheck.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent2.vhdl] 0:00:00.214781

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug080/impurefunc.vhdl] 0:00:00.214520

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug080/impurefunc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug080/impurefunc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug080/impurefunc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug080/impurefunc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug080/impurefunc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent8.vhdl] 0:00:00.218420

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent8.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent8.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent8.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent8.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent8.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue98/test_load.vhdl] 0:00:00.216241

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue98/test_load.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue98/test_load.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue98/test_load.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue98/test_load.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue98/test_load.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug024/ppkg1.vhdl] 0:00:00.217241

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug024/ppkg1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug024/ppkg1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug024/ppkg1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug024/ppkg1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug024/ppkg1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent4.vhdl] 0:00:00.213362

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug024/ppkg.vhdl] 0:00:00.219870

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug024/ppkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug024/ppkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug024/ppkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug024/ppkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug024/ppkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent7.vhdl] 0:00:00.219754

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent7.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent7.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent7.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent7.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent7.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/bug.vhdl] 0:00:00.215332

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket43/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent.vhdl] 0:00:00.214263

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1549/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved2.vhdl] 0:00:00.215247

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug063/dff.vhdl] 0:00:00.212080

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug063/dff.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug063/dff.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug063/dff.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug063/dff.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug063/dff.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue223/repro.vhdl] 0:00:00.216465

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue223/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue223/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue223/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue223/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue223/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved3.vhdl] 0:00:00.213155

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue558/repro.vhdl] 0:00:00.214044

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue558/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue558/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue558/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue558/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue558/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved4.vhdl] 0:00:00.213144

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21332/twoscomplement.vhdl] 0:00:00.212079

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21332/twoscomplement.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21332/twoscomplement.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21332/twoscomplement.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21332/twoscomplement.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21332/twoscomplement.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved1.vhdl] 0:00:00.212268

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug030/reserved1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue156/repro1.vhdl] 0:00:00.213553

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue156/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue156/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue156/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue156/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue156/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/q_one_dot_fp_multiplier.vhdl] 0:00:00.215812

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/q_one_dot_fp_multiplier.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/q_one_dot_fp_multiplier.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/q_one_dot_fp_multiplier.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/q_one_dot_fp_multiplier.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/q_one_dot_fp_multiplier.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/costasloop.vhdl] 0:00:00.220051

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/costasloop.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/costasloop.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/costasloop.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/costasloop.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/costasloop.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue156/compile_error.vhdl] 0:00:00.219548

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue156/compile_error.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue156/compile_error.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue156/compile_error.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue156/compile_error.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue156/compile_error.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/dffregister.vhdl] 0:00:00.223721

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/dffregister.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/dffregister.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/dffregister.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/dffregister.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/dffregister.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket24/psl.vhdl] 0:00:00.221197

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket24/psl.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket24/psl.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket24/psl.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket24/psl.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket24/psl.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/loopfilter.vhdl] 0:00:00.217808

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/loopfilter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/loopfilter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/loopfilter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/loopfilter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue44/loopfilter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1640/test.vhdl] 0:00:00.217663

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1640/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1640/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1640/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1640/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1640/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue227/test.vhdl] 0:00:00.221585

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue227/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue227/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue227/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue227/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue227/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue860/testit.vhdl] 0:00:00.213500

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue860/testit.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue860/testit.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue860/testit.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue860/testit.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue860/testit.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1326/mytestbench.vhdl] 0:00:00.216258

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1326/mytestbench.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1326/mytestbench.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1326/mytestbench.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1326/mytestbench.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1326/mytestbench.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue227/repro.vhdl] 0:00:00.215597

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue227/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue227/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue227/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue227/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue227/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_sig.vhdl] 0:00:00.213408

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_sig.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_sig.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_sig.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_sig.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_sig.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1689/test.vhdl] 0:00:00.221750

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1689/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1689/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1689/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1689/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1689/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_proc.vhdl] 0:00:00.215473

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_proc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_proc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_proc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_proc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_proc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue144/tb.vhdl] 0:00:00.216965

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue144/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue144/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue144/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue144/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue144/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_var.vhdl] 0:00:00.218372

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_var.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_var.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_var.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_var.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue17/cond_assign_var.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug010/FIFO.vhdl] 0:00:00.214993

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug010/FIFO.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug010/FIFO.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug010/FIFO.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug010/FIFO.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug010/FIFO.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket54/test.vhdl] 0:00:00.213992

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket54/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket54/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket54/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket54/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket54/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug010/TestFIFO.vhdl] 0:00:00.215081

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug010/TestFIFO.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug010/TestFIFO.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug010/TestFIFO.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug010/TestFIFO.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug010/TestFIFO.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue708/ent.vhdl] 0:00:00.215888

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue708/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue708/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue708/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue708/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue708/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue293/repro.vhdl] 0:00:00.222641

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue293/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue293/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue293/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue293/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue293/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro.vhdl] 0:00:00.216941

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue293/tb_test.vhdl] 0:00:00.215604

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue293/tb_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue293/tb_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue293/tb_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue293/tb_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue293/tb_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro2.vhdl] 0:00:00.213984

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro.vhdl] 0:00:00.213660

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro4.vhdl] 0:00:00.214233

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro2.vhdl] 0:00:00.215315

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro4.vhdl] 0:00:00.223131

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro3.vhdl] 0:00:00.220948

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue478/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro3.vhdl] 0:00:00.218842

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue646/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/rec2.vhdl] 0:00:00.218340

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/rec2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/rec2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/rec2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/rec2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/rec2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue384/yy.vhdl] 0:00:00.213299

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue384/yy.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue384/yy.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue384/yy.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue384/yy.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue384/yy.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/test.vhdl] 0:00:00.213441

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call3.vhdl] 0:00:00.217909

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen1.vhdl] 0:00:00.216415

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var2.vhdl] 0:00:00.218204

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen4.vhdl] 0:00:00.217844

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var4.vhdl] 0:00:00.217037

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen2.vhdl] 0:00:00.213709

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/pkg.vhdl] 0:00:00.214873

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen3.vhdl] 0:00:00.211960

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug054/gen3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1416/repro.vhdl] 0:00:00.214334

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1416/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1416/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1416/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1416/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1416/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/sig1.vhdl] 0:00:00.214861

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/sig1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/sig1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/sig1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/sig1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/sig1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue176/test.vhdl] 0:00:00.213610

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue176/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue176/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue176/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue176/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue176/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/proc1.vhdl] 0:00:00.216351

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/proc1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/proc1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/proc1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/proc1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/proc1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue176/t2.vhdl] 0:00:00.218635

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue176/t2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue176/t2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue176/t2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue176/t2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue176/t2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/cst.vhdl] 0:00:00.216274

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/cst.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/cst.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/cst.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/cst.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/cst.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue586/bug_pkg.vhdl] 0:00:00.215578

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue586/bug_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue586/bug_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue586/bug_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue586/bug_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue586/bug_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/assign1.vhdl] 0:00:00.217402

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/assign1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/assign1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/assign1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/assign1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/assign1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue586/bug.vhdl] 0:00:00.211984

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue586/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue586/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue586/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue586/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue586/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call5.vhdl] 0:00:00.213467

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call2.vhdl] 0:00:00.213254

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue559/dut.vhdl] 0:00:00.212444

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue559/dut.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue559/dut.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue559/dut.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue559/dut.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue559/dut.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var1.vhdl] 0:00:00.214584

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/tieee2.vhdl] 0:00:00.215643

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/tieee2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/tieee2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/tieee2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/tieee2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/tieee2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var3.vhdl] 0:00:00.216377

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/var3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/pkg.vhdl] 0:00:00.218560

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call4.vhdl] 0:00:00.216530

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/tieee.vhdl] 0:00:00.214992

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/tieee.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/tieee.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/tieee.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/tieee.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue521/tieee.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21513/pb.vhdl] 0:00:00.218883

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21513/pb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21513/pb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21513/pb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21513/pb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21513/pb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/repro1.vhdl] 0:00:00.217492

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/orig.vhdl] 0:00:00.215980

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/orig.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/orig.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/orig.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/orig.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/orig.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call1.vhdl] 0:00:00.217627

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue238/call1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro2.vhdl] 0:00:00.217531

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket31/top_phystest_simple.vhdl] 0:00:00.219764

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket31/top_phystest_simple.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket31/top_phystest_simple.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket31/top_phystest_simple.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket31/top_phystest_simple.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket31/top_phystest_simple.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro1.vhdl] 0:00:00.219191

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket31/tb2.vhdl] 0:00:00.219524

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket31/tb2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket31/tb2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket31/tb2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket31/tb2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket31/tb2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro3.vhdl] 0:00:00.216428

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1704/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test2.vhdl] 0:00:00.215975

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test.vhdl] 0:00:00.216019

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1226/adder.vhdl] 0:00:00.214998

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1226/adder.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1226/adder.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1226/adder.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1226/adder.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1226/adder.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test1.vhdl] 0:00:00.217870

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue828/test1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1015/std.vhdl] 0:00:00.223304

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1015/std.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1015/std.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1015/std.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1015/std.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1015/std.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue864/mwe2.vhdl] 0:00:00.215128

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue864/mwe2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue864/mwe2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue864/mwe2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue864/mwe2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue864/mwe2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue262/repro.vhdl] 0:00:00.217731

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue262/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue262/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue262/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue262/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue262/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue864/mwe.vhdl] 0:00:00.218902

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue864/mwe.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue864/mwe.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue864/mwe.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue864/mwe.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue864/mwe.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue461/test.vhdl] 0:00:00.218370

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue461/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue461/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue461/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue461/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue461/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue461/repro1.vhdl] 0:00:00.220458

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue461/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue461/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue461/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue461/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue461/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1268/ent.vhdl] 0:00:00.221099

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1268/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1268/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1268/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1268/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1268/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue710/ent1.vhdl] 0:00:00.216957

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue710/ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue710/ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue710/ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue710/ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue710/ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue787/ent.vhdl] 0:00:00.219486

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue787/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue787/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue787/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue787/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue787/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue710/ent2.vhdl] 0:00:00.214708

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue710/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue710/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue710/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue710/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue710/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue779/tvm_pkg.vhdl] 0:00:00.242393

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue779/tvm_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue779/tvm_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue779/tvm_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue779/tvm_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue779/tvm_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/repro.vhdl] 0:00:00.218364

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e1.vhdl] 0:00:00.213414

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e2.vhdl] 0:00:00.213956

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_BitonicSort.vhdl] 0:00:00.218048

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_BitonicSort.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_BitonicSort.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_BitonicSort.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_BitonicSort.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_BitonicSort.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e3.vhdl] 0:00:00.211493

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1697/e3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_BitonicSort_tb.vhdl] 0:00:00.212375

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_BitonicSort_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_BitonicSort_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_BitonicSort_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_BitonicSort_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_BitonicSort_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0106/repro.vhdl] 0:00:00.210799

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0106/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0106/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0106/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0106/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0106/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/repro2.vhdl] 0:00:00.215358

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue381/test.vhdl] 0:00:00.215367

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue381/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue381/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue381/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue381/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue381/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_OddEvenSort_tb.vhdl] 0:00:00.217678

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_OddEvenSort_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_OddEvenSort_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_OddEvenSort_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_OddEvenSort_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_OddEvenSort_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_OddEvenSort.vhdl] 0:00:00.218280

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_OddEvenSort.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_OddEvenSort.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_OddEvenSort.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_OddEvenSort.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue2/sortnet_OddEvenSort.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug3.vhdl] 0:00:00.214707

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/aa.vhdl] 0:00:00.217642

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/aa.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/aa.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/aa.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/aa.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/aa.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug.vhdl] 0:00:00.218149

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/tb2.vhdl] 0:00:00.215901

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/tb2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/tb2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/tb2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/tb2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/tb2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug1.vhdl] 0:00:00.218343

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/tb.vhdl] 0:00:00.216547

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug2.vhdl] 0:00:00.214288

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket55/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue361/repro.vhdl] 0:00:00.212057

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue361/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue361/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue361/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue361/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue361/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/aa2.vhdl] 0:00:00.213616

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/aa2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/aa2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/aa2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/aa2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue877/aa2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue259/testcase_ce.vhdl] 0:00:00.215656

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue259/testcase_ce.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue259/testcase_ce.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue259/testcase_ce.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue259/testcase_ce.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue259/testcase_ce.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20549/tb.vhdl] 0:00:00.215742

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20549/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20549/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20549/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20549/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20549/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0115/repro1.vhdl] 0:00:00.216404

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0115/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0115/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0115/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0115/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0115/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/test.vhdl] 0:00:00.213426

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1461/mwe.vhdl] 0:00:00.216123

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1461/mwe.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1461/mwe.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1461/mwe.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1461/mwe.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1461/mwe.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/repro.vhdl] 0:00:00.217778

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/repropoc.vhdl] 0:00:00.215641

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/repropoc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/repropoc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/repropoc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/repropoc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/repropoc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue15/to_slv_issue.vhdl] 0:00:00.213667

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue15/to_slv_issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue15/to_slv_issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue15/to_slv_issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue15/to_slv_issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue15/to_slv_issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/reproct.vhdl] 0:00:00.220210

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/reproct.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/reproct.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/reproct.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/reproct.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue807/reproct.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue869/alu.vhdl] 0:00:00.219044

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue869/alu.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue869/alu.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue869/alu.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue869/alu.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue869/alu.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket57/test.vhdl] 0:00:00.216977

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket57/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket57/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket57/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket57/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket57/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue668/wb_demux_tb.vhdl] 0:00:00.214651

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue668/wb_demux_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue668/wb_demux_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue668/wb_demux_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue668/wb_demux_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue668/wb_demux_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue449/repro2.vhdl] 0:00:00.214406

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue449/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue449/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue449/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue449/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue449/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue668/repro2.vhdl] 0:00:00.212652

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue668/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue668/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue668/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue668/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue668/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue449/repro1.vhdl] 0:00:00.217171

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue449/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue449/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue449/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue449/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue449/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue150/concat2.vhdl] 0:00:00.214739

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue150/concat2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue150/concat2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue150/concat2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue150/concat2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue150/concat2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1490/ent.vhdl] 0:00:00.215660

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1490/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1490/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1490/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1490/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1490/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug059/tb.vhdl] 0:00:00.213974

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug059/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug059/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug059/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug059/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug059/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue816/test.vhdl] 0:00:00.212849

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue816/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue816/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue816/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue816/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue816/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug059/tb1.vhdl] 0:00:00.212570

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug059/tb1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug059/tb1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug059/tb1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug059/tb1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug059/tb1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue816/repro.vhdl] 0:00:00.213679

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue816/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue816/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue816/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue816/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue816/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue237/test_array.vhdl] 0:00:00.213370

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue237/test_array.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue237/test_array.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue237/test_array.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue237/test_array.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue237/test_array.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0124/repro.vhdl] 0:00:00.212516

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0124/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0124/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0124/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0124/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0124/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0114/pkg.vhdl] 0:00:00.210843

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0114/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0114/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0114/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0114/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0114/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0114/hello.vhdl] 0:00:00.214295

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0114/hello.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0114/hello.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0114/hello.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0114/hello.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0114/hello.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/nest.vhdl] 0:00:00.212963

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/nest.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/nest.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/nest.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/nest.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue542/nest.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug047/repro_arith.vhdl] 0:00:00.213770

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug047/repro_arith.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug047/repro_arith.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug047/repro_arith.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug047/repro_arith.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug047/repro_arith.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/repro.vhdl] 0:00:00.217636

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder_tb.vhdl] 0:00:00.219759

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/repro2.vhdl] 0:00:00.218868

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder.vhdl] 0:00:00.217805

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/tbmem.vhdl] 0:00:00.218904

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/tbmem.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/tbmem.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/tbmem.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/tbmem.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue473/tbmem.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug092/t.vhdl] 0:00:00.222982

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug092/t.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug092/t.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug092/t.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug092/t.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug092/t.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder_tb2.vhdl] 0:00:00.221724

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder_tb2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder_tb2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder_tb2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder_tb2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug073/adder_tb2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug092/t2.vhdl] 0:00:00.216139

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug092/t2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug092/t2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug092/t2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug092/t2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug092/t2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket83/bug.vhdl] 0:00:00.214209

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket83/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket83/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket83/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket83/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket83/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/spi2apb.vhdl] 0:00:00.220788

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/spi2apb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/spi2apb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/spi2apb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/spi2apb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/spi2apb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/repro2.vhdl] 0:00:00.223108

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/cond.vhdl] 0:00:00.215675

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/cond.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/cond.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/cond.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/cond.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/cond.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft1.vhdl] 0:00:00.216658

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft2.vhdl] 0:00:00.220321

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/cond2.vhdl] 0:00:00.221538

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/cond2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/cond2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/cond2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/cond2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue524/cond2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft.vhdl] 0:00:00.212211

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/fft.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1677/repro.vhdl] 0:00:00.214183

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1677/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1677/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1677/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1677/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1677/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/repro1.vhdl] 0:00:00.213832

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug029/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1677/ent.vhdl] 0:00:00.212501

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1677/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1677/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1677/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1677/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1677/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket49/bug.vhdl] 0:00:00.211907

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket49/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket49/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket49/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket49/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket49/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue830/r.vhdl] 0:00:00.212513

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue830/r.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue830/r.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue830/r.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue830/r.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue830/r.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue544/e.vhdl] 0:00:00.215930

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue544/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue544/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue544/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue544/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue544/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue263/mac_test.vhdl] 0:00:00.215136

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue263/mac_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue263/mac_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue263/mac_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue263/mac_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue263/mac_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue263/mac.vhdl] 0:00:00.217096

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue263/mac.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue263/mac.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue263/mac.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue263/mac.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue263/mac.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb.vhdl] 0:00:00.217255

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug046/bug_pkg.vhdl] 0:00:00.227458

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug046/bug_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug046/bug_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug046/bug_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug046/bug_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug046/bug_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple.vhdl] 0:00:00.219330

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug09/univ1.vhdl] 0:00:00.216369

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug09/univ1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug09/univ1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug09/univ1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug09/univ1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug09/univ1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple2.vhdl] 0:00:00.214826

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug09/univ2.vhdl] 0:00:00.213700

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug09/univ2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug09/univ2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug09/univ2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug09/univ2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug09/univ2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple1.vhdl] 0:00:00.214396

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug052/tb_simple1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3028/vc.vhdl] 0:00:00.218546

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3028/vc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3028/vc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3028/vc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3028/vc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3028/vc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue397/e.vhdl] 0:00:00.216451

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue397/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue397/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue397/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue397/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue397/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3028/top.vhdl] 0:00:00.213897

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3028/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3028/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3028/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3028/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3028/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue141/e.vhdl] 0:00:00.214410

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue141/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue141/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue141/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue141/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue141/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue648/repro.vhdl] 0:00:00.219374

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue648/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue648/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue648/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue648/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue648/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro2.vhdl] 0:00:00.221844

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro4.vhdl] 0:00:00.215559

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue648/ice.vhdl] 0:00:00.216256

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue648/ice.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue648/ice.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue648/ice.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue648/ice.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue648/ice.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro1.vhdl] 0:00:00.214098

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue529/impure2.vhdl] 0:00:00.212414

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue529/impure2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue529/impure2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue529/impure2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue529/impure2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue529/impure2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro3.vhdl] 0:00:00.214946

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue610/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue529/impure1.vhdl] 0:00:00.215806

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue529/impure1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue529/impure1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue529/impure1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue529/impure1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue529/impure1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue535/bug.vhdl] 0:00:00.215198

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue535/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue535/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue535/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue535/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue535/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue852/recordofrecord_tb.vhdl] 0:00:00.215312

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue852/recordofrecord_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue852/recordofrecord_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue852/recordofrecord_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue852/recordofrecord_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue852/recordofrecord_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue852/repro1.vhdl] 0:00:00.215503

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue852/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue852/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue852/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue852/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue852/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket41/bug.vhdl] 0:00:00.216656

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket41/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket41/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket41/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket41/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket41/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb3.vhdl] 0:00:00.220088

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket41/bug1.vhdl] 0:00:00.219011

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket41/bug1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket41/bug1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket41/bug1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket41/bug1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket41/bug1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb2.vhdl] 0:00:00.218073

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1612/repro.vhdl] 0:00:00.216176

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1612/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1612/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1612/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1612/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1612/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb.vhdl] 0:00:00.214059

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1612/exposep.vhdl] 0:00:00.214437

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1612/exposep.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1612/exposep.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1612/exposep.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1612/exposep.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1612/exposep.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb4.vhdl] 0:00:00.213101

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1201/bug.vhdl] 0:00:00.215278

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1201/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1201/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1201/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1201/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1201/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue623/crash.vhdl] 0:00:00.214489

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue623/crash.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue623/crash.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue623/crash.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue623/crash.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue623/crash.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb5.vhdl] 0:00:00.217219

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0110/tb5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue191/repro.vhdl] 0:00:00.214101

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue191/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue191/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue191/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue191/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue191/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1440/tb2.vhdl] 0:00:00.216010

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1440/tb2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1440/tb2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1440/tb2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1440/tb2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1440/tb2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue777/a.vhdl] 0:00:00.214408

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue777/a.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue777/a.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue777/a.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue777/a.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue777/a.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1440/tb_last_value_bug.vhdl] 0:00:00.214000

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1440/tb_last_value_bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1440/tb_last_value_bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1440/tb_last_value_bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1440/tb_last_value_bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1440/tb_last_value_bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue777/tb.vhdl] 0:00:00.216306

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue777/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue777/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue777/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue777/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue777/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue233/test.vhdl] 0:00:00.216047

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue233/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue233/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue233/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue233/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue233/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue233/repro.vhdl] 0:00:00.215053

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue233/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue233/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue233/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue233/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue233/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket109/t.vhdl] 0:00:00.213837

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket109/t.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket109/t.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket109/t.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket109/t.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket109/t.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue642/repro.vhdl] 0:00:00.214172

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue642/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue642/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue642/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue642/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue642/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue321/repro.vhdl] 0:00:00.215831

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue321/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue321/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue321/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue321/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue321/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket76/bug.vhdl] 0:00:00.214141

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket76/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket76/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket76/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket76/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket76/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket67/bug.vhdl] 0:00:00.216523

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket67/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket67/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket67/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket67/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket67/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23013/attrs.vhdl] 0:00:00.217063

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23013/attrs.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23013/attrs.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23013/attrs.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23013/attrs.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23013/attrs.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue472/test.vhdl] 0:00:00.217677

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue472/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue472/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue472/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue472/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue472/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/lsp27/mwe.vhdl] 0:00:00.218063

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/lsp27/mwe.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/lsp27/mwe.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/lsp27/mwe.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/lsp27/mwe.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/lsp27/mwe.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue375/cond_assign_proc.vhdl] 0:00:00.220502

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue375/cond_assign_proc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue375/cond_assign_proc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue375/cond_assign_proc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue375/cond_assign_proc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue375/cond_assign_proc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test2.vhdl] 0:00:00.214328

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/repro.vhdl] 0:00:00.213100

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test.vhdl] 0:00:00.216242

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/repro1.vhdl] 0:00:00.217496

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test1.vhdl] 0:00:00.213932

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue407/test1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/components.vhdl] 0:00:00.212293

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/components.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/components.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/components.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/components.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/components.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue621/ent2.vhdl] 0:00:00.213208

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue621/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue621/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue621/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue621/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue621/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/debug.vhdl] 0:00:00.211756

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/debug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/debug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/debug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/debug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/debug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/utils.vhdl] 0:00:00.214996

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/utils.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/utils.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/utils.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/utils.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/utils.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue621/ent.vhdl] 0:00:00.211329

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue621/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue621/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue621/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue621/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue621/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/fileio.vhdl] 0:00:00.213279

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/fileio.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/fileio.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/fileio.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/fileio.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/fileio.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue618/e1.vhdl] 0:00:00.226166

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue618/e1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue618/e1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue618/e1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue618/e1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue618/e1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/vectors.vhdl] 0:00:00.220461

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/vectors.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/vectors.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/vectors.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/vectors.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/vectors.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue618/e.vhdl] 0:00:00.216458

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue618/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue618/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue618/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue618/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue618/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/strings.vhdl] 0:00:00.217174

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/strings.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/strings.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/strings.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/strings.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/strings.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent3.vhdl] 0:00:00.218524

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent_ok.vhdl] 0:00:00.215560

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent_ok.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent_ok.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent_ok.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent_ok.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent_ok.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/physical.vhdl] 0:00:00.217337

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/physical.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/physical.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/physical.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/physical.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/physical.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent2.vhdl] 0:00:00.221526

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/config.vhdl] 0:00:00.219612

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/config.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/config.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/config.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/config.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/common/config.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent4.vhdl] 0:00:00.215473

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_rx.vhdl] 0:00:00.239810

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_rx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_rx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_rx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_rx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_rx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent.vhdl] 0:00:00.219972

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue687/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_bclk.vhdl] 0:00:00.218872

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_bclk.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_bclk.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_bclk.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_bclk.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_bclk.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_fifo.vhdl] 0:00:00.222723

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_fifo.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_fifo.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_fifo.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_fifo.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_fifo.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/range_tb1.vhdl] 0:00:00.220956

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/range_tb1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/range_tb1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/range_tb1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/range_tb1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/range_tb1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_tx.vhdl] 0:00:00.220631

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_tx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_tx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_tx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_tx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart_tx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/length_tb1.vhdl] 0:00:00.218232

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/length_tb1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/length_tb1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/length_tb1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/length_tb1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/length_tb1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart.pkg.vhdl] 0:00:00.217112

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/src/io/uart/uart.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/range_tb.vhdl] 0:00:00.218225

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/range_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/range_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/range_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/range_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue258/range_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/simulation.v93.vhdl] 0:00:00.216756

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/simulation.v93.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/simulation.v93.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/simulation.v93.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/simulation.v93.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/simulation.v93.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue643/repro.vhdl] 0:00:00.215228

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue643/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue643/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue643/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue643/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue643/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue643/ent.vhdl] 0:00:00.214564

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue643/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue643/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue643/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue643/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue643/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_project.vhdl] 0:00:00.213887

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_project.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_project.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_project.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_project.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_project.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1228/test_load.vhdl] 0:00:00.213016

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1228/test_load.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1228/test_load.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1228/test_load.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1228/test_load.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1228/test_load.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/simulation.v08.vhdl] 0:00:00.214444

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/simulation.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/simulation.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/simulation.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/simulation.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/simulation.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue636/e.vhdl] 0:00:00.214360

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue636/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue636/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue636/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue636/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue636/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/strings_tb.vhdl] 0:00:00.214007

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/strings_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/strings_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/strings_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/strings_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/strings_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue683/repro64.vhdl] 0:00:00.218122

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue683/repro64.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue683/repro64.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue683/repro64.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue683/repro64.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue683/repro64.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_config_ML605.vhdl] 0:00:00.214664

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_config_ML605.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_config_ML605.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_config_ML605.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_config_ML605.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_config_ML605.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/config_tb.vhdl] 0:00:00.212764

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/config_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/config_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/config_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/config_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/config_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue683/repro.vhdl] 0:00:00.212234

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue683/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue683/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue683/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue683/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue683/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_config_ML505.vhdl] 0:00:00.211685

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_config_ML505.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_config_ML505.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_config_ML505.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_config_ML505.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/common/my_config_ML505.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue261/e1.vhdl] 0:00:00.213846

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue261/e1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue261/e1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue261/e1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue261/e1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue261/e1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/io/uart/uart_rx_tb.vhdl] 0:00:00.229944

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/io/uart/uart_rx_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/io/uart/uart_rx_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/io/uart/uart_rx_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/io/uart/uart_rx_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug019/PoC/tb/io/uart/uart_rx_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue261/e.vhdl] 0:00:00.215179

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue261/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue261/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue261/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue261/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue261/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen1.vhdl] 0:00:00.213759

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket86/bug.vhdl] 0:00:00.210571

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket86/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket86/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket86/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket86/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket86/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen2-body.vhdl] 0:00:00.212105

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen2-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen2-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen2-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen2-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen2-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17759/test.vhdl] 0:00:00.213383

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17759/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17759/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17759/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17759/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17759/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro2.vhdl] 0:00:00.216987

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen1-body.vhdl] 0:00:00.213716

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen1-body.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen1-body.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen1-body.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen1-body.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen1-body.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro4.vhdl] 0:00:00.218213

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/tb.vhdl] 0:00:00.213342

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/ent.vhdl] 0:00:00.214497

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/pkg2.vhdl] 0:00:00.212950

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/pkg2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/pkg2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/pkg2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/pkg2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/pkg2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro1.vhdl] 0:00:00.211961

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/pkg1.vhdl] 0:00:00.213022

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/pkg1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/pkg1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/pkg1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/pkg1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/pkg1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen2.vhdl] 0:00:00.212803

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/gen2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro3.vhdl] 0:00:00.215774

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1420/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/tb-behav.vhdl] 0:00:00.214819

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/tb-behav.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/tb-behav.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/tb-behav.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/tb-behav.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug055/tb-behav.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue392/e.vhdl] 0:00:00.215225

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue392/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue392/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue392/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue392/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue392/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue627/ent.vhdl] 0:00:00.216370

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue627/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue627/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue627/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue627/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue627/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug057/tb2.vhdl] 0:00:00.215920

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug057/tb2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug057/tb2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug057/tb2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug057/tb2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug057/tb2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3060/integer_class.vhdl] 0:00:00.217886

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3060/integer_class.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3060/integer_class.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3060/integer_class.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3060/integer_class.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr3060/integer_class.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug057/tb.vhdl] 0:00:00.218311

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug057/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug057/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug057/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug057/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug057/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug078/half_adder.vhdl] 0:00:00.211976

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug078/half_adder.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug078/half_adder.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug078/half_adder.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug078/half_adder.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug078/half_adder.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0112/assert01.vhdl] 0:00:00.212575

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0112/assert01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0112/assert01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0112/assert01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0112/assert01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0112/assert01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue791/test.vhdl] 0:00:00.213643

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue791/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue791/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue791/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue791/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue791/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18353/TESTCASE.vhdl] 0:00:00.214416

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18353/TESTCASE.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18353/TESTCASE.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18353/TESTCASE.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18353/TESTCASE.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18353/TESTCASE.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue791/memory_pkg.vhdl] 0:00:00.213144

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue791/memory_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue791/memory_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue791/memory_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue791/memory_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue791/memory_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue371/test_string.vhdl] 0:00:00.212074

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue371/test_string.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue371/test_string.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue371/test_string.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue371/test_string.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue371/test_string.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue912/mwe_tb.vhdl] 0:00:00.212817

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue912/mwe_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue912/mwe_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue912/mwe_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue912/mwe_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue912/mwe_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue885/a.vhdl] 0:00:00.213486

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue885/a.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue885/a.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue885/a.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue885/a.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue885/a.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue912/mwe_entity.vhdl] 0:00:00.210958

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue912/mwe_entity.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue912/mwe_entity.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue912/mwe_entity.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue912/mwe_entity.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue912/mwe_entity.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue632/bug.vhdl] 0:00:00.213884

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue632/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue632/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue632/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue632/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue632/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue20/fp_write_read_issue.vhdl] 0:00:00.214247

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue20/fp_write_read_issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue20/fp_write_read_issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue20/fp_write_read_issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue20/fp_write_read_issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue20/fp_write_read_issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1771/tf.vhdl] 0:00:00.212912

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1771/tf.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1771/tf.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1771/tf.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1771/tf.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1771/tf.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue645/tb.vhdl] 0:00:00.213948

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue645/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue645/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue645/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue645/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue645/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1771/add_carry_ghdl_testbench.vhdl] 0:00:00.215259

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1771/add_carry_ghdl_testbench.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1771/add_carry_ghdl_testbench.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1771/add_carry_ghdl_testbench.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1771/add_carry_ghdl_testbench.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1771/add_carry_ghdl_testbench.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue645/foo.vhdl] 0:00:00.213493

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue645/foo.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue645/foo.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue645/foo.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue645/foo.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue645/foo.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket50/ent2.vhdl] 0:00:00.214636

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket50/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket50/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket50/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket50/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket50/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/wbcrc_syn.vhdl] 0:00:00.216755

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/wbcrc_syn.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/wbcrc_syn.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/wbcrc_syn.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/wbcrc_syn.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/wbcrc_syn.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket50/ent.vhdl] 0:00:00.217358

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket50/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket50/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket50/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket50/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket50/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue470/e.vhdl] 0:00:00.216214

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue470/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue470/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue470/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue470/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue470/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/repro.vhdl] 0:00:00.215933

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro2.vhdl] 0:00:00.212973

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/crc_pkg.vhdl] 0:00:00.216853

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/crc_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/crc_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/crc_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/crc_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1138/crc_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro1.vhdl] 0:00:00.216681

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue243/test.vhdl] 0:00:00.213498

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue243/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue243/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue243/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue243/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue243/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro3.vhdl] 0:00:00.215028

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1257/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/repro.vhdl] 0:00:00.220411

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/repro2.vhdl] 0:00:00.214351

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket88/bug.vhdl] 0:00:00.218553

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket88/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket88/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket88/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket88/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket88/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/bug.vhdl] 0:00:00.219090

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket81/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue367/e.vhdl] 0:00:00.215577

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue367/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue367/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue367/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue367/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue367/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue922/dut.vhdl] 0:00:00.216218

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue922/dut.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue922/dut.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue922/dut.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue922/dut.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue922/dut.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket79/file.vhdl] 0:00:00.214176

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket79/file.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket79/file.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket79/file.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket79/file.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket79/file.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue530/repro2.vhdl] 0:00:00.212550

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue530/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue530/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue530/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue530/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue530/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue204/repro.vhdl] 0:00:00.213354

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue204/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue204/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue204/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue204/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue204/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue792/dut.vhdl] 0:00:00.217629

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue792/dut.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue792/dut.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue792/dut.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue792/dut.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue792/dut.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue530/sample_slice_ports.vhdl] 0:00:00.215103

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue530/sample_slice_ports.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue530/sample_slice_ports.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue530/sample_slice_ports.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue530/sample_slice_ports.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue530/sample_slice_ports.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/repro.vhdl] 0:00:00.213367

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue40/test2.vhdl] 0:00:00.209967

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue40/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue40/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue40/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue40/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue40/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/repro2.vhdl] 0:00:00.215459

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue40/test.vhdl] 0:00:00.216079

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue40/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue40/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue40/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue40/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue40/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/standard_textio_additions_c.vhdl] 0:00:00.215427

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/standard_textio_additions_c.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/standard_textio_additions_c.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/standard_textio_additions_c.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/standard_textio_additions_c.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/standard_textio_additions_c.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top4.vhdl] 0:00:00.211526

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/orig.vhdl] 0:00:00.211214

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/orig.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/orig.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/orig.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/orig.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/orig.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/std_logic_1164_additions.vhdl] 0:00:00.210554

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/std_logic_1164_additions.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/std_logic_1164_additions.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/std_logic_1164_additions.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/std_logic_1164_additions.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/std_logic_1164_additions.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top5.vhdl] 0:00:00.209268

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/env_c.vhdl] 0:00:00.208536

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/env_c.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/env_c.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/env_c.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/env_c.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/env_c.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top3.vhdl] 0:00:00.211373

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/standard_additions_c.vhdl] 0:00:00.213263

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/standard_additions_c.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/standard_additions_c.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/standard_additions_c.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/standard_additions_c.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket89/x_ieee_proposed/src/standard_additions_c.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top1.vhdl] 0:00:00.218266

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug3.vhdl] 0:00:00.215740

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top2.vhdl] 0:00:00.213338

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1721/top2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug.vhdl] 0:00:00.212289

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue316/gen_pkg.vhdl] 0:00:00.209808

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue316/gen_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue316/gen_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue316/gen_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue316/gen_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue316/gen_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug2.vhdl] 0:00:00.211818

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue419/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro_irqc.vhdl] 0:00:00.215394

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro_irqc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro_irqc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro_irqc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro_irqc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro_irqc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue278/ram_lut.vhdl] 0:00:00.211762

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue278/ram_lut.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue278/ram_lut.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue278/ram_lut.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue278/ram_lut.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue278/ram_lut.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro.vhdl] 0:00:00.212366

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/tb2.vhdl] 0:00:00.212591

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/tb2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/tb2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/tb2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/tb2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/tb2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t3.vhdl] 0:00:00.209437

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/tb.vhdl] 0:00:00.213485

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/uncons1.vhdl] 0:00:00.210588

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/uncons1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/uncons1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/uncons1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/uncons1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/uncons1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/pkg_slv.vhdl] 0:00:00.210326

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/pkg_slv.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/pkg_slv.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/pkg_slv.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/pkg_slv.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/pkg_slv.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/ent.vhdl] 0:00:00.211924

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1262/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t4.vhdl] 0:00:00.213397

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1717/package.vhdl] 0:00:00.211697

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1717/package.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1717/package.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1717/package.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1717/package.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1717/package.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro2.vhdl] 0:00:00.210269

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21078/foo.vhdl] 0:00:00.211059

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21078/foo.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21078/foo.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21078/foo.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21078/foo.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21078/foo.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t6.vhdl] 0:00:00.215916

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1639/ap.vhdl] 0:00:00.210953

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1639/ap.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1639/ap.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1639/ap.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1639/ap.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1639/ap.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t3b.vhdl] 0:00:00.211735

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t3b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t3b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t3b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t3b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t3b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug049/rng1.vhdl] 0:00:00.220079

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug049/rng1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug049/rng1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug049/rng1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug049/rng1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug049/rng1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t5.vhdl] 0:00:00.211546

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue328/t5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17309/master_testbench3.vhdl] 0:00:00.210993

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17309/master_testbench3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17309/master_testbench3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17309/master_testbench3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17309/master_testbench3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17309/master_testbench3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue9/repro.vhdl] 0:00:00.208605

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue9/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue9/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue9/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue9/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue9/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17309/polyamplib.vhdl] 0:00:00.213290

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17309/polyamplib.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17309/polyamplib.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17309/polyamplib.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17309/polyamplib.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17309/polyamplib.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue9/repro2.vhdl] 0:00:00.211732

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue9/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue9/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue9/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue9/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue9/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue705/bug.vhdl] 0:00:00.210288

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue705/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue705/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue705/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue705/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue705/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1360/onehot_aggregate.vhdl] 0:00:00.208262

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1360/onehot_aggregate.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1360/onehot_aggregate.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1360/onehot_aggregate.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1360/onehot_aggregate.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1360/onehot_aggregate.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue705/bug2.vhdl] 0:00:00.211157

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue705/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue705/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue705/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue705/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue705/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue918/ent.vhdl] 0:00:00.212251

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue918/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue918/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue918/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue918/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue918/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1288/issue.vhdl] 0:00:00.211795

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1288/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1288/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1288/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1288/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1288/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug099/repro.vhdl] 0:00:00.211566

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug099/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug099/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug099/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug099/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug099/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug074/repro.vhdl] 0:00:00.215644

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug074/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug074/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug074/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug074/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug074/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro5.vhdl] 0:00:00.215905

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1269/ent93.vhdl] 0:00:00.212080

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1269/ent93.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1269/ent93.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1269/ent93.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1269/ent93.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1269/ent93.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro8.vhdl] 0:00:00.211587

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro8.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro8.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro8.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro8.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro8.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1269/ent.vhdl] 0:00:00.210253

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1269/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1269/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1269/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1269/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1269/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro2.vhdl] 0:00:00.209795

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro7.vhdl] 0:00:00.213360

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro7.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro7.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro7.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro7.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro7.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug081/dummy.vhdl] 0:00:00.211496

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug081/dummy.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug081/dummy.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug081/dummy.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug081/dummy.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug081/dummy.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro12.vhdl] 0:00:00.214703

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro12.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro12.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro12.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro12.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro12.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue244/test.vhdl] 0:00:00.213488

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue244/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue244/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue244/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue244/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue244/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro13.vhdl] 0:00:00.216862

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro13.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro13.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro13.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro13.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro13.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue447/my_entity.vhdl] 0:00:00.215389

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue447/my_entity.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue447/my_entity.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue447/my_entity.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue447/my_entity.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue447/my_entity.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro6.vhdl] 0:00:00.213337

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue875/test.vhdl] 0:00:00.212464

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue875/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue875/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue875/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue875/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue875/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug096/reader.vhdl] 0:00:00.210695

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug096/reader.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug096/reader.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug096/reader.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug096/reader.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug096/reader.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro4.vhdl] 0:00:00.210425

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/pkg_b.vhdl] 0:00:00.215207

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/pkg_b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/pkg_b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/pkg_b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/pkg_b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/pkg_b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro1.vhdl] 0:00:00.210062

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/tb.vhdl] 0:00:00.209436

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro3.vhdl] 0:00:00.212020

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0117/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/pkg_a.vhdl] 0:00:00.211507

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/pkg_a.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/pkg_a.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/pkg_a.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/pkg_a.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1246/pkg_a.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue654/ent.vhdl] 0:00:00.212697

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue654/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue654/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue654/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue654/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue654/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket20/morten1.vhdl] 0:00:00.214567

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket20/morten1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket20/morten1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket20/morten1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket20/morten1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket20/morten1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue14/repro.vhdl] 0:00:00.212407

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue14/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue14/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue14/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue14/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue14/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket20/morten2.vhdl] 0:00:00.219877

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket20/morten2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket20/morten2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket20/morten2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket20/morten2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket20/morten2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue14/repro1.vhdl] 0:00:00.216955

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue14/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue14/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue14/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue14/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue14/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro2.vhdl] 0:00:00.216093

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/repro2.vhdl] 0:00:00.215753

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/issue93.vhdl] 0:00:00.217052

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/issue93.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/issue93.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/issue93.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/issue93.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/issue93.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/e.vhdl] 0:00:00.218512

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue713/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue899/testing.vhdl] 0:00:00.218205

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue899/testing.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue899/testing.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue899/testing.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue899/testing.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue899/testing.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/issue.vhdl] 0:00:00.217109

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue689/example.vhdl] 0:00:00.215298

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue689/example.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue689/example.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue689/example.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue689/example.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue689/example.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro4.vhdl] 0:00:00.213904

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1764/repro.vhdl] 0:00:00.218819

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1764/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1764/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1764/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1764/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1764/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro3.vhdl] 0:00:00.211863

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1274/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro.vhdl] 0:00:00.209869

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue38/bugreport_aliasprotected.vhdl] 0:00:00.212814

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue38/bugreport_aliasprotected.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue38/bugreport_aliasprotected.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue38/bugreport_aliasprotected.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue38/bugreport_aliasprotected.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue38/bugreport_aliasprotected.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro2.vhdl] 0:00:00.210730

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug19195/top.vhdl] 0:00:00.210448

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug19195/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug19195/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug19195/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug19195/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug19195/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro3.vhdl] 0:00:00.210156

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1772/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/repro.vhdl] 0:00:00.213525

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/reprook.vhdl] 0:00:00.214007

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/reprook.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/reprook.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/reprook.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/reprook.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket14/reprook.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug06/repro.vhdl] 0:00:00.212141

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug06/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug06/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug06/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug06/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug06/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18359/testcase.vhdl] 0:00:00.212991

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18359/testcase.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18359/testcase.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18359/testcase.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18359/testcase.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug18359/testcase.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/repro.vhdl] 0:00:00.212768

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue637/example.vhdl] 0:00:00.212614

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue637/example.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue637/example.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue637/example.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue637/example.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue637/example.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/resolution-tb.vhdl] 0:00:00.211391

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/resolution-tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/resolution-tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/resolution-tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/resolution-tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue349/resolution-tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/repro.vhdl] 0:00:00.214217

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue301/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue257/minimum_tb2.vhdl] 0:00:00.215586

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue257/minimum_tb2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue257/minimum_tb2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue257/minimum_tb2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue257/minimum_tb2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue257/minimum_tb2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue257/minimum_tb.vhdl] 0:00:00.214977

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue257/minimum_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue257/minimum_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue257/minimum_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue257/minimum_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue257/minimum_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue983/test.vhdl] 0:00:00.214832

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue983/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue983/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue983/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue983/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue983/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue152/ax_wb_pli.vhdl] 0:00:00.209866

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue152/ax_wb_pli.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue152/ax_wb_pli.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue152/ax_wb_pli.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue152/ax_wb_pli.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue152/ax_wb_pli.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb3.vhdl] 0:00:00.215764

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue152/ax_wb_pli_pkg.vhdl] 0:00:00.211786

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue152/ax_wb_pli_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue152/ax_wb_pli_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue152/ax_wb_pli_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue152/ax_wb_pli_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue152/ax_wb_pli_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb2.vhdl] 0:00:00.212527

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue406/queuet.vhdl] 0:00:00.215244

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue406/queuet.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue406/queuet.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue406/queuet.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue406/queuet.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue406/queuet.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb1.vhdl] 0:00:00.217574

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug053/tb1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue406/queuep.vhdl] 0:00:00.218507

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue406/queuep.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue406/queuep.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue406/queuep.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue406/queuep.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue406/queuep.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket64/file.vhdl] 0:00:00.216493

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket64/file.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket64/file.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket64/file.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket64/file.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket64/file.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket64/bug2.vhdl] 0:00:00.212832

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket64/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket64/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket64/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket64/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket64/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat2.vhdl] 0:00:00.212838

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2655/bug.vhdl] 0:00:00.212454

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2655/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2655/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2655/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2655/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/sr2655/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat1.vhdl] 0:00:00.213890

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro5.vhdl] 0:00:00.213761

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat2_87.vhdl] 0:00:00.212123

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat2_87.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat2_87.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat2_87.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat2_87.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat2_87.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/my_config.vhdl] 0:00:00.211414

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/my_config.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/my_config.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/my_config.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/my_config.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/my_config.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat1_87.vhdl] 0:00:00.211770

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat1_87.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat1_87.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat1_87.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat1_87.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0105/econcat1_87.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0103/repro.vhdl] 0:00:00.214767

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0103/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0103/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0103/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0103/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0103/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/my_project.vhdl] 0:00:00.211519

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/my_project.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/my_project.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/my_project.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/my_project.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/my_project.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue167/pkg2.vhdl] 0:00:00.216693

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue167/pkg2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue167/pkg2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue167/pkg2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue167/pkg2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue167/pkg2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro2.vhdl] 0:00:00.214905

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue167/pkg1.vhdl] 0:00:00.219180

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue167/pkg1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue167/pkg1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue167/pkg1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue167/pkg1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue167/pkg1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro6.vhdl] 0:00:00.215626

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20312/repro.vhdl] 0:00:00.217152

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20312/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20312/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20312/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20312/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20312/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro4.vhdl] 0:00:00.214765

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro1.vhdl] 0:00:00.215077

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20312/arr.vhdl] 0:00:00.217592

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20312/arr.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20312/arr.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20312/arr.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20312/arr.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug20312/arr.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro3.vhdl] 0:00:00.215645

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue615/repr.vhdl] 0:00:00.214430

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue615/repr.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue615/repr.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue615/repr.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue615/repr.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue615/repr.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/components.vhdl] 0:00:00.216997

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/components.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/components.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/components.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/components.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/components.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue132/repro.vhdl] 0:00:00.216756

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue132/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue132/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue132/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue132/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue132/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/fileio.v08.vhdl] 0:00:00.210245

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/fileio.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/fileio.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/fileio.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/fileio.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/fileio.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg1.vhdl] 0:00:00.213038

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg_tb.vhdl] 0:00:00.211773

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/math.vhdl] 0:00:00.212977

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/math.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/math.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/math.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/math.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/math.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg1_tb.vhdl] 0:00:00.208412

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg1_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg1_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg1_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg1_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg1_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/utils.vhdl] 0:00:00.211717

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/utils.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/utils.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/utils.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/utils.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/utils.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg.vhdl] 0:00:00.213423

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug023/ppkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/vectors.vhdl] 0:00:00.213143

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/vectors.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/vectors.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/vectors.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/vectors.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/vectors.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug085/foo.vhdl] 0:00:00.214412

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug085/foo.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug085/foo.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug085/foo.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug085/foo.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug085/foo.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/strings.vhdl] 0:00:00.213302

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/strings.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/strings.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/strings.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/strings.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/strings.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/physical.vhdl] 0:00:00.219727

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/physical.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/physical.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/physical.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/physical.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/physical.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue265/ex1_entity.vhdl] 0:00:00.213674

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue265/ex1_entity.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue265/ex1_entity.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue265/ex1_entity.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue265/ex1_entity.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue265/ex1_entity.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/config.vhdl] 0:00:00.211671

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/config.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/config.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/config.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/config.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/config.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue265/ex1_top.vhdl] 0:00:00.213648

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue265/ex1_top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue265/ex1_top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue265/ex1_top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue265/ex1_top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue265/ex1_top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/protected.v08.vhdl] 0:00:00.211133

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/protected.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/protected.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/protected.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/protected.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/common/protected.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1718/ent.vhdl] 0:00:00.211563

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1718/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1718/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1718/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1718/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1718/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_simulation.v08.vhdl] 0:00:00.210186

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_simulation.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_simulation.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_simulation.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_simulation.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_simulation.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/repro.vhdl] 0:00:00.211101

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/pkg.vhdl] 0:00:00.212538

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_types.vhdl] 0:00:00.212261

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_types.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_types.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_types.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_types.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_types.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/ent1.vhdl] 0:00:00.213587

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_protected.v08.vhdl] 0:00:00.212432

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_protected.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_protected.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_protected.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_protected.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_protected.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/ent2.vhdl] 0:00:00.212512

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1684/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_waveform.vhdl] 0:00:00.213869

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_waveform.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_waveform.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_waveform.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_waveform.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_waveform.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro5.vhdl] 0:00:00.215917

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_global.v08.vhdl] 0:00:00.217379

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_global.v08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_global.v08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_global.v08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_global.v08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sim/sim_global.v08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro.vhdl] 0:00:00.215599

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sort/sortnet/sortnet_BitonicSort.vhdl] 0:00:00.214606

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sort/sortnet/sortnet_BitonicSort.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sort/sortnet/sortnet_BitonicSort.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sort/sortnet/sortnet_BitonicSort.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sort/sortnet/sortnet_BitonicSort.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/src/sort/sortnet/sortnet_BitonicSort.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro2.vhdl] 0:00:00.215706

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/common/config_tb.vhdl] 0:00:00.214580

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/common/config_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/common/config_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/common/config_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/common/config_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/common/config_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/sort/sortnet/sortnet_BitonicSort_tb.vhdl] 0:00:00.217246

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/sort/sortnet/sortnet_BitonicSort_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/sort/sortnet/sortnet_BitonicSort_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/sort/sortnet/sortnet_BitonicSort_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/sort/sortnet/sortnet_BitonicSort_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/sort/sortnet/sortnet_BitonicSort_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro4.vhdl] 0:00:00.215203

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/sort/sortnet/sortnet_tb.pkg.vhdl] 0:00:00.216987

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/sort/sortnet/sortnet_tb.pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/sort/sortnet/sortnet_tb.pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/sort/sortnet/sortnet_tb.pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/sort/sortnet/sortnet_tb.pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue317/PoC/tb/sort/sortnet/sortnet_tb.pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro3.vhdl] 0:00:00.215068

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1038/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket90/test2.vhdl] 0:00:00.216561

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket90/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket90/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket90/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket90/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket90/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug088/assemble2.vhdl] 0:00:00.214995

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug088/assemble2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug088/assemble2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug088/assemble2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug088/assemble2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug088/assemble2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket90/test.vhdl] 0:00:00.217242

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket90/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket90/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket90/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket90/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket90/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug088/assemble.vhdl] 0:00:00.216179

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug088/assemble.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug088/assemble.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug088/assemble.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug088/assemble.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug088/assemble.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue326/bar.vhdl] 0:00:00.219982

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue326/bar.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue326/bar.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue326/bar.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue326/bar.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue326/bar.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue413/e.vhdl] 0:00:00.218812

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue413/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue413/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue413/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue413/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue413/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue326/foo.vhdl] 0:00:00.212259

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue326/foo.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue326/foo.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue326/foo.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue326/foo.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue326/foo.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/muxcy.vhdl] 0:00:00.210523

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/muxcy.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/muxcy.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/muxcy.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/muxcy.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/muxcy.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue961/tb.vhdl] 0:00:00.211048

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue961/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue961/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue961/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue961/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue961/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/repro.vhdl] 0:00:00.211600

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1123/b.vhdl] 0:00:00.215527

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1123/b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1123/b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1123/b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1123/b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1123/b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/simulation.vhdl] 0:00:00.224507

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/simulation.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/simulation.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/simulation.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/simulation.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/simulation.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1123/b1.vhdl] 0:00:00.215041

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1123/b1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1123/b1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1123/b1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1123/b1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1123/b1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/arith_prefix_and.vhdl] 0:00:00.214967

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/arith_prefix_and.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/arith_prefix_and.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/arith_prefix_and.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/arith_prefix_and.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/arith_prefix_and.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/arith_prefix_and_tb.vhdl] 0:00:00.217078

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/arith_prefix_and_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/arith_prefix_and_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/arith_prefix_and_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/arith_prefix_and_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket32/arith_prefix_and_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro.vhdl] 0:00:00.215929

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue606/repro1b.vhdl] 0:00:00.214601

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue606/repro1b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue606/repro1b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue606/repro1b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue606/repro1b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue606/repro1b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro2.vhdl] 0:00:00.213853

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue606/repro1a.vhdl] 0:00:00.213641

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue606/repro1a.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue606/repro1a.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue606/repro1a.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue606/repro1a.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue606/repro1a.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/ent.vhdl] 0:00:00.213058

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1338/repro.vhdl] 0:00:00.215755

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1338/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1338/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1338/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1338/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1338/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro3.vhdl] 0:00:00.218355

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue886/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue235/test.vhdl] 0:00:00.218427

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue235/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue235/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue235/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue235/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue235/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue707/ent.vhdl] 0:00:00.221025

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue707/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue707/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue707/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue707/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue707/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue69/mytest.vhdl] 0:00:00.215663

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue69/mytest.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue69/mytest.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue69/mytest.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue69/mytest.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue69/mytest.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1765/ent93.vhdl] 0:00:00.217899

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1765/ent93.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1765/ent93.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1765/ent93.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1765/ent93.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1765/ent93.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue69/mylib.vhdl] 0:00:00.214452

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue69/mylib.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue69/mylib.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue69/mylib.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue69/mylib.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue69/mylib.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1765/ent.vhdl] 0:00:00.214692

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1765/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1765/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1765/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1765/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1765/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer.vhdl] 0:00:00.215418

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro2.vhdl] 0:00:00.217205

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro4.vhdl] 0:00:00.216715

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer_ok.vhdl] 0:00:00.216750

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer_ok.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer_ok.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer_ok.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer_ok.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer_ok.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/ent.vhdl] 0:00:00.220301

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer2.vhdl] 0:00:00.219258

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro1.vhdl] 0:00:00.218056

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer3.vhdl] 0:00:00.216351

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue560/reproducer3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro3.vhdl] 0:00:00.217585

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue641/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/pkg_c.vhdl] 0:00:00.217491

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/pkg_c.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/pkg_c.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/pkg_c.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/pkg_c.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/pkg_c.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/repro.vhdl] 0:00:00.212446

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1295/psl_next_event_a.vhdl] 0:00:00.213863

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1295/psl_next_event_a.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1295/psl_next_event_a.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1295/psl_next_event_a.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1295/psl_next_event_a.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1295/psl_next_event_a.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/tb.vhdl] 0:00:00.214760

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue797/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash10.vhdl] 0:00:00.214371

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash10.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash10.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash10.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash10.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash10.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/dut.vhdl] 0:00:00.214020

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/dut.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/dut.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/dut.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/dut.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/dut.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang3.vhdl] 0:00:00.215090

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro.vhdl] 0:00:00.214762

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang8.vhdl] 0:00:00.212101

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang8.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang8.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang8.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang8.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang8.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash13.vhdl] 0:00:00.212104

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash13.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash13.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash13.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash13.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash13.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro2.vhdl] 0:00:00.211223

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash2.vhdl] 0:00:00.215169

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro1.vhdl] 0:00:00.218348

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1131/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash7.vhdl] 0:00:00.214130

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash7.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash7.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash7.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash7.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash7.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro.vhdl] 0:00:00.212424

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash11.vhdl] 0:00:00.217912

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash11.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash11.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash11.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash11.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash11.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro2.vhdl] 0:00:00.217172

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro4.vhdl] 0:00:00.212184

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash5.vhdl] 0:00:00.214599

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro3.vhdl] 0:00:00.218156

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1381/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang5.vhdl] 0:00:00.218363

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket66/bug.vhdl] 0:00:00.211488

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket66/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket66/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket66/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket66/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket66/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang6.vhdl] 0:00:00.212212

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue546/test-bug.vhdl] 0:00:00.212132

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue546/test-bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue546/test-bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue546/test-bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue546/test-bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue546/test-bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash9.vhdl] 0:00:00.214853

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash9.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash9.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash9.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash9.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash9.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue772/ent.vhdl] 0:00:00.211579

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue772/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue772/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue772/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue772/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue772/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang1.vhdl] 0:00:00.214202

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1646/test.vhdl] 0:00:00.215904

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1646/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1646/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1646/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1646/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1646/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang7.vhdl] 0:00:00.218233

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang7.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang7.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang7.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang7.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang7.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash12.vhdl] 0:00:00.218398

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash12.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash12.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash12.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash12.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash12.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue372/dummy.vhdl] 0:00:00.219098

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue372/dummy.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue372/dummy.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue372/dummy.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue372/dummy.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue372/dummy.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash3.vhdl] 0:00:00.217286

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue373/e.vhdl] 0:00:00.219926

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue373/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue373/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue373/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue373/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue373/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang4.vhdl] 0:00:00.215788

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1429/test.vhdl] 0:00:00.217428

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1429/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1429/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1429/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1429/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1429/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash4.vhdl] 0:00:00.213277

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/a.vhdl] 0:00:00.213075

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/a.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/a.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/a.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/a.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/a.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/b.vhdl] 0:00:00.210398

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/bad5.vhdl] 0:00:00.212197

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/bad5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/bad5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/bad5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/bad5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/bad5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/p1.vhdl] 0:00:00.212563

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/p1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/p1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/p1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/p1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue471/p1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang2.vhdl] 0:00:00.210498

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/hang2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue776/main.vhdl] 0:00:00.210374

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue776/main.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue776/main.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue776/main.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue776/main.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue776/main.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash1.vhdl] 0:00:00.215902

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue776/my_top.vhdl] 0:00:00.216499

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue776/my_top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue776/my_top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue776/my_top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue776/my_top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue776/my_top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash6.vhdl] 0:00:00.213746

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/arith_prng_tb.vhdl] 0:00:00.212997

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/arith_prng_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/arith_prng_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/arith_prng_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/arith_prng_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/arith_prng_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash14.vhdl] 0:00:00.213604

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash14.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash14.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash14.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash14.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug090/crash14.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug034/repro.vhdl] 0:00:00.214439

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug034/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug034/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug034/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug034/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug034/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/simulation.v93.vhdl] 0:00:00.212201

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/simulation.v93.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/simulation.v93.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/simulation.v93.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/simulation.v93.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/simulation.v93.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug028/simple.vhdl] 0:00:00.215603

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug028/simple.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug028/simple.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug028/simple.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug028/simple.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug028/simple.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/my_project.vhdl] 0:00:00.214125

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/my_project.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/my_project.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/my_project.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/my_project.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/my_project.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1384/tb_issue.vhdl] 0:00:00.212382

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1384/tb_issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1384/tb_issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1384/tb_issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1384/tb_issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1384/tb_issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/utils.vhdl] 0:00:00.211167

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/utils.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/utils.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/utils.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/utils.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/utils.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue71/repro1.vhdl] 0:00:00.212258

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue71/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue71/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue71/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue71/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue71/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/arith_prng.vhdl] 0:00:00.212715

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/arith_prng.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/arith_prng.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/arith_prng.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/arith_prng.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/arith_prng.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/vectors.vhdl] 0:00:00.214980

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/vectors.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/vectors.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/vectors.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/vectors.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/vectors.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug036/phys.vhdl] 0:00:00.212116

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug036/phys.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug036/phys.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug036/phys.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug036/phys.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug036/phys.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/strings.vhdl] 0:00:00.214295

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/strings.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/strings.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/strings.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/strings.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/strings.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug036/phys2.vhdl] 0:00:00.213675

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug036/phys2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug036/phys2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug036/phys2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug036/phys2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug036/phys2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/physical.vhdl] 0:00:00.212093

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/physical.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/physical.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/physical.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/physical.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/physical.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue73/x.vhdl] 0:00:00.214188

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue73/x.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue73/x.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue73/x.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue73/x.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue73/x.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/config.vhdl] 0:00:00.213481

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/config.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/config.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/config.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/config.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/config.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug045/repro.vhdl] 0:00:00.213756

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug045/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug045/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug045/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug045/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug045/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1152/ent.vhdl] 0:00:00.213044

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1152/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1152/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1152/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1152/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1152/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/my_config_ML505.vhdl] 0:00:00.213519

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/my_config_ML505.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/my_config_ML505.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/my_config_ML505.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/my_config_ML505.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug035/my_config_ML505.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue268/repro.vhdl] 0:00:00.215310

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue268/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue268/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue268/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue268/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue268/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genbool.vhdl] 0:00:00.216460

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genbool.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genbool.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genbool.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genbool.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genbool.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1624/buggy.vhdl] 0:00:00.211598

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1624/buggy.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1624/buggy.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1624/buggy.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1624/buggy.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1624/buggy.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/dispgen.vhdl] 0:00:00.214013

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/dispgen.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/dispgen.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/dispgen.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/dispgen.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/dispgen.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1415/repro.vhdl] 0:00:00.210490

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1415/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1415/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1415/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1415/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1415/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genint.vhdl] 0:00:00.211784

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genint.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genint.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genint.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genint.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genint.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genlogic.vhdl] 0:00:00.210629

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genlogic.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genlogic.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genlogic.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genlogic.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genlogic.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue735/ent.vhdl] 0:00:00.210950

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue735/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue735/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue735/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue735/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue735/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genchar.vhdl] 0:00:00.212438

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genchar.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genchar.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genchar.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genchar.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket37/genchar.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug071/atod.vhdl] 0:00:00.212908

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug071/atod.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug071/atod.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug071/atod.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug071/atod.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug071/atod.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue107/testpkg.vhdl] 0:00:00.212865

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue107/testpkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue107/testpkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue107/testpkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue107/testpkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue107/testpkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue67/nullacc.vhdl] 0:00:00.212108

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue67/nullacc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue67/nullacc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue67/nullacc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue67/nullacc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue67/nullacc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue107/test1.vhdl] 0:00:00.210950

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue107/test1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue107/test1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue107/test1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue107/test1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue107/test1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue67/fileerr.vhdl] 0:00:00.213161

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue67/fileerr.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue67/fileerr.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue67/fileerr.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue67/fileerr.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue67/fileerr.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1517/tb.vhdl] 0:00:00.210635

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1517/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1517/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1517/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1517/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1517/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1691/ent.vhdl] 0:00:00.210923

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1691/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1691/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1691/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1691/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1691/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue547/repro.vhdl] 0:00:00.214974

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue547/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue547/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue547/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue547/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue547/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro.vhdl] 0:00:00.222734

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue547/ghdl-bug.vhdl] 0:00:00.211529

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue547/ghdl-bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue547/ghdl-bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue547/ghdl-bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue547/ghdl-bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue547/ghdl-bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro2.vhdl] 0:00:00.213191

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/signalevents.vhdl] 0:00:00.212243

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/signalevents.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/signalevents.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/signalevents.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/signalevents.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/signalevents.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro3.vhdl] 0:00:00.211839

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug083/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/test.vhdl] 0:00:00.212592

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/tb3.vhdl] 0:00:00.211647

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/tb3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/tb3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/tb3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/tb3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/tb3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/repro.vhdl] 0:00:00.213479

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/tb2.vhdl] 0:00:00.214807

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/tb2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/tb2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/tb2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/tb2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket11/tb2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/proc_pkg.vhdl] 0:00:00.214881

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/proc_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/proc_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/proc_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/proc_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/proc_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/dictp08.vhdl] 0:00:00.214616

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/dictp08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/dictp08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/dictp08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/dictp08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/dictp08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/std_subs_pkg.vhdl] 0:00:00.211371

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/std_subs_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/std_subs_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/std_subs_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/std_subs_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1597/std_subs_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/test_dict.vhdl] 0:00:00.215697

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/test_dict.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/test_dict.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/test_dict.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/test_dict.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/test_dict.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue369/e.vhdl] 0:00:00.216335

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue369/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue369/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue369/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue369/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue369/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/datastructure.vhdl] 0:00:00.218499

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/datastructure.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/datastructure.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/datastructure.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/datastructure.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/datastructure.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/repro.vhdl] 0:00:00.213447

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/dictp.vhdl] 0:00:00.209799

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/dictp.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/dictp.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/dictp.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/dictp.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug061/dictp.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0104/alt2.vhdl] 0:00:00.213991

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0104/alt2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0104/alt2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0104/alt2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0104/alt2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0104/alt2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/repro2.vhdl] 0:00:00.208767

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0104/alt.vhdl] 0:00:00.209548

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0104/alt.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0104/alt.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0104/alt.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0104/alt.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0104/alt.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/e.vhdl] 0:00:00.209887

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue458/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug.vhdl] 0:00:00.209909

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1063/matching.vhdl] 0:00:00.209897

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1063/matching.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1063/matching.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1063/matching.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1063/matching.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1063/matching.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug1.vhdl] 0:00:00.212216

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig_works.vhdl] 0:00:00.213305

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig_works.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig_works.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig_works.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig_works.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig_works.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig_generics_works.vhdl] 0:00:00.207284

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig_generics_works.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig_generics_works.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig_generics_works.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig_generics_works.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig_generics_works.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug2.vhdl] 0:00:00.207462

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket65/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig.vhdl] 0:00:00.208593

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug042/centerconfig.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue474/t.vhdl] 0:00:00.209386

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue474/t.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue474/t.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue474/t.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue474/t.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue474/t.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case4.vhdl] 0:00:00.211314

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer_tb.vhdl] 0:00:00.218021

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if3.vhdl] 0:00:00.209467

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer.vhdl] 0:00:00.209443

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/loop2.vhdl] 0:00:00.208338

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/loop2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/loop2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/loop2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/loop2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/loop2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer_pkg.vhdl] 0:00:00.210092

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue694/mixer_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/test.vhdl] 0:00:00.210470

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call3.vhdl] 0:00:00.209650

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro2.vhdl] 0:00:00.211208

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call7.vhdl] 0:00:00.215494

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call7.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call7.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call7.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call7.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call7.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro1.vhdl] 0:00:00.208311

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6a.vhdl] 0:00:00.208832

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6a.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6a.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6a.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6a.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6a.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro3.vhdl] 0:00:00.207921

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue216/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call9.vhdl] 0:00:00.208199

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call9.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call9.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call9.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call9.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call9.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/loop1.vhdl] 0:00:00.209358

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/loop1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/loop1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/loop1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/loop1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/loop1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket46/bug.vhdl] 0:00:00.208567

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket46/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket46/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket46/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket46/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket46/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/simple.vhdl] 0:00:00.210647

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/simple.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/simple.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/simple.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/simple.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/simple.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/latin1.vhdl] 0:00:00.214413

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/latin1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/latin1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/latin1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/latin1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/latin1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if1.vhdl] 0:00:00.210029

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf8.vhdl] 0:00:00.209033

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf8.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf8.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf8.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf8.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf8.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call8.vhdl] 0:00:00.209371

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call8.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call8.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call8.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call8.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call8.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf16le.vhdl] 0:00:00.210209

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf16le.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf16le.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf16le.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf16le.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf16le.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf16be.vhdl] 0:00:00.213752

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf16be.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf16be.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf16be.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf16be.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/utf16be.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait1.vhdl] 0:00:00.212759

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/ascii7.vhdl] 0:00:00.209324

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/ascii7.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/ascii7.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/ascii7.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/ascii7.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket35/ascii7.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case3.vhdl] 0:00:00.217705

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1715/mwe.vhdl] 0:00:00.212090

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1715/mwe.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1715/mwe.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1715/mwe.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1715/mwe.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1715/mwe.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if4.vhdl] 0:00:00.212531

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1715/mwe-repro.vhdl] 0:00:00.217516

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1715/mwe-repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1715/mwe-repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1715/mwe-repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1715/mwe-repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1715/mwe-repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call10.vhdl] 0:00:00.211681

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call10.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call10.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call10.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call10.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call10.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait2.vhdl] 0:00:00.212786

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue339/test_bench.vhdl] 0:00:00.210982

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue339/test_bench.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue339/test_bench.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue339/test_bench.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue339/test_bench.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue339/test_bench.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/ret1.vhdl] 0:00:00.212193

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/ret1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/ret1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/ret1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/ret1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/ret1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue339/test_pkg.vhdl] 0:00:00.210605

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue339/test_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue339/test_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue339/test_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue339/test_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue339/test_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if2.vhdl] 0:00:00.209164

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/if2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue522/shifter.vhdl] 0:00:00.208998

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue522/shifter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue522/shifter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue522/shifter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue522/shifter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue522/shifter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call5.vhdl] 0:00:00.209973

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue522/shifter_tb.vhdl] 0:00:00.210950

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue522/shifter_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue522/shifter_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue522/shifter_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue522/shifter_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue522/shifter_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/repro.vhdl] 0:00:00.215042

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call2.vhdl] 0:00:00.211794

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/repro_proc.vhdl] 0:00:00.208918

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/repro_proc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/repro_proc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/repro_proc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/repro_proc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/repro_proc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/for1.vhdl] 0:00:00.216445

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/for1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/for1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/for1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/for1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/for1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/ent.vhdl] 0:00:00.211330

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue692/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6.vhdl] 0:00:00.211008

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/eu_tb.vhdl] 0:00:00.212563

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/eu_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/eu_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/eu_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/eu_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/eu_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call4.vhdl] 0:00:00.212057

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case2.vhdl] 0:00:00.209569

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/testbench2.vhdl] 0:00:00.208023

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/testbench2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/testbench2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/testbench2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/testbench2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/testbench2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case1.vhdl] 0:00:00.212476

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/case1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/testbench.vhdl] 0:00:00.211484

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/testbench.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/testbench.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/testbench.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/testbench.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue467/testbench.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call1.vhdl] 0:00:00.209251

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket78/bug.vhdl] 0:00:00.209743

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket78/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket78/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket78/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket78/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket78/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait3.vhdl] 0:00:00.207419

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/wait3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23482/test2.vhdl] 0:00:00.208042

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23482/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23482/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23482/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23482/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23482/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6b.vhdl] 0:00:00.207471

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug017/call6b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23482/test1.vhdl] 0:00:00.209583

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23482/test1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23482/test1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23482/test1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23482/test1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug23482/test1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket38/associate.vhdl] 0:00:00.208521

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket38/associate.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket38/associate.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket38/associate.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket38/associate.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket38/associate.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17203/bug.vhdl] 0:00:00.216149

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17203/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17203/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17203/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17203/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17203/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue10/test_id.vhdl] 0:00:00.213065

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue10/test_id.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue10/test_id.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue10/test_id.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue10/test_id.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue10/test_id.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue163/qualified_expr.vhdl] 0:00:00.220758

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue163/qualified_expr.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue163/qualified_expr.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue163/qualified_expr.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue163/qualified_expr.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue163/qualified_expr.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue10/test_attr.vhdl] 0:00:00.214363

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue10/test_attr.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue10/test_attr.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue10/test_attr.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue10/test_attr.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue10/test_attr.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1249/repro1.vhdl] 0:00:00.217640

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1249/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1249/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1249/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1249/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1249/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1354/mwe.vhdl] 0:00:00.213344

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1354/mwe.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1354/mwe.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1354/mwe.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1354/mwe.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1354/mwe.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17202/test.vhdl] 0:00:00.210617

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17202/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17202/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17202/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17202/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug17202/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/badrng.vhdl] 0:00:00.211407

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/badrng.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/badrng.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/badrng.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/badrng.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/badrng.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21500/resolv2.vhdl] 0:00:00.212262

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21500/resolv2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21500/resolv2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21500/resolv2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21500/resolv2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21500/resolv2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21500/resolv1.vhdl] 0:00:00.216876

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21500/resolv1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21500/resolv1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21500/resolv1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21500/resolv1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug21500/resolv1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/notype2.vhdl] 0:00:00.218029

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/notype2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/notype2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/notype2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/notype2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/notype2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0111/err.vhdl] 0:00:00.212980

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0111/err.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0111/err.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0111/err.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0111/err.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0111/err.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/inst1.vhdl] 0:00:00.215856

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/inst1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/inst1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/inst1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/inst1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/inst1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue731/tbadder.vhdl] 0:00:00.213494

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue731/tbadder.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue731/tbadder.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue731/tbadder.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue731/tbadder.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue731/tbadder.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/noconst.vhdl] 0:00:00.216438

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/noconst.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/noconst.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/noconst.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/noconst.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/noconst.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue731/adder.vhdl] 0:00:00.212380

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue731/adder.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue731/adder.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue731/adder.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue731/adder.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue731/adder.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/notype1.vhdl] 0:00:00.217242

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/notype1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/notype1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/notype1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/notype1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/notype1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue242/test.vhdl] 0:00:00.217979

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue242/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue242/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue242/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue242/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue242/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/varcomp.vhdl] 0:00:00.213380

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/varcomp.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/varcomp.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/varcomp.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/varcomp.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/varcomp.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr2.vhdl] 0:00:00.214672

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1125/etest.vhdl] 0:00:00.210253

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1125/etest.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1125/etest.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1125/etest.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1125/etest.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1125/etest.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/name2.vhdl] 0:00:00.208257

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/name2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/name2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/name2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/name2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/name2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug066/repro.vhdl] 0:00:00.207998

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug066/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug066/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug066/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug066/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug066/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/qual.vhdl] 0:00:00.208879

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/qual.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/qual.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/qual.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/qual.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/qual.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue813/mwe.vhdl] 0:00:00.209299

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue813/mwe.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue813/mwe.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue813/mwe.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue813/mwe.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue813/mwe.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/str.vhdl] 0:00:00.216738

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/str.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/str.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/str.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/str.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/str.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb2.vhdl] 0:00:00.210468

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb.vhdl] 0:00:00.209423

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/nochoice2.vhdl] 0:00:00.211805

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/nochoice2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/nochoice2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/nochoice2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/nochoice2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/nochoice2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb1.vhdl] 0:00:00.210094

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug058/tb1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/emptyquote.vhdl] 0:00:00.209332

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/emptyquote.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/emptyquote.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/emptyquote.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/emptyquote.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/emptyquote.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue160/top.vhdl] 0:00:00.208176

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue160/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue160/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue160/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue160/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue160/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/proctarg.vhdl] 0:00:00.210578

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/proctarg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/proctarg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/proctarg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/proctarg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/proctarg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug14953/bug.vhdl] 0:00:00.208449

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug14953/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug14953/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug14953/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug14953/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug14953/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr3.vhdl] 0:00:00.210064

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/compon.vhdl] 0:00:00.213023

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/compon.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/compon.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/compon.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/compon.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/compon.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug14953/bug2.vhdl] 0:00:00.213558

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug14953/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug14953/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug14953/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug14953/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug14953/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/noexpr.vhdl] 0:00:00.208061

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/noexpr.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/noexpr.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/noexpr.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/noexpr.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/noexpr.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket68/bug.vhdl] 0:00:00.209029

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket68/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket68/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket68/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket68/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket68/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/emptyquote2.vhdl] 0:00:00.210828

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/emptyquote2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/emptyquote2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/emptyquote2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/emptyquote2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/emptyquote2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue312/test.vhdl] 0:00:00.208900

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue312/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue312/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue312/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue312/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue312/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/bitstr.vhdl] 0:00:00.208174

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/bitstr.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/bitstr.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/bitstr.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/bitstr.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/bitstr.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket58/bug.vhdl] 0:00:00.207196

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket58/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket58/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket58/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket58/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket58/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1456/test.vhdl] 0:00:00.209900

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1456/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1456/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1456/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1456/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1456/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/procinter.vhdl] 0:00:00.209157

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/procinter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/procinter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/procinter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/procinter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/procinter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1593/element_bug.vhdl] 0:00:00.209011

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1593/element_bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1593/element_bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1593/element_bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1593/element_bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1593/element_bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/paren.vhdl] 0:00:00.213211

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/paren.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/paren.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/paren.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/paren.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/paren.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24324/tb_thingy1.vhdl] 0:00:00.213396

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24324/tb_thingy1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24324/tb_thingy1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24324/tb_thingy1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24324/tb_thingy1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug24324/tb_thingy1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/libparen.vhdl] 0:00:00.214102

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/libparen.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/libparen.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/libparen.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/libparen.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/libparen.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1757/testm.vhdl] 0:00:00.210830

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1757/testm.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1757/testm.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1757/testm.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1757/testm.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1757/testm.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/forloop.vhdl] 0:00:00.212603

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/forloop.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/forloop.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/forloop.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/forloop.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/forloop.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/choicelen.vhdl] 0:00:00.208498

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/choicelen.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/choicelen.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/choicelen.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/choicelen.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/choicelen.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/001hello87/hello.vhdl] 0:00:00.210828

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/001hello87/hello.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/001hello87/hello.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/001hello87/hello.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/001hello87/hello.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/001hello87/hello.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/nochoice1.vhdl] 0:00:00.214879

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/nochoice1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/nochoice1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/nochoice1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/nochoice1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/nochoice1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/001hello87/err87.vhdl] 0:00:00.206453

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/001hello87/err87.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/001hello87/err87.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/001hello87/err87.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/001hello87/err87.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/001hello87/err87.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/name1.vhdl] 0:00:00.207261

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/name1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/name1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/name1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/name1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/name1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/000hello/hello.vhdl] 0:00:00.209202

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/000hello/hello.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/000hello/hello.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/000hello/hello.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/000hello/hello.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/000hello/hello.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr.vhdl] 0:00:00.208022

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/attr.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/006upf/test.vhdl] 0:00:00.212263

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/006upf/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/006upf/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/006upf/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/006upf/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/006upf/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/002hello2008/err93.vhdl] 0:00:00.217336

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/002hello2008/err93.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/002hello2008/err93.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/002hello2008/err93.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/002hello2008/err93.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/002hello2008/err93.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/usrattr.vhdl] 0:00:00.212648

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/usrattr.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/usrattr.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/usrattr.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/usrattr.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0100/usrattr.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/002hello2008/hello.vhdl] 0:00:00.212545

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/002hello2008/hello.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/002hello2008/hello.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/002hello2008/hello.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/002hello2008/hello.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/002hello2008/hello.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug082/repro.vhdl] 0:00:00.209948

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug082/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug082/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug082/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug082/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug082/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/004all08/ams08.vhdl] 0:00:00.212764

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/004all08/ams08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/004all08/ams08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/004all08/ams08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/004all08/ams08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/004all08/ams08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue205/repro.vhdl] 0:00:00.217908

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue205/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue205/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue205/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue205/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue205/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/004all08/all08.vhdl] 0:00:00.216787

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/004all08/all08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/004all08/all08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/004all08/all08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/004all08/all08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/sanity/004all08/all08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue205/repro1.vhdl] 0:00:00.210312

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue205/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue205/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue205/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue205/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue205/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1025/tb_ent.vhdl] 0:00:00.212121

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1025/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1025/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1025/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1025/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1025/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0108/pkg.vhdl] 0:00:00.213627

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0108/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0108/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0108/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0108/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0108/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1025/ent.vhdl] 0:00:00.215386

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1025/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1025/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1025/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1025/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1025/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0108/ent.vhdl] 0:00:00.213890

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0108/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0108/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0108/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0108/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug0108/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent3.vhdl] 0:00:00.211757

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1237/mwe.vhdl] 0:00:00.209896

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1237/mwe.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1237/mwe.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1237/mwe.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1237/mwe.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1237/mwe.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent1.vhdl] 0:00:00.209906

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1292/issue.vhdl] 0:00:00.210397

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1292/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1292/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1292/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1292/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1292/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent2.vhdl] 0:00:00.209801

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/axis_conv1d9x1.vhdl] 0:00:00.211310

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/axis_conv1d9x1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/axis_conv1d9x1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/axis_conv1d9x1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/axis_conv1d9x1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/axis_conv1d9x1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent.vhdl] 0:00:00.210658

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/fifo.vhdl] 0:00:00.211627

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/fifo.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/fifo.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/fifo.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/fifo.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/fifo.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/ent.vhdl] 0:00:00.211113

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1731/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/case1.vhdl] 0:00:00.210844

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/case1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/case1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/case1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/case1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue106/case1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr02.vhdl] 0:00:00.212968

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue389/e.vhdl] 0:00:00.212983

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue389/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue389/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue389/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue389/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue389/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr07.vhdl] 0:00:00.215132

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue400/e.vhdl] 0:00:00.217826

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue400/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue400/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue400/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue400/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue400/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr02.vhdl] 0:00:00.211883

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue525/repro1.vhdl] 0:00:00.213435

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue525/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue525/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue525/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue525/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue525/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr04.vhdl] 0:00:00.211710

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue663/repro.vhdl] 0:00:00.213411

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue663/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue663/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue663/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue663/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue663/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue663/ent.vhdl] 0:00:00.212017

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue663/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue663/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue663/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue663/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue663/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr07.vhdl] 0:00:00.210261

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket97/bug.vhdl] 0:00:00.214116

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket97/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket97/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket97/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket97/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/ticket97/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr01.vhdl] 0:00:00.214555

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue634/top.vhdl] 0:00:00.210134

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue634/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue634/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue634/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue634/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue634/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr06.vhdl] 0:00:00.209093

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc6.vhdl] 0:00:00.211553

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr01.vhdl] 0:00:00.214689

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr09.vhdl] 0:00:00.211477

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr09.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr09.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr09.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr09.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr09.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc7.vhdl] 0:00:00.210223

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc7.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc7.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc7.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc7.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc7.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr06.vhdl] 0:00:00.209180

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc3.vhdl] 0:00:00.209393

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr09.vhdl] 0:00:00.208966

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr09.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr09.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr09.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr09.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr09.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc15.vhdl] 0:00:00.208410

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc15.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc15.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc15.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc15.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc15.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr04.vhdl] 0:00:00.209215

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc14.vhdl] 0:00:00.211084

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc14.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc14.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc14.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc14.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc14.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc9.vhdl] 0:00:00.211556

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc9.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc9.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc9.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc9.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc9.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr05.vhdl] 0:00:00.211861

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc1.vhdl] 0:00:00.208938

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr10.vhdl] 0:00:00.207882

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr10.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr10.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr10.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr10.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr10.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc5.vhdl] 0:00:00.206742

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr05.vhdl] 0:00:00.208465

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/tb_arr05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc17.vhdl] 0:00:00.210583

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc17.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc17.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc17.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc17.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc17.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr11.vhdl] 0:00:00.210843

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr11.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr11.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr11.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr11.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr01/arr11.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue3.vhdl] 0:00:00.211341

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc2.vhdl] 0:00:00.210992

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue1.vhdl] 0:00:00.209805

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc10.vhdl] 0:00:00.212121

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc10.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc10.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc10.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc10.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc10.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue2.vhdl] 0:00:00.209514

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/issue2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc11.vhdl] 0:00:00.210543

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc11.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc11.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc11.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc11.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc11.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/tb_issue3.vhdl] 0:00:00.209398

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/tb_issue3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/tb_issue3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/tb_issue3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/tb_issue3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1240/tb_issue3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc13.vhdl] 0:00:00.210857

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc13.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc13.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc13.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc13.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc13.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc8.vhdl] 0:00:00.211845

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc8.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc8.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc8.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc8.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc8.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/rec2.vhdl] 0:00:00.212042

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/rec2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/rec2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/rec2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/rec2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/rec2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc12.vhdl] 0:00:00.209608

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc12.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc12.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc12.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc12.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc12.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/tb_rec2.vhdl] 0:00:00.214780

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/tb_rec2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/tb_rec2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/tb_rec2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/tb_rec2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/tb_rec2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc4.vhdl] 0:00:00.209812

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/record_test.vhdl] 0:00:00.212136

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/record_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/record_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/record_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/record_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/record_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc16.vhdl] 0:00:00.208828

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc16.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc16.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc16.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc16.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue818/tc16.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/tb_record_test.vhdl] 0:00:00.210273

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/tb_record_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/tb_record_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/tb_record_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/tb_record_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth39/tb_record_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1367/issue.vhdl] 0:00:00.210399

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1367/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1367/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1367/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1367/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1367/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue370/repro.vhdl] 0:00:00.215442

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue370/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue370/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue370/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue370/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue370/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1007/test_entity.vhdl] 0:00:00.209640

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1007/test_entity.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1007/test_entity.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1007/test_entity.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1007/test_entity.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1007/test_entity.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro.vhdl] 0:00:00.209843

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1007/test_wrapper.vhdl] 0:00:00.209093

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1007/test_wrapper.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1007/test_wrapper.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1007/test_wrapper.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1007/test_wrapper.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1007/test_wrapper.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/pkg.vhdl] 0:00:00.211953

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr03.vhdl] 0:00:00.212608

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro2.vhdl] 0:00:00.214199

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr02.vhdl] 0:00:00.211831

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro1.vhdl] 0:00:00.214525

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug016/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr01.vhdl] 0:00:00.211770

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug022/test.vhdl] 0:00:00.222446

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug022/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug022/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug022/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug022/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug022/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr02.vhdl] 0:00:00.210039

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/aggr02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/tb-alu.vhdl] 0:00:00.214958

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/tb-alu.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/tb-alu.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/tb-alu.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/tb-alu.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/tb-alu.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr03.vhdl] 0:00:00.212836

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/definitions.vhdl] 0:00:00.211385

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/definitions.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/definitions.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/definitions.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/definitions.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/definitions.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr01.vhdl] 0:00:00.219773

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr01/tb_aggr01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/alu.vhdl] 0:00:00.218934

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/alu.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/alu.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/alu.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/alu.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/alu.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/ent1.vhdl] 0:00:00.214562

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/basicblocks.vhdl] 0:00:00.212303

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/basicblocks.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/basicblocks.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/basicblocks.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/basicblocks.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue30/basicblocks.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/tb_ent.vhdl] 0:00:00.213337

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/wishbone_types.vhdl] 0:00:00.213720

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/wishbone_types.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/wishbone_types.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/wishbone_types.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/wishbone_types.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/wishbone_types.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/ent.vhdl] 0:00:00.217131

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1139/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/icache.vhdl] 0:00:00.216096

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/icache.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/icache.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/icache.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/icache.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/icache.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1164/bug.vhdl] 0:00:00.214507

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1164/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1164/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1164/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1164/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1164/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/wishbone_types_err2.vhdl] 0:00:00.218594

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/wishbone_types_err2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/wishbone_types_err2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/wishbone_types_err2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/wishbone_types_err2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1300/wishbone_types_err2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1199/issue1.vhdl] 0:00:00.215433

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1199/issue1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1199/issue1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1199/issue1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1199/issue1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1199/issue1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test_vunit2.vhdl] 0:00:00.212835

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test_vunit2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test_vunit2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test_vunit2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test_vunit2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test_vunit2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1199/issue2.vhdl] 0:00:00.212009

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1199/issue2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1199/issue2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1199/issue2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1199/issue2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1199/issue2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test.vhdl] 0:00:00.215364

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1099/top.vhdl] 0:00:00.214127

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1099/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1099/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1099/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1099/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1099/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test_vunit.vhdl] 0:00:00.211638

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test_vunit.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test_vunit.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test_vunit.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test_vunit.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1724/const_test_vunit.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1014/record_test.vhdl] 0:00:00.210556

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1014/record_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1014/record_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1014/record_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1014/record_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1014/record_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1500/test.vhdl] 0:00:00.210905

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1500/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1500/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1500/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1500/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1500/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1014/tb_record_test.vhdl] 0:00:00.214583

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1014/tb_record_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1014/tb_record_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1014/tb_record_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1014/tb_record_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1014/tb_record_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/liba.vhdl] 0:00:00.212281

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/liba.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/liba.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/liba.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/liba.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/liba.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1155/tb_ent.vhdl] 0:00:00.211253

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1155/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1155/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1155/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1155/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1155/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/libb.vhdl] 0:00:00.210918

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/libb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/libb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/libb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/libb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/libb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1155/ent.vhdl] 0:00:00.211246

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1155/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1155/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1155/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1155/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1155/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/ent.vhdl] 0:00:00.210192

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1362/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/pkg.vhdl] 0:00:00.214662

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1687/pkg.vhdl] 0:00:00.212048

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1687/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1687/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1687/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1687/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1687/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/foo.vhdl] 0:00:00.216025

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/foo.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/foo.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/foo.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/foo.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/foo.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1687/ent.vhdl] 0:00:00.211768

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1687/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1687/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1687/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1687/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1687/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/st.vhdl] 0:00:00.210249

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/st.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/st.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/st.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/st.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1324/st.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug032/p.vhdl] 0:00:00.212064

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug032/p.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug032/p.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug032/p.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug032/p.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug032/p.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/unary01/test.vhdl] 0:00:00.212796

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/unary01/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/unary01/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/unary01/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/unary01/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/unary01/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug032/allnl.vhdl] 0:00:00.217531

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug032/allnl.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug032/allnl.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug032/allnl.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug032/allnl.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug032/allnl.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/unary01/snot.vhdl] 0:00:00.209576

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/unary01/snot.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/unary01/snot.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/unary01/snot.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/unary01/snot.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/unary01/snot.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug033/simple.vhdl] 0:00:00.209160

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug033/simple.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug033/simple.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug033/simple.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug033/simple.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug033/simple.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/xor02.vhdl] 0:00:00.210004

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/xor02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/xor02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/xor02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/xor02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/xor02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug033/simple08.vhdl] 0:00:00.211435

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug033/simple08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug033/simple08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug033/simple08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug033/simple08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug033/simple08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/xor01.vhdl] 0:00:00.214585

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/xor01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/xor01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/xor01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/xor01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/xor01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue821/ent.vhdl] 0:00:00.215074

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue821/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue821/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue821/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue821/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue821/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/ent2.vhdl] 0:00:00.211866

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex1.vhdl] 0:00:00.213049

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/ent.vhdl] 0:00:00.210349

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1534/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex4.vhdl] 0:00:00.209996

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1540/ent1.vhdl] 0:00:00.211103

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1540/ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1540/ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1540/ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1540/ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1540/ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex5.vhdl] 0:00:00.213993

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1540/ent2.vhdl] 0:00:00.214663

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1540/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1540/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1540/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1540/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1540/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex3.vhdl] 0:00:00.215450

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/tb_uns.vhdl] 0:00:00.213695

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/tb_uns.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/tb_uns.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/tb_uns.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/tb_uns.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/tb_uns.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/tb_top.vhdl] 0:00:00.211133

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/tb_top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/tb_top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/tb_top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/tb_top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/tb_top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/uns.vhdl] 0:00:00.212567

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/uns.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/uns.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/uns.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/uns.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/uns.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex2.vhdl] 0:00:00.212709

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue1708/ex2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/tb_sgn.vhdl] 0:00:00.213044

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/tb_sgn.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/tb_sgn.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/tb_sgn.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/tb_sgn.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/tb_sgn.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue630/e.vhdl] 0:00:00.213431

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue630/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue630/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue630/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue630/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue630/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/sgn.vhdl] 0:00:00.213430

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/sgn.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/sgn.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/sgn.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/sgn.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1531/sgn.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue676/inc2.vhdl] 0:00:00.214583

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue676/inc2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue676/inc2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue676/inc2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue676/inc2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue676/inc2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1178/issue1.vhdl] 0:00:00.217708

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1178/issue1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1178/issue1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1178/issue1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1178/issue1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1178/issue1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue676/adder.vhdl] 0:00:00.214145

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue676/adder.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue676/adder.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue676/adder.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue676/adder.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue676/adder.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/tb_if02.vhdl] 0:00:00.216164

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/tb_if02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/tb_if02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/tb_if02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/tb_if02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/tb_if02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/works.vhdl] 0:00:00.215262

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/works.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/works.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/works.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/works.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/works.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/if02.vhdl] 0:00:00.214064

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/if02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/if02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/if02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/if02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/if02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/fails2.vhdl] 0:00:00.213605

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/fails2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/fails2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/fails2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/fails2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/fails2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/tb_if01.vhdl] 0:00:00.215831

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/tb_if01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/tb_if01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/tb_if01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/tb_if01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/tb_if01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/fails1.vhdl] 0:00:00.218125

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/fails1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/fails1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/fails1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/fails1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/bug22868/fails1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/if01.vhdl] 0:00:00.215925

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/if01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/if01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/if01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/if01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if01/if01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue695/mux.vhdl] 0:00:00.217196

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue695/mux.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue695/mux.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue695/mux.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue695/mux.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/gna/issue695/mux.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1212/fileissue.vhdl] 0:00:00.212130

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1212/fileissue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1212/fileissue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1212/fileissue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1212/fileissue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1212/fileissue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1220/tb_top.vhdl] 0:00:00.218716

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1220/tb_top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1220/tb_top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1220/tb_top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1220/tb_top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1220/tb_top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug04/io_pin.vhdl] 0:00:00.219160

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug04/io_pin.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug04/io_pin.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug04/io_pin.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug04/io_pin.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug04/io_pin.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/sub1.vhdl] 0:00:00.216059

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/sub1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/sub1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/sub1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/sub1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/sub1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1314/issue.vhdl] 0:00:00.218831

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1314/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1314/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1314/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1314/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1314/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/comp03.vhdl] 0:00:00.217971

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/comp03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/comp03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/comp03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/comp03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/comp03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1172/test_module.vhdl] 0:00:00.218328

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1172/test_module.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1172/test_module.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1172/test_module.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1172/test_module.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1172/test_module.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/comp04.vhdl] 0:00:00.218335

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/comp04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/comp04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/comp04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/comp04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/comp04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1168/bug.vhdl] 0:00:00.216907

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1168/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1168/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1168/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1168/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1168/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/sub2.vhdl] 0:00:00.217771

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/sub2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/sub2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/sub2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/sub2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp03/sub2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1168/bug2.vhdl] 0:00:00.218440

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1168/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1168/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1168/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1168/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1168/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/tb_testcase1.vhdl] 0:00:00.216452

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/tb_testcase1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/tb_testcase1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/tb_testcase1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/tb_testcase1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/tb_testcase1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1298/generics.vhdl] 0:00:00.216934

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1298/generics.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1298/generics.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1298/generics.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1298/generics.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1298/generics.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/tb_case02.vhdl] 0:00:00.223473

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/tb_case02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/tb_case02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/tb_case02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/tb_case02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/tb_case02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth50/slv_negation.vhdl] 0:00:00.218474

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth50/slv_negation.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth50/slv_negation.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth50/slv_negation.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth50/slv_negation.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth50/slv_negation.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/testcase1.vhdl] 0:00:00.216041

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/testcase1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/testcase1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/testcase1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/testcase1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/testcase1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue936/ent.vhdl] 0:00:00.217498

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue936/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue936/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue936/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue936/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue936/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/case02.vhdl] 0:00:00.217564

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/case02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/case02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/case02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/case02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth104/case02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue872/alu.vhdl] 0:00:00.217764

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue872/alu.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue872/alu.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue872/alu.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue872/alu.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue872/alu.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/tb_dummy_top.vhdl] 0:00:00.220264

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/tb_dummy_top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/tb_dummy_top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/tb_dummy_top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/tb_dummy_top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/tb_dummy_top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1047/top.vhdl] 0:00:00.217330

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1047/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1047/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1047/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1047/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1047/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/dummy_top2.vhdl] 0:00:00.221687

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/dummy_top2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/dummy_top2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/dummy_top2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/dummy_top2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/dummy_top2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1113/memory_depth_one.vhdl] 0:00:00.219703

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1113/memory_depth_one.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1113/memory_depth_one.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1113/memory_depth_one.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1113/memory_depth_one.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1113/memory_depth_one.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/tb_dummy_top2.vhdl] 0:00:00.218414

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/tb_dummy_top2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/tb_dummy_top2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/tb_dummy_top2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/tb_dummy_top2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/tb_dummy_top2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test2.vhdl] 0:00:00.221123

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/dummy_top.vhdl] 0:00:00.223504

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/dummy_top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/dummy_top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/dummy_top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/dummy_top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1454/dummy_top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test4.vhdl] 0:00:00.217616

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1645/tb_ent.vhdl] 0:00:00.218488

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1645/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1645/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1645/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1645/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1645/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/tb_vector8_test1.vhdl] 0:00:00.219835

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/tb_vector8_test1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/tb_vector8_test1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/tb_vector8_test1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/tb_vector8_test1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/tb_vector8_test1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1645/ent.vhdl] 0:00:00.217113

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1645/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1645/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1645/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1645/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1645/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/vector8_test1.vhdl] 0:00:00.218203

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/vector8_test1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/vector8_test1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/vector8_test1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/vector8_test1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/vector8_test1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth38/tb_modulo_test.vhdl] 0:00:00.217896

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth38/tb_modulo_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth38/tb_modulo_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth38/tb_modulo_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth38/tb_modulo_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth38/tb_modulo_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/tb_test5.vhdl] 0:00:00.214646

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/tb_test5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/tb_test5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/tb_test5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/tb_test5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/tb_test5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth38/modulo_test.vhdl] 0:00:00.216294

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth38/modulo_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth38/modulo_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth38/modulo_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth38/modulo_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth38/modulo_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test3.vhdl] 0:00:00.218062

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1318/ram_blk.vhdl] 0:00:00.224559

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1318/ram_blk.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1318/ram_blk.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1318/ram_blk.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1318/ram_blk.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1318/ram_blk.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test5.vhdl] 0:00:00.218058

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth8/test5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1572/ent.vhdl] 0:00:00.220144

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1572/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1572/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1572/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1572/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1572/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth93/a.vhdl] 0:00:00.217082

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth93/a.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth93/a.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth93/a.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth93/a.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth93/a.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/range01/revrng01.vhdl] 0:00:00.215663

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/range01/revrng01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/range01/revrng01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/range01/revrng01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/range01/revrng01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/range01/revrng01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1050/top.vhdl] 0:00:00.214065

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1050/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1050/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1050/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1050/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1050/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/range01/tb_revrng01.vhdl] 0:00:00.213766

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/range01/tb_revrng01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/range01/tb_revrng01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/range01/tb_revrng01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/range01/tb_revrng01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/range01/tb_revrng01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth48/test.vhdl] 0:00:00.215129

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth48/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth48/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth48/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth48/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth48/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1321/issue.vhdl] 0:00:00.219722

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1321/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1321/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1321/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1321/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1321/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08c.vhdl] 0:00:00.214904

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08c.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08c.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08c.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08c.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08c.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1197/generics_1.vhdl] 0:00:00.213809

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1197/generics_1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1197/generics_1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1197/generics_1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1197/generics_1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1197/generics_1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08a.vhdl] 0:00:00.217190

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08a.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08a.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08a.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08a.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08a.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1068/ent.vhdl] 0:00:00.218046

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1068/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1068/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1068/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1068/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1068/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff09.vhdl] 0:00:00.213240

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff09.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff09.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff09.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff09.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff09.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert5.vhdl] 0:00:00.212146

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08b.vhdl] 0:00:00.213904

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert2.vhdl] 0:00:00.214009

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff09.vhdl] 0:00:00.213257

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff09.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff09.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff09.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff09.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff09.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert4.vhdl] 0:00:00.214492

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08d.vhdl] 0:00:00.211788

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08d.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08d.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08d.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08d.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08d.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert6.vhdl] 0:00:00.212805

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08b.vhdl] 0:00:00.214795

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert2.vhdl] 0:00:00.216899

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff05.vhdl] 0:00:00.219180

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert3.vhdl] 0:00:00.220245

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08d.vhdl] 0:00:00.215496

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08d.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08d.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08d.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08d.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08d.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert5.vhdl] 0:00:00.212949

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff06.vhdl] 0:00:00.210177

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert4.vhdl] 0:00:00.211354

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08.vhdl] 0:00:00.212546

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert3.vhdl] 0:00:00.215644

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/tb_assert3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08a.vhdl] 0:00:00.214742

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08a.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08a.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08a.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08a.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08a.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/issue.vhdl] 0:00:00.211461

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff05.vhdl] 0:00:00.213438

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert7.vhdl] 0:00:00.214604

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert7.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert7.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert7.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert7.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1273/assert7.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08.vhdl] 0:00:00.215019

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/tb_dff08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1366/issue.vhdl] 0:00:00.211745

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1366/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1366/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1366/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1366/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1366/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08c.vhdl] 0:00:00.212799

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08c.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08c.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08c.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08c.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff08c.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1366/issue_psl.vhdl] 0:00:00.211030

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1366/issue_psl.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1366/issue_psl.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1366/issue_psl.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1366/issue_psl.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1366/issue_psl.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff06.vhdl] 0:00:00.212065

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff02/dff06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue944/ent.vhdl] 0:00:00.212003

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue944/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue944/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue944/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue944/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue944/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent3.vhdl] 0:00:00.214097

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1536/ent1.vhdl] 0:00:00.215543

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1536/ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1536/ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1536/ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1536/ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1536/ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent2.vhdl] 0:00:00.215921

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1536/ent2.vhdl] 0:00:00.213071

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1536/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1536/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1536/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1536/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1536/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/tb_ent2.vhdl] 0:00:00.217256

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/tb_ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/tb_ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/tb_ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/tb_ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/tb_ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1075/ent.vhdl] 0:00:00.216173

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1075/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1075/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1075/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1075/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1075/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent.vhdl] 0:00:00.213711

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue960/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_rightmost01.vhdl] 0:00:00.216852

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_rightmost01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_rightmost01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_rightmost01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_rightmost01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_rightmost01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1266/tb_issue.vhdl] 0:00:00.214866

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1266/tb_issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1266/tb_issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1266/tb_issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1266/tb_issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1266/tb_issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/rightmost01.vhdl] 0:00:00.214680

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/rightmost01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/rightmost01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/rightmost01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/rightmost01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/rightmost01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1266/issue.vhdl] 0:00:00.211542

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1266/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1266/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1266/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1266/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1266/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/rightmost02.vhdl] 0:00:00.217197

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/rightmost02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/rightmost02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/rightmost02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/rightmost02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/rightmost02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1220/top.vhdl] 0:00:00.215225

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1220/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1220/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1220/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1220/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1220/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_rightmost02.vhdl] 0:00:00.216710

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_rightmost02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_rightmost02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_rightmost02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_rightmost02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_rightmost02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1408/fixed_point_example.vhdl] 0:00:00.218342

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1408/fixed_point_example.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1408/fixed_point_example.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1408/fixed_point_example.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1408/fixed_point_example.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1408/fixed_point_example.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost02.vhdl] 0:00:00.216523

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1006/test.vhdl] 0:00:00.218731

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1006/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1006/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1006/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1006/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1006/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/division_float.vhdl] 0:00:00.215544

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/division_float.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/division_float.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/division_float.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/division_float.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/division_float.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1006/test_package.vhdl] 0:00:00.214935

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1006/test_package.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1006/test_package.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1006/test_package.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1006/test_package.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1006/test_package.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost01.vhdl] 0:00:00.212316

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth47/test2.vhdl] 0:00:00.214096

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth47/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth47/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth47/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth47/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth47/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost02.vhdl] 0:00:00.214105

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth47/test3.vhdl] 0:00:00.211579

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth47/test3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth47/test3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth47/test3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth47/test3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth47/test3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_division_float.vhdl] 0:00:00.212643

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_division_float.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_division_float.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_division_float.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_division_float.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_division_float.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue951/tb_ent.vhdl] 0:00:00.211898

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue951/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue951/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue951/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue951/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue951/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost03.vhdl] 0:00:00.213216

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue951/ent.vhdl] 0:00:00.211482

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue951/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue951/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue951/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue951/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue951/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost01.vhdl] 0:00:00.212905

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/tb_leftmost01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1242/issue.vhdl] 0:00:00.212125

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1242/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1242/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1242/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1242/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1242/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost03.vhdl] 0:00:00.217963

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1460/leftmost03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1180/bug.vhdl] 0:00:00.218931

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1180/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1180/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1180/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1180/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1180/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/simple01/tb_simple01.vhdl] 0:00:00.217152

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/simple01/tb_simple01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/simple01/tb_simple01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/simple01/tb_simple01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/simple01/tb_simple01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/simple01/tb_simple01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1703/blinker.vhdl] 0:00:00.218366

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1703/blinker.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1703/blinker.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1703/blinker.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1703/blinker.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1703/blinker.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/simple01/simple01.vhdl] 0:00:00.217397

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/simple01/simple01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/simple01/simple01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/simple01/simple01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/simple01/simple01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/simple01/simple01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1387/repro2.vhdl] 0:00:00.241842

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1387/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1387/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1387/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1387/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1387/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1251/theunit.vhdl] 0:00:00.240835

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1251/theunit.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1251/theunit.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1251/theunit.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1251/theunit.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1251/theunit.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1387/repro1.vhdl] 0:00:00.213217

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1387/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1387/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1387/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1387/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1387/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1280/issue.vhdl] 0:00:00.215679

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1280/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1280/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1280/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1280/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1280/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1265/issue.vhdl] 0:00:00.216096

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1265/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1265/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1265/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1265/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1265/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth44/record_test.vhdl] 0:00:00.215488

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth44/record_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth44/record_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth44/record_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth44/record_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth44/record_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1210/bug.vhdl] 0:00:00.215246

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1210/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1210/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1210/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1210/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1210/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1140/tb_ent.vhdl] 0:00:00.215765

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1140/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1140/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1140/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1140/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1140/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/tb_vhd01.vhdl] 0:00:00.219389

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/tb_vhd01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/tb_vhd01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/tb_vhd01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/tb_vhd01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/tb_vhd01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1140/ent.vhdl] 0:00:00.224591

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1140/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1140/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1140/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1140/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1140/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/vhd01.vhdl] 0:00:00.214425

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/vhd01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/vhd01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/vhd01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/vhd01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/vhd01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth40/testcase.vhdl] 0:00:00.216515

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth40/testcase.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth40/testcase.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth40/testcase.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth40/testcase.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth40/testcase.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/pkg.vhdl] 0:00:00.216830

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth40/tb_testcase.vhdl] 0:00:00.221023

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth40/tb_testcase.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth40/tb_testcase.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth40/tb_testcase.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth40/tb_testcase.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth40/tb_testcase.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/tb_vhd02.vhdl] 0:00:00.217558

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/tb_vhd02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/tb_vhd02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/tb_vhd02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/tb_vhd02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/tb_vhd02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1079/test.vhdl] 0:00:00.218396

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1079/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1079/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1079/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1079/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1079/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/vhd02.vhdl] 0:00:00.216861

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/vhd02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/vhd02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/vhd02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/vhd02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispvhdl01/vhd02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr03/mdim01.vhdl] 0:00:00.215833

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr03/mdim01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr03/mdim01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr03/mdim01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr03/mdim01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr03/mdim01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue3.vhdl] 0:00:00.213945

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr03/tb_mdim01.vhdl] 0:00:00.213466

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr03/tb_mdim01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr03/tb_mdim01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr03/tb_mdim01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr03/tb_mdim01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr03/tb_mdim01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue2.vhdl] 0:00:00.212878

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1058/tb_ent.vhdl] 0:00:00.212966

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1058/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1058/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1058/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1058/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1058/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue.vhdl] 0:00:00.214573

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1271/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1058/ent.vhdl] 0:00:00.217519

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1058/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1058/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1058/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1058/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1058/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/block01.vhdl] 0:00:00.219096

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/block01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/block01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/block01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/block01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/block01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/assumeasserts0/assume0.vhdl] 0:00:00.215116

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/assumeasserts0/assume0.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/assumeasserts0/assume0.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/assumeasserts0/assume0.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/assumeasserts0/assume0.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/assumeasserts0/assume0.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/tb_block02.vhdl] 0:00:00.215873

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/tb_block02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/tb_block02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/tb_block02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/tb_block02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/tb_block02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1254/simple01.vhdl] 0:00:00.214976

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1254/simple01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1254/simple01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1254/simple01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1254/simple01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1254/simple01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/block02.vhdl] 0:00:00.215236

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/block02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/block02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/block02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/block02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/block02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1254/simple02.vhdl] 0:00:00.217709

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1254/simple02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1254/simple02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1254/simple02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1254/simple02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1254/simple02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/tb_block01.vhdl] 0:00:00.215683

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/tb_block01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/tb_block01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/tb_block01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/tb_block01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/block01/tb_block01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1170/bug.vhdl] 0:00:00.218045

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1170/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1170/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1170/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1170/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1170/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1002/test.vhdl] 0:00:00.218174

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1002/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1002/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1002/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1002/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1002/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1316/issue.vhdl] 0:00:00.216160

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1316/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1316/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1316/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1316/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1316/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1033/entcos.vhdl] 0:00:00.218291

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1033/entcos.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1033/entcos.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1033/entcos.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1033/entcos.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1033/entcos.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/test.vhdl] 0:00:00.220019

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1033/ent.vhdl] 0:00:00.217128

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1033/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1033/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1033/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1033/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1033/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/testrec.vhdl] 0:00:00.214442

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/testrec.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/testrec.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/testrec.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/testrec.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/testrec.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1333/ascending_attribute.vhdl] 0:00:00.218153

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1333/ascending_attribute.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1333/ascending_attribute.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1333/ascending_attribute.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1333/ascending_attribute.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1333/ascending_attribute.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/tb_test.vhdl] 0:00:00.224969

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/tb_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/tb_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/tb_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/tb_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/tb_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret03.vhdl] 0:00:00.215135

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/tb_testrec.vhdl] 0:00:00.214529

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/tb_testrec.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/tb_testrec.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/tb_testrec.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/tb_testrec.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1064/tb_testrec.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret01.vhdl] 0:00:00.212877

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1036/ent.vhdl] 0:00:00.214323

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1036/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1036/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1036/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1036/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1036/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret03.vhdl] 0:00:00.216813

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm03/ent.vhdl] 0:00:00.214932

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm03/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm03/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm03/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm03/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm03/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret02.vhdl] 0:00:00.214291

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/tb_ret02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret02.vhdl] 0:00:00.296828

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent3.vhdl] 0:00:00.337565

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent2.vhdl] 0:00:00.217117

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret01.vhdl] 0:00:00.216872

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/ret01/ret01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/tb_ent2.vhdl] 0:00:00.217107

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/tb_ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/tb_ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/tb_ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/tb_ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/tb_ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1218/top.vhdl] 0:00:00.215338

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1218/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1218/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1218/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1218/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1218/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/tb_ent.vhdl] 0:00:00.219812

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1218/tb_top.vhdl] 0:00:00.216814

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1218/tb_top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1218/tb_top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1218/tb_top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1218/tb_top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1218/tb_top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent.vhdl] 0:00:00.215156

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1076/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/stmt01/tb_forloop2.vhdl] 0:00:00.213927

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/stmt01/tb_forloop2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/stmt01/tb_forloop2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/stmt01/tb_forloop2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/stmt01/tb_forloop2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/stmt01/tb_forloop2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff01.vhdl] 0:00:00.213986

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/stmt01/forloop2.vhdl] 0:00:00.209846

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/stmt01/forloop2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/stmt01/forloop2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/stmt01/forloop2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/stmt01/forloop2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/stmt01/forloop2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/tb_prio02.vhdl] 0:00:00.216463

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/tb_prio02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/tb_prio02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/tb_prio02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/tb_prio02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/tb_prio02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff07.vhdl] 0:00:00.210158

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/prio02.vhdl] 0:00:00.215563

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/prio02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/prio02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/prio02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/prio02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/prio02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff03.vhdl] 0:00:00.216767

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/int_operators.vhdl] 0:00:00.210690

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/int_operators.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/int_operators.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/int_operators.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/int_operators.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/int01/int_operators.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff04.vhdl] 0:00:00.210672

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff03.vhdl] 0:00:00.213721

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug3.vhdl] 0:00:00.213910

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff02.vhdl] 0:00:00.217868

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug.vhdl] 0:00:00.214862

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff05.vhdl] 0:00:00.214079

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug2.vhdl] 0:00:00.216410

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1163/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff01.vhdl] 0:00:00.223220

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1130/foo.vhdl] 0:00:00.220053

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1130/foo.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1130/foo.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1130/foo.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1130/foo.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1130/foo.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff04.vhdl] 0:00:00.212405

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1322/issue.vhdl] 0:00:00.215881

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1322/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1322/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1322/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1322/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1322/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1096/tb_my_entity.vhdl] 0:00:00.217255

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1096/tb_my_entity.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1096/tb_my_entity.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1096/tb_my_entity.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1096/tb_my_entity.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1096/tb_my_entity.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff06.vhdl] 0:00:00.215715

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1096/my_entity.vhdl] 0:00:00.218982

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1096/my_entity.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1096/my_entity.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1096/my_entity.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1096/my_entity.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1096/my_entity.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff05.vhdl] 0:00:00.218041

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth36/tb_bram.vhdl] 0:00:00.214252

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth36/tb_bram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth36/tb_bram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth36/tb_bram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth36/tb_bram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth36/tb_bram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff07.vhdl] 0:00:00.216125

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth36/bram.vhdl] 0:00:00.216261

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth36/bram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth36/bram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth36/bram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth36/bram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth36/bram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff06.vhdl] 0:00:00.216282

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/dff06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff02.vhdl] 0:00:00.212457

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff03/tb_dff02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/slice01.vhdl] 0:00:00.209015

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/slice01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/slice01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/slice01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/slice01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/slice01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug02/repro2.vhdl] 0:00:00.209890

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug02/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug02/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug02/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug02/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug02/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/tb_slice02.vhdl] 0:00:00.215284

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/tb_slice02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/tb_slice02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/tb_slice02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/tb_slice02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/tb_slice02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug02/repro1.vhdl] 0:00:00.210937

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug02/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug02/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug02/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug02/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug02/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/slice02.vhdl] 0:00:00.212492

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/slice02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/slice02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/slice02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/slice02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/slice02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_2s.vhdl] 0:00:00.210552

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_2s.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_2s.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_2s.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_2s.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_2s.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/tb_slice01.vhdl] 0:00:00.209507

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/tb_slice01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/tb_slice01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/tb_slice01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/tb_slice01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice02/tb_slice01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_2s.vhdl] 0:00:00.209509

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_2s.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_2s.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_2s.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_2s.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_2s.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1243/DSPn.vhdl] 0:00:00.209946

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1243/DSPn.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1243/DSPn.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1243/DSPn.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1243/DSPn.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1243/DSPn.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1243/issue.vhdl] 0:00:00.214135

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1243/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1243/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1243/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1243/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1243/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_3s.vhdl] 0:00:00.212639

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_3s.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_3s.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_3s.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_3s.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_3s.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1520/test.vhdl] 0:00:00.214154

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1520/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1520/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1520/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1520/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1520/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_7s.vhdl] 0:00:00.212169

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_7s.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_7s.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_7s.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_7s.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_7s.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1520/tb_test.vhdl] 0:00:00.214327

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1520/tb_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1520/tb_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1520/tb_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1520/tb_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1520/tb_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_3s.vhdl] 0:00:00.213400

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_3s.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_3s.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_3s.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_3s.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_3s.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1698/ent.vhdl] 0:00:00.213138

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1698/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1698/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1698/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1698/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1698/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_4s.vhdl] 0:00:00.212765

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_4s.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_4s.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_4s.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_4s.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_4s.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/repro.vhdl] 0:00:00.211912

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_5s.vhdl] 0:00:00.214499

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_5s.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_5s.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_5s.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_5s.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_5s.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_4s.vhdl] 0:00:00.215581

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_4s.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_4s.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_4s.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_4s.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_4s.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/top_pkg.vhdl] 0:00:00.214951

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/top_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/top_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/top_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/top_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/top_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_5s.vhdl] 0:00:00.213147

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_5s.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_5s.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_5s.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_5s.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_5s.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/top.vhdl] 0:00:00.214325

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth14/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_6s.vhdl] 0:00:00.212355

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_6s.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_6s.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_6s.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_6s.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_6s.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth12/lut.vhdl] 0:00:00.211052

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth12/lut.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth12/lut.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth12/lut.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth12/lut.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth12/lut.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_6s.vhdl] 0:00:00.210726

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_6s.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_6s.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_6s.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_6s.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/tb_fsm_6s.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth12/tb_lut.vhdl] 0:00:00.211872

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth12/tb_lut.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth12/tb_lut.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth12/tb_lut.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth12/tb_lut.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth12/tb_lut.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_7s.vhdl] 0:00:00.215723

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_7s.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_7s.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_7s.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_7s.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm01/fsm_7s.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1282/issue.vhdl] 0:00:00.213328

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1282/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1282/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1282/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1282/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1282/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1166/tb_ent.vhdl] 0:00:00.211946

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1166/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1166/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1166/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1166/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1166/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue973/tb_ent.vhdl] 0:00:00.213577

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue973/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue973/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue973/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue973/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue973/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1166/ent.vhdl] 0:00:00.211448

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1166/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1166/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1166/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1166/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1166/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue973/ent.vhdl] 0:00:00.212728

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue973/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue973/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue973/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue973/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue973/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/repro.vhdl] 0:00:00.217563

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if03/tb_if01.vhdl] 0:00:00.217712

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if03/tb_if01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if03/tb_if01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if03/tb_if01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if03/tb_if01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if03/tb_if01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/repro2.vhdl] 0:00:00.215114

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1122/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if03/if01.vhdl] 0:00:00.216730

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if03/if01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if03/if01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if03/if01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if03/if01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if03/if01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1258/tb_ent.vhdl] 0:00:00.215438

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1258/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1258/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1258/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1258/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1258/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue882/cpu.vhdl] 0:00:00.214995

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue882/cpu.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue882/cpu.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue882/cpu.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue882/cpu.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue882/cpu.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1258/ent.vhdl] 0:00:00.212637

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1258/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1258/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1258/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1258/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1258/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1426/bar.vhdl] 0:00:00.210626

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1426/bar.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1426/bar.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1426/bar.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1426/bar.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1426/bar.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/max01.vhdl] 0:00:00.211291

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/max01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/max01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/max01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/max01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/max01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt02.vhdl] 0:00:00.215008

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/tb_max01.vhdl] 0:00:00.215149

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/tb_max01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/tb_max01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/tb_max01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/tb_max01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/tb_max01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt04.vhdl] 0:00:00.216303

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/tb_min01.vhdl] 0:00:00.215525

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/tb_min01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/tb_min01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/tb_min01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/tb_min01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/tb_min01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt04.vhdl] 0:00:00.218155

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt01.vhdl] 0:00:00.214952

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/cnt01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/min01.vhdl] 0:00:00.215568

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/min01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/min01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/min01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/min01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper02/min01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt01.vhdl] 0:00:00.211575

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm02/tb_recv.vhdl] 0:00:00.211978

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm02/tb_recv.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm02/tb_recv.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm02/tb_recv.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm02/tb_recv.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm02/tb_recv.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt02.vhdl] 0:00:00.213477

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/cnt01/tb_cnt02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm02/recv.vhdl] 0:00:00.213746

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm02/recv.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm02/recv.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm02/recv.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm02/recv.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/fsm02/recv.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1207/alphablender.vhdl] 0:00:00.222250

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1207/alphablender.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1207/alphablender.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1207/alphablender.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1207/alphablender.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1207/alphablender.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1018/test.vhdl] 0:00:00.224397

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1018/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1018/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1018/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1018/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1018/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_add03.vhdl] 0:00:00.217256

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_add03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_add03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_add03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_add03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_add03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/tb_dff01.vhdl] 0:00:00.219779

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/tb_dff01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/tb_dff01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/tb_dff01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/tb_dff01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/tb_dff01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/sns01.vhdl] 0:00:00.220095

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/sns01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/sns01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/sns01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/sns01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/sns01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/dff02.vhdl] 0:00:00.220065

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/dff02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/dff02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/dff02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/dff02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/dff02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmplt.vhdl] 0:00:00.216492

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmplt.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmplt.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmplt.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmplt.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmplt.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/dff01.vhdl] 0:00:00.220981

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/dff01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/dff01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/dff01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/dff01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/dff01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/shrs.vhdl] 0:00:00.220455

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/shrs.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/shrs.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/shrs.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/shrs.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/shrs.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/tb_dff02.vhdl] 0:00:00.220703

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/tb_dff02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/tb_dff02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/tb_dff02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/tb_dff02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff05/tb_dff02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmplt.vhdl] 0:00:00.223487

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmplt.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmplt.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmplt.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmplt.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmplt.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/subprg02.vhdl] 0:00:00.220682

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/subprg02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/subprg02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/subprg02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/subprg02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/subprg02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpne.vhdl] 0:00:00.224487

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpne.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpne.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpne.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpne.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpne.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/tb_subprg01.vhdl] 0:00:00.260929

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/tb_subprg01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/tb_subprg01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/tb_subprg01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/tb_subprg01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/tb_subprg01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/subs.vhdl] 0:00:00.223521

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/subs.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/subs.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/subs.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/subs.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/subs.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/subprg01.vhdl] 0:00:00.225107

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/subprg01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/subprg01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/subprg01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/subprg01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/subprg01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpge.vhdl] 0:00:00.219038

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpge.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpge.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpge.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpge.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpge.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/tb_subprg02.vhdl] 0:00:00.219889

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/tb_subprg02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/tb_subprg02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/tb_subprg02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/tb_subprg02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/subprg01/tb_subprg02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_unaries.vhdl] 0:00:00.217921

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_unaries.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_unaries.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_unaries.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_unaries.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_unaries.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1198/for_loop.vhdl] 0:00:00.218022

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1198/for_loop.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1198/for_loop.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1198/for_loop.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1198/for_loop.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1198/for_loop.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/muls.vhdl] 0:00:00.216931

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/muls.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/muls.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/muls.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/muls.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/muls.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1332/rom_constant.vhdl] 0:00:00.218790

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1332/rom_constant.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1332/rom_constant.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1332/rom_constant.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1332/rom_constant.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1332/rom_constant.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpgt.vhdl] 0:00:00.218686

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpgt.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpgt.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpgt.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpgt.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpgt.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1253/repro2.vhdl] 0:00:00.216432

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1253/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1253/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1253/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1253/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1253/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/exts.vhdl] 0:00:00.222664

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/exts.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/exts.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/exts.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/exts.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/exts.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1253/repro1.vhdl] 0:00:00.229369

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1253/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1253/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1253/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1253/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1253/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpeq.vhdl] 0:00:00.219582

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpeq.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpeq.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpeq.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpeq.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmpeq.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/tb_pragma01_syn.vhdl] 0:00:00.221019

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/tb_pragma01_syn.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/tb_pragma01_syn.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/tb_pragma01_syn.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/tb_pragma01_syn.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/tb_pragma01_syn.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_shrs.vhdl] 0:00:00.217925

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_shrs.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_shrs.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_shrs.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_shrs.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_shrs.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/pragma01.vhdl] 0:00:00.217621

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/pragma01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/pragma01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/pragma01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/pragma01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/pragma01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmple.vhdl] 0:00:00.218129

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmple.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmple.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmple.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmple.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmple.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/tb_pragma01_sim.vhdl] 0:00:00.218963

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/tb_pragma01_sim.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/tb_pragma01_sim.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/tb_pragma01_sim.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/tb_pragma01_sim.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pragma01/tb_pragma01_sim.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/adds.vhdl] 0:00:00.219922

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/adds.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/adds.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/adds.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/adds.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/adds.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/test.vhdl] 0:00:00.219996

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/add03.vhdl] 0:00:00.218229

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/add03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/add03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/add03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/add03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/add03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/tb_test.vhdl] 0:00:00.216960

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/tb_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/tb_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/tb_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/tb_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/tb_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/sns02.vhdl] 0:00:00.220606

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/sns02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/sns02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/sns02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/sns02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/sns02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/test1.vhdl] 0:00:00.221075

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/test1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/test1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/test1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/test1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1021/test1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/unaries.vhdl] 0:00:00.219076

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/unaries.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/unaries.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/unaries.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/unaries.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/unaries.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec02.vhdl] 0:00:00.216661

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_subs.vhdl] 0:00:00.215690

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_subs.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_subs.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_subs.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_subs.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_subs.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec01.vhdl] 0:00:00.218149

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_exts.vhdl] 0:00:00.216635

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_exts.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_exts.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_exts.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_exts.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_exts.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec06.vhdl] 0:00:00.219302

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmple.vhdl] 0:00:00.220921

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmple.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmple.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmple.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmple.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_cmple.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec08.vhdl] 0:00:00.218434

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpeq.vhdl] 0:00:00.218218

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpeq.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpeq.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpeq.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpeq.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpeq.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec04.vhdl] 0:00:00.218599

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_muls.vhdl] 0:00:00.218738

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_muls.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_muls.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_muls.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_muls.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_muls.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec05.vhdl] 0:00:00.217721

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpgt.vhdl] 0:00:00.216957

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpgt.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpgt.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpgt.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpgt.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpgt.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec04.vhdl] 0:00:00.217226

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_adds.vhdl] 0:00:00.219297

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_adds.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_adds.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_adds.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_adds.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/tb_adds.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec09.vhdl] 0:00:00.217418

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec09.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec09.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec09.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec09.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec09.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpge.vhdl] 0:00:00.216269

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpge.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpge.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpge.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpge.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpge.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec05.vhdl] 0:00:00.216163

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpne.vhdl] 0:00:00.218908

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpne.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpne.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpne.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpne.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/sns01/cmpne.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec02.vhdl] 0:00:00.218422

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug01/display2.vhdl] 0:00:00.220278

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug01/display2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug01/display2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug01/display2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug01/display2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug01/display2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec10.vhdl] 0:00:00.220479

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec10.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec10.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec10.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec10.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec10.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug01/display.vhdl] 0:00:00.220871

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug01/display.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug01/display.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug01/display.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug01/display.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/bug01/display.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec08.vhdl] 0:00:00.218175

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func03/func01.vhdl] 0:00:00.220620

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func03/func01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func03/func01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func03/func01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func03/func01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func03/func01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec07.vhdl] 0:00:00.215374

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func03/tb_func01.vhdl] 0:00:00.215618

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func03/tb_func01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func03/tb_func01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func03/tb_func01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func03/tb_func01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func03/tb_func01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec08.vhdl] 0:00:00.215122

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent1.vhdl] 0:00:00.220809

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec01.vhdl] 0:00:00.217324

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent1_disp.vhdl] 0:00:00.217122

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent1_disp.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent1_disp.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent1_disp.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent1_disp.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent1_disp.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec10.vhdl] 0:00:00.215841

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec10.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec10.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec10.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec10.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec10.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent2.vhdl] 0:00:00.217897

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1116/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec02.vhdl] 0:00:00.219490

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1267/issue.vhdl] 0:00:00.215743

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1267/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1267/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1267/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1267/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1267/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec07.vhdl] 0:00:00.214907

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1158/max.vhdl] 0:00:00.215332

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1158/max.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1158/max.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1158/max.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1158/max.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1158/max.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec06.vhdl] 0:00:00.217530

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1680/test_fail.vhdl] 0:00:00.214470

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1680/test_fail.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1680/test_fail.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1680/test_fail.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1680/test_fail.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1680/test_fail.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec01.vhdl] 0:00:00.216362

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1310/issue2.vhdl] 0:00:00.218570

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1310/issue2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1310/issue2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1310/issue2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1310/issue2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1310/issue2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec03.vhdl] 0:00:00.219083

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1310/issue.vhdl] 0:00:00.219268

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1310/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1310/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1310/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1310/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1310/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec06.vhdl] 0:00:00.219100

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/tb_targ02.vhdl] 0:00:00.220740

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/tb_targ02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/tb_targ02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/tb_targ02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/tb_targ02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/tb_targ02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec03.vhdl] 0:00:00.228644

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/targ01.vhdl] 0:00:00.219681

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/targ01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/targ01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/targ01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/targ01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/targ01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec10.vhdl] 0:00:00.216920

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec10.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec10.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec10.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec10.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec10.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/tb_targ01.vhdl] 0:00:00.218862

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/tb_targ01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/tb_targ01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/tb_targ01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/tb_targ01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/tb_targ01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec09.vhdl] 0:00:00.220971

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec09.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec09.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec09.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec09.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/rec09.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/targ02.vhdl] 0:00:00.219558

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/targ02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/targ02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/targ02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/targ02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr02/targ02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec03.vhdl] 0:00:00.219564

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc03.vhdl] 0:00:00.216385

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec05.vhdl] 0:00:00.221119

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc01.vhdl] 0:00:00.221466

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec04.vhdl] 0:00:00.218467

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/tb_rec04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc01.vhdl] 0:00:00.215373

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec07.vhdl] 0:00:00.217169

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc02.vhdl] 0:00:00.217707

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/uassoc02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec09.vhdl] 0:00:00.218864

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec09.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec09.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec09.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec09.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispout01/pkg_rec09.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc03.vhdl] 0:00:00.216012

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1144/issue.vhdl] 0:00:00.219110

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1144/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1144/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1144/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1144/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1144/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc02.vhdl] 0:00:00.222546

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/uassoc01/tb_uassoc02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro2_1.vhdl] 0:00:00.221714

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro2_1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro2_1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro2_1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro2_1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro2_1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram2r.vhdl] 0:00:00.218618

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram2r.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram2r.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram2r.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram2r.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram2r.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro.vhdl] 0:00:00.219087

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram2r.vhdl] 0:00:00.217051

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram2r.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram2r.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram2r.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram2r.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram2r.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro2.vhdl] 0:00:00.219383

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram2w.vhdl] 0:00:00.218444

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram2w.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram2w.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram2w.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram2w.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram2w.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/tb_repro3_1.vhdl] 0:00:00.218175

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/tb_repro3_1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/tb_repro3_1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/tb_repro3_1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/tb_repro3_1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/tb_repro3_1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram1r.vhdl] 0:00:00.214807

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram1r.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram1r.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram1r.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram1r.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_dpram1r.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro3_1.vhdl] 0:00:00.213125

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro3_1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro3_1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro3_1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro3_1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro3_1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram2w.vhdl] 0:00:00.216030

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram2w.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram2w.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram2w.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram2w.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram2w.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro4.vhdl] 0:00:00.215863

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_memmux04.vhdl] 0:00:00.215206

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_memmux04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_memmux04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_memmux04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_memmux04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/tb_memmux04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro3.vhdl] 0:00:00.215213

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1080/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/memmux04.vhdl] 0:00:00.218742

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/memmux04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/memmux04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/memmux04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/memmux04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/memmux04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent1.vhdl] 0:00:00.215364

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram1r.vhdl] 0:00:00.216802

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram1r.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram1r.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram1r.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram1r.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem2d01/dpram1r.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent2.vhdl] 0:00:00.217739

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro.vhdl] 0:00:00.217587

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent.vhdl] 0:00:00.219844

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue954/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro2.vhdl] 0:00:00.216185

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue948/ent.vhdl] 0:00:00.216237

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue948/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue948/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue948/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue948/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue948/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/tb_ent.vhdl] 0:00:00.216034

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1062/tb_ent.vhdl] 0:00:00.216517

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1062/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1062/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1062/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1062/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1062/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/ent.vhdl] 0:00:00.217526

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1062/ent.vhdl] 0:00:00.217036

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1062/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1062/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1062/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1062/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1062/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro3.vhdl] 0:00:00.218789

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1319/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1011/record_test.vhdl] 0:00:00.216280

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1011/record_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1011/record_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1011/record_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1011/record_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1011/record_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1372/issue.vhdl] 0:00:00.216627

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1372/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1372/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1372/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1372/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1372/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1414/cover_overlap_misparse.vhdl] 0:00:00.225039

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1414/cover_overlap_misparse.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1414/cover_overlap_misparse.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1414/cover_overlap_misparse.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1414/cover_overlap_misparse.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1414/cover_overlap_misparse.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1372/issue_psl.vhdl] 0:00:00.216364

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1372/issue_psl.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1372/issue_psl.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1372/issue_psl.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1372/issue_psl.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1372/issue_psl.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec02.vhdl] 0:00:00.218073

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1348/tb_sdp_simple.vhdl] 0:00:00.218373

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1348/tb_sdp_simple.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1348/tb_sdp_simple.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1348/tb_sdp_simple.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1348/tb_sdp_simple.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1348/tb_sdp_simple.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec01.vhdl] 0:00:00.221494

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1348/sdp_simple.vhdl] 0:00:00.221798

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1348/sdp_simple.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1348/sdp_simple.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1348/sdp_simple.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1348/sdp_simple.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1348/sdp_simple.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec06.vhdl] 0:00:00.221150

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/and2.vhdl] 0:00:00.221061

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/and2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/and2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/and2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/and2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/and2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec04.vhdl] 0:00:00.217524

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/and3.vhdl] 0:00:00.221154

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/and3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/and3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/and3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/and3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/and3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec05.vhdl] 0:00:00.222098

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/tb_and3.vhdl] 0:00:00.220239

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/tb_and3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/tb_and3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/tb_and3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/tb_and3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lib01/tb_and3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec04.vhdl] 0:00:00.223626

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1078/ent.vhdl] 0:00:00.216497

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1078/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1078/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1078/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1078/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1078/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec05.vhdl] 0:00:00.217457

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func02/func01.vhdl] 0:00:00.216245

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func02/func01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func02/func01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func02/func01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func02/func01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func02/func01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec02.vhdl] 0:00:00.214189

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func02/tb_func01.vhdl] 0:00:00.215734

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func02/tb_func01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func02/tb_func01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func02/tb_func01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func02/tb_func01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func02/tb_func01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec01.vhdl] 0:00:00.220550

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1177/issue1.vhdl] 0:00:00.218486

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1177/issue1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1177/issue1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1177/issue1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1177/issue1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1177/issue1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec02.vhdl] 0:00:00.223096

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1177/issue2.vhdl] 0:00:00.217570

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1177/issue2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1177/issue2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1177/issue2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1177/issue2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1177/issue2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec06.vhdl] 0:00:00.218598

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1023/barrel_shifter.vhdl] 0:00:00.218312

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1023/barrel_shifter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1023/barrel_shifter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1023/barrel_shifter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1023/barrel_shifter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1023/barrel_shifter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec01.vhdl] 0:00:00.220517

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/concat01/concat01.vhdl] 0:00:00.218974

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/concat01/concat01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/concat01/concat01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/concat01/concat01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/concat01/concat01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/concat01/concat01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec03.vhdl] 0:00:00.217818

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/rec03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/concat01/tb_concat01.vhdl] 0:00:00.217310

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/concat01/tb_concat01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/concat01/tb_concat01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/concat01/tb_concat01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/concat01/tb_concat01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/concat01/tb_concat01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec06.vhdl] 0:00:00.217652

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1169/bug.vhdl] 0:00:00.214282

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1169/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1169/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1169/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1169/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1169/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec03.vhdl] 0:00:00.218527

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/pkg_rec03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1413/fixed_point_example.vhdl] 0:00:00.218701

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1413/fixed_point_example.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1413/fixed_point_example.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1413/fixed_point_example.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1413/fixed_point_example.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1413/fixed_point_example.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec03.vhdl] 0:00:00.224330

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1413/repro1.vhdl] 0:00:00.226107

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1413/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1413/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1413/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1413/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1413/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec05.vhdl] 0:00:00.222761

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1234/issue.vhdl] 0:00:00.215965

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1234/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1234/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1234/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1234/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1234/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec04.vhdl] 0:00:00.216588

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dispin01/tb_rec04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1734/ent.vhdl] 0:00:00.215160

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1734/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1734/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1734/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1734/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1734/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top3.vhdl] 0:00:00.213870

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1042/ent.vhdl] 0:00:00.213837

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1042/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1042/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1042/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1042/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1042/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top2.vhdl] 0:00:00.216200

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue940/ent.vhdl] 0:00:00.216361

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue940/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue940/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue940/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue940/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue940/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top.vhdl] 0:00:00.217813

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1231/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth58/function_test.vhdl] 0:00:00.215415

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth58/function_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth58/function_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth58/function_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth58/function_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth58/function_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro2.vhdl] 0:00:00.213112

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth58/repro1.vhdl] 0:00:00.212105

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth58/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth58/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth58/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth58/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth58/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/issue.vhdl] 0:00:00.215187

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue964/tb_ent.vhdl] 0:00:00.213607

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue964/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue964/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue964/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue964/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue964/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro4.vhdl] 0:00:00.213476

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue964/ent.vhdl] 0:00:00.216821

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue964/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue964/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue964/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue964/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue964/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro1.vhdl] 0:00:00.210935

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1430/repro.vhdl] 0:00:00.211128

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1430/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1430/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1430/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1430/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1430/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro3.vhdl] 0:00:00.211755

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1591/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1430/repro1.vhdl] 0:00:00.213459

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1430/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1430/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1430/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1430/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1430/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth56/test2.vhdl] 0:00:00.213643

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth56/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth56/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth56/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth56/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth56/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/match01.vhdl] 0:00:00.211795

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/match01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/match01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/match01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/match01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/match01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth56/tb_test2.vhdl] 0:00:00.212130

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth56/tb_test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth56/tb_test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth56/tb_test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth56/tb_test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth56/tb_test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/tb_match02.vhdl] 0:00:00.213381

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/tb_match02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/tb_match02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/tb_match02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/tb_match02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/tb_match02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1167/bug.vhdl] 0:00:00.211877

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1167/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1167/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1167/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1167/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1167/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/match02.vhdl] 0:00:00.210474

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/match02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/match02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/match02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/match02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/match02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1041/ent.vhdl] 0:00:00.210057

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1041/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1041/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1041/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1041/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1041/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/tb_match01.vhdl] 0:00:00.211404

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/tb_match01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/tb_match01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/tb_match01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/tb_match01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/match01/tb_match01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/tb_enot.vhdl] 0:00:00.213116

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/tb_enot.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/tb_enot.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/tb_enot.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/tb_enot.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/tb_enot.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1345/issue.vhdl] 0:00:00.214182

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1345/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1345/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1345/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1345/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1345/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/tb_bnot.vhdl] 0:00:00.215474

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/tb_bnot.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/tb_bnot.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/tb_bnot.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/tb_bnot.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/tb_bnot.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e1.vhdl] 0:00:00.217565

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/enot.vhdl] 0:00:00.214798

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/enot.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/enot.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/enot.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/enot.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/enot.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e.vhdl] 0:00:00.210625

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/bnot.vhdl] 0:00:00.212944

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/bnot.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/bnot.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/bnot.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/bnot.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/bnot.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e2.vhdl] 0:00:00.210177

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1475/e2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/ent.vhdl] 0:00:00.211408

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue937/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue3.vhdl] 0:00:00.210821

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/repro.vhdl] 0:00:00.211452

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue1.vhdl] 0:00:00.209556

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/half_adder.vhdl] 0:00:00.211473

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/half_adder.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/half_adder.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/half_adder.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/half_adder.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/half_adder.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue2.vhdl] 0:00:00.210920

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/repro2.vhdl] 0:00:00.213439

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1406/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue2.vhdl] 0:00:00.214007

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/issue2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff01.vhdl] 0:00:00.211397

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue3.vhdl] 0:00:00.209516

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff15.vhdl] 0:00:00.209779

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff15.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff15.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff15.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff15.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff15.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue1.vhdl] 0:00:00.211677

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1161/tb_issue1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff12.vhdl] 0:00:00.209890

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff12.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff12.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff12.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff12.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff12.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue946/ent.vhdl] 0:00:00.209768

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue946/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue946/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue946/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue946/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue946/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff09.vhdl] 0:00:00.211180

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff09.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff09.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff09.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff09.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff09.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1219/top.vhdl] 0:00:00.208136

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1219/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1219/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1219/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1219/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1219/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff07.vhdl] 0:00:00.211906

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1219/tb_top.vhdl] 0:00:00.210461

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1219/tb_top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1219/tb_top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1219/tb_top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1219/tb_top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1219/tb_top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff03.vhdl] 0:00:00.211437

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1390/aes_enc.vhdl] 0:00:00.213265

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1390/aes_enc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1390/aes_enc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1390/aes_enc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1390/aes_enc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1390/aes_enc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff04.vhdl] 0:00:00.211855

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1390/aes_pkg.vhdl] 0:00:00.216910

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1390/aes_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1390/aes_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1390/aes_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1390/aes_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1390/aes_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff15.vhdl] 0:00:00.213449

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff15.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff15.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff15.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff15.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff15.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/bootrom.vhdl] 0:00:00.215286

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/bootrom.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/bootrom.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/bootrom.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/bootrom.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/bootrom.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff03.vhdl] 0:00:00.212176

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/simple_ram.vhdl] 0:00:00.214954

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/simple_ram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/simple_ram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/simple_ram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/simple_ram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/simple_ram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff09.vhdl] 0:00:00.221401

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff09.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff09.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff09.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff09.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff09.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/simple_ram-orig.vhdl] 0:00:00.221281

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/simple_ram-orig.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/simple_ram-orig.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/simple_ram-orig.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/simple_ram-orig.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/simple_ram-orig.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff10.vhdl] 0:00:00.214327

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff10.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff10.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff10.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff10.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff10.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/tb_simple_ram.vhdl] 0:00:00.216135

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/tb_simple_ram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/tb_simple_ram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/tb_simple_ram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/tb_simple_ram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1090/tb_simple_ram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff02.vhdl] 0:00:00.214883

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1311/tb_issue.vhdl] 0:00:00.212475

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1311/tb_issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1311/tb_issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1311/tb_issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1311/tb_issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1311/tb_issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff10.vhdl] 0:00:00.210821

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff10.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff10.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff10.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff10.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff10.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1311/issue.vhdl] 0:00:00.213317

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1311/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1311/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1311/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1311/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1311/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff12.vhdl] 0:00:00.210578

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff12.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff12.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff12.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff12.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff12.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1313/issue.vhdl] 0:00:00.210424

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1313/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1313/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1313/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1313/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1313/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff11.vhdl] 0:00:00.210735

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff11.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff11.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff11.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff11.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff11.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1665/test.vhdl] 0:00:00.213625

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1665/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1665/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1665/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1665/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1665/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff05.vhdl] 0:00:00.214000

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth115/testcase.vhdl] 0:00:00.213039

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth115/testcase.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth115/testcase.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth115/testcase.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth115/testcase.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth115/testcase.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff01.vhdl] 0:00:00.213589

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth115/tb_testcase.vhdl] 0:00:00.215980

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth115/tb_testcase.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth115/tb_testcase.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth115/tb_testcase.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth115/tb_testcase.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth115/tb_testcase.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff04.vhdl] 0:00:00.215509

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1086/test.vhdl] 0:00:00.218059

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1086/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1086/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1086/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1086/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1086/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff13.vhdl] 0:00:00.212591

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff13.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff13.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff13.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff13.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff13.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1043/ent.vhdl] 0:00:00.210571

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1043/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1043/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1043/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1043/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1043/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff06.vhdl] 0:00:00.213026

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr02.vhdl] 0:00:00.214525

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff08.vhdl] 0:00:00.213500

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr02.vhdl] 0:00:00.213774

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff11.vhdl] 0:00:00.217594

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff11.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff11.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff11.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff11.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff11.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr03.vhdl] 0:00:00.209122

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff05.vhdl] 0:00:00.210460

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr01.vhdl] 0:00:00.212840

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/tb_arr01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff14.vhdl] 0:00:00.213583

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff14.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff14.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff14.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff14.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff14.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr01.vhdl] 0:00:00.210375

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff08.vhdl] 0:00:00.211123

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr03.vhdl] 0:00:00.211141

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/arr02/arr03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff07.vhdl] 0:00:00.211969

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen03.vhdl] 0:00:00.211181

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff13.vhdl] 0:00:00.213113

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff13.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff13.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff13.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff13.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff13.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen02.vhdl] 0:00:00.215968

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff06.vhdl] 0:00:00.211004

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/dff06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen01.vhdl] 0:00:00.215625

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff14.vhdl] 0:00:00.220341

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff14.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff14.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff14.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff14.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff14.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen02.vhdl] 0:00:00.221358

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff02.vhdl] 0:00:00.215668

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/dff01/tb_dff02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen03.vhdl] 0:00:00.217389

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/forgen03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/delay_ul.vhdl] 0:00:00.226719

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/delay_ul.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/delay_ul.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/delay_ul.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/delay_ul.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/delay_ul.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen01.vhdl] 0:00:00.219285

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/forgen01/tb_forgen01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/tb_repro1.vhdl] 0:00:00.218144

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/tb_repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/tb_repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/tb_repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/tb_repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/tb_repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue956/ent.vhdl] 0:00:00.221136

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue956/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue956/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue956/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue956/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue956/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/tb_delay_ul.vhdl] 0:00:00.221208

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/tb_delay_ul.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/tb_delay_ul.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/tb_delay_ul.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/tb_delay_ul.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/tb_delay_ul.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1039/ent.vhdl] 0:00:00.217218

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1039/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1039/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1039/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1039/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1039/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/repro1.vhdl] 0:00:00.214938

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1211/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test2.vhdl] 0:00:00.214168

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth108/mwe.vhdl] 0:00:00.216495

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth108/mwe.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth108/mwe.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth108/mwe.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth108/mwe.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth108/mwe.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test.vhdl] 0:00:00.215901

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1126/bch_128x64.vhdl] 0:00:00.214189

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1126/bch_128x64.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1126/bch_128x64.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1126/bch_128x64.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1126/bch_128x64.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1126/bch_128x64.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test3.vhdl] 0:00:00.215354

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmple.vhdl] 0:00:00.217679

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmple.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmple.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmple.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmple.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmple.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test2.vhdl] 0:00:00.216241

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpne.vhdl] 0:00:00.216809

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpne.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpne.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpne.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpne.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpne.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test.vhdl] 0:00:00.215496

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/tb_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpge.vhdl] 0:00:00.213637

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpge.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpge.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpge.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpge.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpge.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test3.vhdl] 0:00:00.214465

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1330/test3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpgt.vhdl] 0:00:00.214628

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpgt.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpgt.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpgt.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpgt.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpgt.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1236/issue.vhdl] 0:00:00.211548

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1236/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1236/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1236/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1236/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1236/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmplt.vhdl] 0:00:00.210109

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmplt.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmplt.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmplt.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmplt.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmplt.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1160/issue.vhdl] 0:00:00.212571

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1160/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1160/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1160/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1160/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1160/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpge.vhdl] 0:00:00.213234

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpge.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpge.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpge.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpge.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpge.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot_err.vhdl] 0:00:00.212552

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot_err.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot_err.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot_err.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot_err.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot_err.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpne.vhdl] 0:00:00.210260

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpne.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpne.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpne.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpne.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpne.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot.vhdl] 0:00:00.213164

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ssubs.vhdl] 0:00:00.212006

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ssubs.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ssubs.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ssubs.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ssubs.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ssubs.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_onehot0.vhdl] 0:00:00.212549

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_onehot0.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_onehot0.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_onehot0.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_onehot0.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_onehot0.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpge.vhdl] 0:00:00.211066

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpge.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpge.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpge.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpge.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpge.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_stable.vhdl] 0:00:00.212070

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_stable.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_stable.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_stable.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_stable.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_stable.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sunaries.vhdl] 0:00:00.215060

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sunaries.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sunaries.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sunaries.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sunaries.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sunaries.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_stable.vhdl] 0:00:00.213581

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_stable.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_stable.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_stable.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_stable.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_stable.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpgt.vhdl] 0:00:00.211547

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpgt.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpgt.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpgt.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpgt.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpgt.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_onehot.vhdl] 0:00:00.211285

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_onehot.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_onehot.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_onehot.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_onehot.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_onehot.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_unaries.vhdl] 0:00:00.211820

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_unaries.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_unaries.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_unaries.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_unaries.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_unaries.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot0.vhdl] 0:00:00.216157

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot0.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot0.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot0.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot0.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_onehot0.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpne.vhdl] 0:00:00.216166

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpne.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpne.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpne.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpne.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpne.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_rose.vhdl] 0:00:00.215386

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_rose.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_rose.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_rose.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_rose.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_rose.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpgt.vhdl] 0:00:00.220160

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpgt.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpgt.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpgt.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpgt.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpgt.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_fell.vhdl] 0:00:00.211326

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_fell.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_fell.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_fell.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_fell.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_fell.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sshrs.vhdl] 0:00:00.211230

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sshrs.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sshrs.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sshrs.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sshrs.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sshrs.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_prev.vhdl] 0:00:00.213240

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_prev.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_prev.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_prev.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_prev.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_prev.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpeq.vhdl] 0:00:00.217035

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpeq.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpeq.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpeq.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpeq.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmpeq.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_prev.vhdl] 0:00:00.217288

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_prev.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_prev.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_prev.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_prev.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/tb_psl_prev.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_shrs.vhdl] 0:00:00.223608

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_shrs.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_shrs.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_shrs.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_shrs.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_shrs.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_fell.vhdl] 0:00:00.216169

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_fell.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_fell.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_fell.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_fell.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_fell.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ushrs.vhdl] 0:00:00.216233

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ushrs.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ushrs.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ushrs.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ushrs.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ushrs.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_rose.vhdl] 0:00:00.215737

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_rose.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_rose.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_rose.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_rose.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_rose.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpeq.vhdl] 0:00:00.219446

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpeq.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpeq.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpeq.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpeq.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmpeq.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_fell_err1.vhdl] 0:00:00.216485

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_fell_err1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_fell_err1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_fell_err1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_fell_err1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue662/psl_fell_err1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/usubs.vhdl] 0:00:00.212926

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/usubs.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/usubs.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/usubs.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/usubs.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/usubs.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1181/bug.vhdl] 0:00:00.214511

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1181/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1181/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1181/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1181/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1181/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/uunaries.vhdl] 0:00:00.219917

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/uunaries.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/uunaries.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/uunaries.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/uunaries.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/uunaries.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue972/test2.vhdl] 0:00:00.216883

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue972/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue972/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue972/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue972/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue972/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmplt.vhdl] 0:00:00.218702

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmplt.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmplt.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmplt.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmplt.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmplt.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/repro2.vhdl] 0:00:00.215927

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/smuls.vhdl] 0:00:00.216836

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/smuls.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/smuls.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/smuls.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/smuls.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/smuls.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/test_fail.vhdl] 0:00:00.217229

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/test_fail.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/test_fail.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/test_fail.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/test_fail.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/test_fail.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmple.vhdl] 0:00:00.216906

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmple.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmple.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmple.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmple.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmple.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/repro3.vhdl] 0:00:00.216192

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1681/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_subs.vhdl] 0:00:00.216585

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_subs.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_subs.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_subs.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_subs.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_subs.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1225/top.vhdl] 0:00:00.217006

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1225/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1225/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1225/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1225/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1225/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/umuls.vhdl] 0:00:00.223230

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/umuls.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/umuls.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/umuls.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/umuls.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/umuls.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1225/tb_top.vhdl] 0:00:00.219722

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1225/tb_top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1225/tb_top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1225/tb_top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1225/tb_top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1225/tb_top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmple.vhdl] 0:00:00.216095

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmple.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmple.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmple.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmple.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_cmple.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1117/tb_ent.vhdl] 0:00:00.215555

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1117/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1117/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1117/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1117/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1117/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_muls.vhdl] 0:00:00.220005

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_muls.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_muls.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_muls.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_muls.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_muls.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1117/ent.vhdl] 0:00:00.216484

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1117/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1117/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1117/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1117/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1117/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sadds.vhdl] 0:00:00.214424

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sadds.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sadds.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sadds.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sadds.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/sadds.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice05.vhdl] 0:00:00.215190

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmplt.vhdl] 0:00:00.212600

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmplt.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmplt.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmplt.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmplt.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/ucmplt.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice02.vhdl] 0:00:00.212831

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_adds.vhdl] 0:00:00.211987

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_adds.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_adds.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_adds.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_adds.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/tb_adds.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice07.vhdl] 0:00:00.212097

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/uadds.vhdl] 0:00:00.211797

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/uadds.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/uadds.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/uadds.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/uadds.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/uadds.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice03.vhdl] 0:00:00.213813

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpeq.vhdl] 0:00:00.214746

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpeq.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpeq.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpeq.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpeq.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/snsuns01/scmpeq.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice04.vhdl] 0:00:00.214100

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1153/ent.vhdl] 0:00:00.215464

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1153/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1153/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1153/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1153/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1153/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice01.vhdl] 0:00:00.217099

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assert1.vhdl] 0:00:00.217073

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assert1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assert1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assert1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assert1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assert1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth80/test2.vhdl] 0:00:00.215653

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth80/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth80/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth80/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth80/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth80/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assume2.vhdl] 0:00:00.219825

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assume2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assume2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assume2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assume2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assume2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth80/testcase.vhdl] 0:00:00.219055

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth80/testcase.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth80/testcase.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth80/testcase.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth80/testcase.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth80/testcase.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover2.vhdl] 0:00:00.217265

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram3.vhdl] 0:00:00.217821

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/restrict1.vhdl] 0:00:00.220338

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/restrict1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/restrict1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/restrict1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/restrict1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/restrict1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram.vhdl] 0:00:00.220525

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assume1.vhdl] 0:00:00.219982

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assume1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assume1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assume1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assume1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/assume1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram2.vhdl] 0:00:00.219173

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover1.vhdl] 0:00:00.223319

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram5.vhdl] 0:00:00.216171

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/restrict2.vhdl] 0:00:00.213550

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/restrict2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/restrict2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/restrict2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/restrict2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/restrict2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram_single.vhdl] 0:00:00.219551

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram_single.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram_single.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram_single.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram_single.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram_single.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/hello.vhdl] 0:00:00.221051

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/hello.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/hello.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/hello.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/hello.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/hello.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_tdp_ram.vhdl] 0:00:00.215116

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_tdp_ram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_tdp_ram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_tdp_ram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_tdp_ram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_tdp_ram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover3.vhdl] 0:00:00.212777

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl01/cover3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram5.vhdl] 0:00:00.212812

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/repro.vhdl] 0:00:00.213559

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram3.vhdl] 0:00:00.212773

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/issue2.vhdl] 0:00:00.215897

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/issue2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/issue2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/issue2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/issue2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/issue2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram41.vhdl] 0:00:00.215711

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram41.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram41.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram41.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram41.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram41.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/issue.vhdl] 0:00:00.212833

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1264/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram4.vhdl] 0:00:00.211574

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/ram4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/null01/null02.vhdl] 0:00:00.211921

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/null01/null02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/null01/null02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/null01/null02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/null01/null02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/null01/null02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram_single2.vhdl] 0:00:00.210196

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram_single2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram_single2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram_single2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram_single2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tdp_ram_single2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/null01/null01.vhdl] 0:00:00.210314

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/null01/null01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/null01/null01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/null01/null01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/null01/null01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/null01/null01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram4.vhdl] 0:00:00.211969

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1114/ent.vhdl] 0:00:00.211629

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1114/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1114/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1114/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1114/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1114/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_tdp_ram2.vhdl] 0:00:00.218529

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_tdp_ram2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_tdp_ram2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_tdp_ram2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_tdp_ram2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_tdp_ram2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue3.vhdl] 0:00:00.219782

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram41.vhdl] 0:00:00.213684

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram41.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram41.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram41.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram41.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1069/tb_ram41.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue2.vhdl] 0:00:00.210409

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/test.vhdl] 0:00:00.214957

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue.vhdl] 0:00:00.217079

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1175/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/test_pkg.vhdl] 0:00:00.209811

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/test_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/test_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/test_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/test_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/test_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1780/imem2.vhdl] 0:00:00.211616

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1780/imem2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1780/imem2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1780/imem2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1780/imem2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1780/imem2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/tb_test.vhdl] 0:00:00.212211

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/tb_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/tb_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/tb_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/tb_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/enum01/tb_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1780/imem.vhdl] 0:00:00.212920

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1780/imem.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1780/imem.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1780/imem.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1780/imem.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1780/imem.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1277/issue.vhdl] 0:00:00.215658

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1277/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1277/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1277/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1277/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1277/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1095/top.vhdl] 0:00:00.212278

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1095/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1095/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1095/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1095/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1095/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/assert1.vhdl] 0:00:00.211266

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/assert1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/assert1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/assert1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/assert1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/assert1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/pkg.vhdl] 0:00:00.215365

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/assert2.vhdl] 0:00:00.215320

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/assert2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/assert2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/assert2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/assert2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/assert2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/patgen.vhdl] 0:00:00.213499

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/patgen.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/patgen.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/patgen.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/patgen.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/patgen.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif4.vhdl] 0:00:00.209419

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/patacc.vhdl] 0:00:00.209782

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/patacc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/patacc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/patacc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/patacc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/patacc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif2.vhdl] 0:00:00.210185

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/accumwr.vhdl] 0:00:00.211463

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/accumwr.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/accumwr.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/accumwr.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/accumwr.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/accumwr.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif3.vhdl] 0:00:00.212756

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_patgen.vhdl] 0:00:00.212095

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_patgen.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_patgen.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_patgen.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_patgen.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_patgen.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif1.vhdl] 0:00:00.211273

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/psl02/verif1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_accum.vhdl] 0:00:00.213346

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_accum.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_accum.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_accum.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_accum.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_accum.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1628/test2.vhdl] 0:00:00.210845

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1628/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1628/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1628/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1628/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1628/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_patacc.vhdl] 0:00:00.211494

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_patacc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_patacc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_patacc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_patacc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_patacc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1628/test.vhdl] 0:00:00.208862

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1628/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1628/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1628/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1628/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1628/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_accumwr.vhdl] 0:00:00.217537

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_accumwr.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_accumwr.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_accumwr.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_accumwr.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/tb_accumwr.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1208/adders_4.vhdl] 0:00:00.211633

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1208/adders_4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1208/adders_4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1208/adders_4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1208/adders_4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1208/adders_4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/accum.vhdl] 0:00:00.207992

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/accum.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/accum.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/accum.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/accum.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1675/accum.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth128/test.vhdl] 0:00:00.209312

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth128/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth128/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth128/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth128/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth128/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux01.vhdl] 0:00:00.211879

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth128/tb_test.vhdl] 0:00:00.212821

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth128/tb_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth128/tb_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth128/tb_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth128/tb_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth128/tb_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux02.vhdl] 0:00:00.207646

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1162/counter.vhdl] 0:00:00.209681

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1162/counter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1162/counter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1162/counter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1162/counter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1162/counter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux03.vhdl] 0:00:00.213015

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1217/top.vhdl] 0:00:00.216896

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1217/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1217/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1217/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1217/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1217/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux01.vhdl] 0:00:00.212083

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1217/tb_top.vhdl] 0:00:00.210935

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1217/tb_top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1217/tb_top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1217/tb_top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1217/tb_top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1217/tb_top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux04.vhdl] 0:00:00.210668

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1074/blinky.vhdl] 0:00:00.212577

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1074/blinky.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1074/blinky.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1074/blinky.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1074/blinky.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1074/blinky.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux05.vhdl] 0:00:00.212053

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1107/unconnected.vhdl] 0:00:00.212164

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1107/unconnected.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1107/unconnected.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1107/unconnected.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1107/unconnected.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1107/unconnected.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux07.vhdl] 0:00:00.212865

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1230/delayline.vhdl] 0:00:00.210961

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1230/delayline.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1230/delayline.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1230/delayline.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1230/delayline.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1230/delayline.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux04.vhdl] 0:00:00.211361

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1077/ent.vhdl] 0:00:00.211751

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1077/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1077/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1077/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1077/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1077/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux05.vhdl] 0:00:00.216397

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram3.vhdl] 0:00:00.214553

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux02.vhdl] 0:00:00.214713

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/tb_memmux02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram3.vhdl] 0:00:00.214236

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux07.vhdl] 0:00:00.212163

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram4.vhdl] 0:00:00.215999

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux03.vhdl] 0:00:00.210913

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/memmux01/memmux03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram6.vhdl] 0:00:00.213309

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1101/ent.vhdl] 0:00:00.213318

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1101/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1101/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1101/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1101/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1101/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_dpram1.vhdl] 0:00:00.214893

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_dpram1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_dpram1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_dpram1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_dpram1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_dpram1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/p.vhdl] 0:00:00.213985

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/p.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/p.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/p.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/p.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/p.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/dpram1.vhdl] 0:00:00.218042

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/dpram1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/dpram1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/dpram1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/dpram1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/dpram1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/tb_ent.vhdl] 0:00:00.216342

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram8.vhdl] 0:00:00.219653

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram8.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram8.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram8.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram8.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram8.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/ent.vhdl] 0:00:00.217702

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1034/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram4.vhdl] 0:00:00.216728

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc01.vhdl] 0:00:00.220233

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram9.vhdl] 0:00:00.217425

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram9.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram9.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram9.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram9.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/ram9.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc03.vhdl] 0:00:00.216303

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram6.vhdl] 0:00:00.219076

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem02/tb_ram6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc02.vhdl] 0:00:00.221536

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue945/ent.vhdl] 0:00:00.221331

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue945/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue945/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue945/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue945/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue945/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc03.vhdl] 0:00:00.220009

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1148/test.vhdl] 0:00:00.218563

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1148/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1148/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1148/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1148/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1148/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc11.vhdl] 0:00:00.217856

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc11.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc11.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc11.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc11.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc11.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro.vhdl] 0:00:00.216089

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/pkg.vhdl] 0:00:00.225034

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro2.vhdl] 0:00:00.217110

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc04.vhdl] 0:00:00.218934

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro3.vhdl] 0:00:00.217284

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1239/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc12.vhdl] 0:00:00.217676

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc12.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc12.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc12.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc12.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc12.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1083/test.vhdl] 0:00:00.223616

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1083/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1083/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1083/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1083/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1083/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc04.vhdl] 0:00:00.216510

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1046/concat01.vhdl] 0:00:00.219735

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1046/concat01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1046/concat01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1046/concat01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1046/concat01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1046/concat01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc02.vhdl] 0:00:00.219783

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1046/tb_concat01.vhdl] 0:00:00.214288

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1046/tb_concat01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1046/tb_concat01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1046/tb_concat01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1046/tb_concat01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1046/tb_concat01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc01.vhdl] 0:00:00.216331

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var02.vhdl] 0:00:00.217554

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc11.vhdl] 0:00:00.221185

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc11.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc11.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc11.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc11.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/iassoc11.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01b.vhdl] 0:00:00.218966

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var02.vhdl] 0:00:00.219939

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc12.vhdl] 0:00:00.261510

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc12.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc12.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc12.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc12.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/iassoc01/tb_iassoc12.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent_working.vhdl] 0:00:00.224226

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent_working.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent_working.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent_working.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent_working.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent_working.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01.vhdl] 0:00:00.222419

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent_bug.vhdl] 0:00:00.223523

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent_bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent_bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent_bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent_bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent_bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01a.vhdl] 0:00:00.221657

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01a.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01a.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01a.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01a.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01a.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent.vhdl] 0:00:00.220198

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1596/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var05.vhdl] 0:00:00.216774

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/string01/string01.vhdl] 0:00:00.217196

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/string01/string01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/string01/string01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/string01/string01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/string01/string01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/string01/string01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01a.vhdl] 0:00:00.215400

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01a.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01a.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01a.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01a.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01a.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/string01/tb_string01.vhdl] 0:00:00.217411

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/string01/tb_string01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/string01/tb_string01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/string01/tb_string01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/string01/tb_string01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/string01/tb_string01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var05.vhdl] 0:00:00.216682

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01c.vhdl] 0:00:00.216584

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01c.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01c.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01c.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01c.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01c.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/test2.vhdl] 0:00:00.217196

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var03.vhdl] 0:00:00.217585

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/test.vhdl] 0:00:00.223341

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01c.vhdl] 0:00:00.216983

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01c.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01c.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01c.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01c.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01c.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/tb_test2.vhdl] 0:00:00.222618

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/tb_test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/tb_test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/tb_test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/tb_test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1004/tb_test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var04.vhdl] 0:00:00.212625

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1190/hdl/ram.vhdl] 0:00:00.219832

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1190/hdl/ram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1190/hdl/ram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1190/hdl/ram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1190/hdl/ram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1190/hdl/ram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth26/int_test.vhdl] 0:00:00.214933

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth26/int_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth26/int_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth26/int_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth26/int_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth26/int_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var03.vhdl] 0:00:00.213719

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/pkg.vhdl] 0:00:00.217149

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var04.vhdl] 0:00:00.217592

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/mixer.vhdl] 0:00:00.216260

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/mixer.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/mixer.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/mixer.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/mixer.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/mixer.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var06.vhdl] 0:00:00.217437

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/cmask.vhdl] 0:00:00.220593

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/cmask.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/cmask.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/cmask.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/cmask.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/cmask.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01.vhdl] 0:00:00.214757

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/var01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/tb_mixer.vhdl] 0:00:00.214800

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/tb_mixer.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/tb_mixer.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/tb_mixer.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/tb_mixer.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp02/tb_mixer.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01b.vhdl] 0:00:00.214708

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var01b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth129/test.vhdl] 0:00:00.217467

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth129/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth129/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth129/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth129/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth129/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var06.vhdl] 0:00:00.217614

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/var01/tb_var06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1317/repro.vhdl] 0:00:00.215145

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1317/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1317/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1317/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1317/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1317/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth129/tb_test.vhdl] 0:00:00.226729

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth129/tb_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth129/tb_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth129/tb_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth129/tb_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth129/tb_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1650/debounce.vhdl] 0:00:00.221787

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1650/debounce.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1650/debounce.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1650/debounce.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1650/debounce.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1650/debounce.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/tb_rec01.vhdl] 0:00:00.220530

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/tb_rec01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/tb_rec01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/tb_rec01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/tb_rec01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/tb_rec01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1146/ent.vhdl] 0:00:00.220235

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1146/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1146/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1146/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1146/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1146/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/rec01.vhdl] 0:00:00.221032

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/rec01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/rec01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/rec01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/rec01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/rec01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/ent2.vhdl] 0:00:00.216875

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/pkg_rec01.vhdl] 0:00:00.216138

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/pkg_rec01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/pkg_rec01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/pkg_rec01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/pkg_rec01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/rec01/pkg_rec01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1250/tb_theunit.vhdl] 0:00:00.219462

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1250/tb_theunit.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1250/tb_theunit.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1250/tb_theunit.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1250/tb_theunit.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1250/tb_theunit.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/tb_ent2.vhdl] 0:00:00.217859

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/tb_ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/tb_ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/tb_ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/tb_ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/tb_ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1250/theunit.vhdl] 0:00:00.217410

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1250/theunit.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1250/theunit.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1250/theunit.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1250/theunit.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1250/theunit.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/tb_ent.vhdl] 0:00:00.216033

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/tb_ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/tb_ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/tb_ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/tb_ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/tb_ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1295/issue.vhdl] 0:00:00.217230

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1295/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1295/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1295/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1295/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1295/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/ent.vhdl] 0:00:00.219230

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue963/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tri.vhdl] 0:00:00.218826

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tri.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tri.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tri.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tri.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tri.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/exit01.vhdl] 0:00:00.218015

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/exit01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/exit01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/exit01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/exit01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/exit01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/tb_exit01.vhdl] 0:00:00.218516

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/tb_exit01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/tb_exit01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/tb_exit01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/tb_exit01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/tb_exit01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tb_multiplexers_3.vhdl] 0:00:00.219609

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tb_multiplexers_3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tb_multiplexers_3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tb_multiplexers_3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tb_multiplexers_3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tb_multiplexers_3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/tb_exit02.vhdl] 0:00:00.216767

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/tb_exit02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/tb_exit02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/tb_exit02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/tb_exit02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/tb_exit02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/multiplexers_3.vhdl] 0:00:00.216865

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/multiplexers_3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/multiplexers_3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/multiplexers_3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/multiplexers_3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/multiplexers_3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/exit02.vhdl] 0:00:00.218671

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/exit02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/exit02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/exit02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/exit02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/exit01/exit02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tb_tri.vhdl] 0:00:00.218172

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tb_tri.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tb_tri.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tb_tri.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tb_tri.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1238/tb_tri.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/conv01/pos01.vhdl] 0:00:00.217588

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/conv01/pos01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/conv01/pos01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/conv01/pos01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/conv01/pos01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/conv01/pos01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple2_dc.vhdl] 0:00:00.216936

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple2_dc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple2_dc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple2_dc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple2_dc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple2_dc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem2.vhdl] 0:00:00.218287

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/conv01/conv01.vhdl] 0:00:00.221183

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/conv01/conv01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/conv01/conv01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/conv01/conv01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/conv01/conv01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/conv01/conv01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple3.vhdl] 0:00:00.214861

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1325/rotate_testcase.vhdl] 0:00:00.215696

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1325/rotate_testcase.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1325/rotate_testcase.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1325/rotate_testcase.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1325/rotate_testcase.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1325/rotate_testcase.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem2a.vhdl] 0:00:00.215516

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem2a.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem2a.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem2a.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem2a.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem2a.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1325/tb_rotate_testcase.vhdl] 0:00:00.215391

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1325/tb_rotate_testcase.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1325/tb_rotate_testcase.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1325/tb_rotate_testcase.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1325/tb_rotate_testcase.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1325/tb_rotate_testcase.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem.vhdl] 0:00:00.216063

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/imem.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1008/test.vhdl] 0:00:00.217079

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1008/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1008/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1008/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1008/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1008/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1008/test_orig.vhdl] 0:00:00.222320

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1008/test_orig.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1008/test_orig.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1008/test_orig.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1008/test_orig.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1008/test_orig.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/tb_simple2.vhdl] 0:00:00.216495

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/tb_simple2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/tb_simple2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/tb_simple2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/tb_simple2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/tb_simple2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth33/int_test.vhdl] 0:00:00.216632

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth33/int_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth33/int_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth33/int_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth33/int_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth33/int_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple2.vhdl] 0:00:00.215734

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1781/simple2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth33/int_test2.vhdl] 0:00:00.221063

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth33/int_test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth33/int_test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth33/int_test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth33/int_test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth33/int_test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1209/issue.vhdl] 0:00:00.219776

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1209/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1209/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1209/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1209/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1209/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1272/issue.vhdl] 0:00:00.214897

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1272/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1272/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1272/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1272/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1272/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1186/ent.vhdl] 0:00:00.214633

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1186/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1186/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1186/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1186/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1186/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1509/pass01.vhdl] 0:00:00.214711

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1509/pass01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1509/pass01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1509/pass01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1509/pass01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1509/pass01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lit01/tb_aggr02.vhdl] 0:00:00.215748

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lit01/tb_aggr02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lit01/tb_aggr02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lit01/tb_aggr02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lit01/tb_aggr02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lit01/tb_aggr02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1509/tb_pass01.vhdl] 0:00:00.215226

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1509/tb_pass01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1509/tb_pass01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1509/tb_pass01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1509/tb_pass01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1509/tb_pass01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lit01/aggr02.vhdl] 0:00:00.217703

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lit01/aggr02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lit01/aggr02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lit01/aggr02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lit01/aggr02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/lit01/aggr02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_uns01.vhdl] 0:00:00.224508

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_uns01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_uns01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_uns01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_uns01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_uns01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1081/test.vhdl] 0:00:00.217225

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1081/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1081/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1081/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1081/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1081/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_cmp01.vhdl] 0:00:00.217139

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_cmp01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_cmp01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_cmp01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_cmp01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_cmp01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1035/ent.vhdl] 0:00:00.212137

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1035/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1035/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1035/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1035/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1035/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/cmp02.vhdl] 0:00:00.208780

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/cmp02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/cmp02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/cmp02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/cmp02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/cmp02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn05.vhdl] 0:00:00.213769

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/match01.vhdl] 0:00:00.213479

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/match01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/match01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/match01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/match01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/match01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/arr04.vhdl] 0:00:00.214789

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/arr04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/arr04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/arr04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/arr04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/arr04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn03.vhdl] 0:00:00.214587

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum05.vhdl] 0:00:00.216726

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn09.vhdl] 0:00:00.213444

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn09.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn09.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn09.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn09.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn09.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum05.vhdl] 0:00:00.212571

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn07.vhdl] 0:00:00.212086

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum01.vhdl] 0:00:00.211959

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn08.vhdl] 0:00:00.212962

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum04.vhdl] 0:00:00.215732

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_cmp02.vhdl] 0:00:00.211357

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_cmp02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_cmp02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_cmp02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_cmp02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_cmp02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn04.vhdl] 0:00:00.214312

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum03.vhdl] 0:00:00.212629

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn07.vhdl] 0:00:00.213968

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum02.vhdl] 0:00:00.212085

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn08.vhdl] 0:00:00.211961

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_match01.vhdl] 0:00:00.212162

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_match01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_match01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_match01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_match01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_match01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn03.vhdl] 0:00:00.217802

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum06.vhdl] 0:00:00.216055

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn04.vhdl] 0:00:00.215260

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum04.vhdl] 0:00:00.222489

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn01.vhdl] 0:00:00.217591

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn01.vhdl] 0:00:00.222742

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum03.vhdl] 0:00:00.220255

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn06.vhdl] 0:00:00.218103

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/cmp01.vhdl] 0:00:00.216964

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/cmp01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/cmp01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/cmp01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/cmp01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/cmp01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_arr04.vhdl] 0:00:00.218903

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_arr04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_arr04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_arr04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_arr04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_arr04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum02.vhdl] 0:00:00.218063

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/snum02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn02.vhdl] 0:00:00.217504

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum01.vhdl] 0:00:00.216920

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/tb_snum01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/uns01.vhdl] 0:00:00.219288

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/uns01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/uns01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/uns01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/uns01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/oper01/uns01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn05.vhdl] 0:00:00.220606

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/asgn05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug4.vhdl] 0:00:00.212078

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn02.vhdl] 0:00:00.212130

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug3.vhdl] 0:00:00.210894

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn09.vhdl] 0:00:00.210983

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn09.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn09.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn09.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn09.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn09.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug4.vhdl] 0:00:00.212116

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn06.vhdl] 0:00:00.211171

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/asgn01/tb_asgn06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug.vhdl] 0:00:00.208868

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1537/ent1.vhdl] 0:00:00.213649

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1537/ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1537/ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1537/ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1537/ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1537/ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1537/ent2.vhdl] 0:00:00.213089

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1537/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1537/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1537/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1537/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1537/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug2.vhdl] 0:00:00.216456

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/test.vhdl] 0:00:00.216731

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug2.vhdl] 0:00:00.217615

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/bug2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/repro.vhdl] 0:00:00.218748

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug.vhdl] 0:00:00.215902

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1563/tb_bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/tb_repro.vhdl] 0:00:00.222401

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/tb_repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/tb_repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/tb_repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/tb_repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1100/tb_repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1342/test_unop.vhdl] 0:00:00.220939

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1342/test_unop.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1342/test_unop.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1342/test_unop.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1342/test_unop.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1342/test_unop.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue958/ent1.vhdl] 0:00:00.217509

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue958/ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue958/ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue958/ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue958/ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue958/ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1109/ent-orig.vhdl] 0:00:00.216661

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1109/ent-orig.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1109/ent-orig.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1109/ent-orig.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1109/ent-orig.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1109/ent-orig.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue958/ent.vhdl] 0:00:00.220237

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue958/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue958/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue958/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue958/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue958/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1109/ent.vhdl] 0:00:00.227731

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1109/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1109/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1109/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1109/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1109/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice01.vhdl] 0:00:00.223980

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1176/issue.vhdl] 0:00:00.213813

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1176/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1176/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1176/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1176/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1176/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice03.vhdl] 0:00:00.214204

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1005/test2.vhdl] 0:00:00.218844

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1005/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1005/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1005/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1005/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1005/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice06.vhdl] 0:00:00.218423

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/slice06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1005/test.vhdl] 0:00:00.228727

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1005/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1005/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1005/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1005/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1005/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue947/ent.vhdl] 0:00:00.220344

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue947/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue947/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue947/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue947/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue947/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice02.vhdl] 0:00:00.230350

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/slice01/tb_slice02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/ok.vhdl] 0:00:00.218505

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/ok.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/ok.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/ok.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/ok.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/ok.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and6comp.vhdl] 0:00:00.221944

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and6comp.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and6comp.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and6comp.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and6comp.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and6comp.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/issue_1658.vhdl] 0:00:00.221367

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/issue_1658.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/issue_1658.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/issue_1658.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/issue_1658.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/issue_1658.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and3.vhdl] 0:00:00.217919

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/issue.vhdl] 0:00:00.216453

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1658/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/pkg.vhdl] 0:00:00.219159

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/mixer.vhdl] 0:00:00.225820

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/mixer.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/mixer.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/mixer.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/mixer.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/mixer.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram2.vhdl] 0:00:00.219196

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/cmask.vhdl] 0:00:00.214842

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/cmask.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/cmask.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/cmask.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/cmask.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/cmask.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram3.vhdl] 0:00:00.217720

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/tb_mixer.vhdl] 0:00:00.219578

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/tb_mixer.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/tb_mixer.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/tb_mixer.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/tb_mixer.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/pkg01/tb_mixer.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram4.vhdl] 0:00:00.217110

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/physical01/physical_division.vhdl] 0:00:00.215886

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/physical01/physical_division.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/physical01/physical_division.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/physical01/physical_division.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/physical01/physical_division.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/physical01/physical_division.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram1.vhdl] 0:00:00.213234

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1417/fixed_point_example.vhdl] 0:00:00.213407

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1417/fixed_point_example.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1417/fixed_point_example.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1417/fixed_point_example.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1417/fixed_point_example.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1417/fixed_point_example.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram2.vhdl] 0:00:00.214605

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram1.vhdl] 0:00:00.214048

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const01.vhdl] 0:00:00.215116

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram4.vhdl] 0:00:00.217304

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const03.vhdl] 0:00:00.216711

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram9.vhdl] 0:00:00.212462

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram9.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram9.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram9.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram9.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/tb_ram9.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const02.vhdl] 0:00:00.215205

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/const02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram9.vhdl] 0:00:00.213771

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram9.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram9.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram9.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram9.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth109/ram9.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/tb_const01.vhdl] 0:00:00.212334

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/tb_const01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/tb_const01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/tb_const01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/tb_const01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/const01/tb_const01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1503/theunit.vhdl] 0:00:00.216542

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1503/theunit.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1503/theunit.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1503/theunit.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1503/theunit.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1503/theunit.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1044/ent.vhdl] 0:00:00.215305

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1044/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1044/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1044/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1044/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1044/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth87/repro01.vhdl] 0:00:00.223845

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth87/repro01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth87/repro01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth87/repro01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth87/repro01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth87/repro01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth110/top.vhdl] 0:00:00.215943

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth110/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth110/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth110/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth110/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth110/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth87/tb_repro01.vhdl] 0:00:00.216857

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth87/tb_repro01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth87/tb_repro01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth87/tb_repro01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth87/tb_repro01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth87/tb_repro01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case03.vhdl] 0:00:00.216933

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth121/fpadd_normalize_struct.vhdl] 0:00:00.216735

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth121/fpadd_normalize_struct.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth121/fpadd_normalize_struct.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth121/fpadd_normalize_struct.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth121/fpadd_normalize_struct.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth121/fpadd_normalize_struct.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case01.vhdl] 0:00:00.217518

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1165/bug.vhdl] 0:00:00.217047

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1165/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1165/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1165/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1165/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1165/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case04.vhdl] 0:00:00.216383

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1442/fixed_round_crash_incorrect.vhdl] 0:00:00.215487

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1442/fixed_round_crash_incorrect.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1442/fixed_round_crash_incorrect.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1442/fixed_round_crash_incorrect.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1442/fixed_round_crash_incorrect.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1442/fixed_round_crash_incorrect.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case03.vhdl] 0:00:00.216645

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case01.vhdl] 0:00:00.219659

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1442/fixed_round_crash_correct.vhdl] 0:00:00.216539

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1442/fixed_round_crash_correct.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1442/fixed_round_crash_correct.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1442/fixed_round_crash_correct.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1442/fixed_round_crash_correct.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1442/fixed_round_crash_correct.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case02.vhdl] 0:00:00.216227

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1133/foo.vhdl] 0:00:00.217761

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1133/foo.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1133/foo.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1133/foo.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1133/foo.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1133/foo.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case04.vhdl] 0:00:00.215915

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/tb_case04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1054/tb_simple01.vhdl] 0:00:00.214287

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1054/tb_simple01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1054/tb_simple01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1054/tb_simple01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1054/tb_simple01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1054/tb_simple01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case02.vhdl] 0:00:00.219098

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1054/simple01.vhdl] 0:00:00.218405

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1054/simple01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1054/simple01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1054/simple01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1054/simple01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1054/simple01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/test.vhdl] 0:00:00.213692

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case05.vhdl] 0:00:00.213638

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/tb_test.vhdl] 0:00:00.213907

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/tb_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/tb_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/tb_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/tb_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/tb_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case06.vhdl] 0:00:00.214719

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case01/case06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/ent.vhdl] 0:00:00.211694

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1082/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1609/exp_psl.vhdl] 0:00:00.210561

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1609/exp_psl.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1609/exp_psl.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1609/exp_psl.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1609/exp_psl.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1609/exp_psl.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1679/test_fail.vhdl] 0:00:00.212667

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1679/test_fail.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1679/test_fail.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1679/test_fail.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1679/test_fail.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1679/test_fail.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1609/exp_vhd.vhdl] 0:00:00.214670

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1609/exp_vhd.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1609/exp_vhd.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1609/exp_vhd.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1609/exp_vhd.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1609/exp_vhd.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1407/repro.vhdl] 0:00:00.211566

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1407/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1407/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1407/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1407/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1407/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth52/pkg_test.vhdl] 0:00:00.212493

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth52/pkg_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth52/pkg_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth52/pkg_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth52/pkg_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth52/pkg_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1407/fixed_point_example.vhdl] 0:00:00.215217

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1407/fixed_point_example.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1407/fixed_point_example.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1407/fixed_point_example.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1407/fixed_point_example.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1407/fixed_point_example.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth52/sample_pkg.vhdl] 0:00:00.216063

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth52/sample_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth52/sample_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth52/sample_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth52/sample_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth52/sample_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/tb_ent1.vhdl] 0:00:00.216012

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/tb_ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/tb_ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/tb_ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/tb_ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/tb_ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1481/e.vhdl] 0:00:00.215429

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1481/e.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1481/e.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1481/e.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1481/e.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1481/e.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/ent1.vhdl] 0:00:00.214429

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/ent1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/ent1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/ent1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/ent1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/ent1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1302/testcase3.vhdl] 0:00:00.215988

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1302/testcase3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1302/testcase3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1302/testcase3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1302/testcase3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1302/testcase3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth27/dff.vhdl] 0:00:00.218452

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth27/dff.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth27/dff.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth27/dff.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth27/dff.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth27/dff.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/ent.vhdl] 0:00:00.217490

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue955/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1157/ent.vhdl] 0:00:00.214828

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1157/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1157/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1157/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1157/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1157/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1182/issue.vhdl] 0:00:00.214841

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1182/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1182/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1182/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1182/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1182/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1127/foo2.vhdl] 0:00:00.219070

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1127/foo2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1127/foo2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1127/foo2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1127/foo2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1127/foo2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1193/counters_7.vhdl] 0:00:00.219763

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1193/counters_7.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1193/counters_7.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1193/counters_7.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1193/counters_7.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1193/counters_7.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1127/foo.vhdl] 0:00:00.217995

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1127/foo.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1127/foo.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1127/foo.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1127/foo.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1127/foo.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec2.vhdl] 0:00:00.218423

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro5.vhdl] 0:00:00.217668

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro5.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro5.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro5.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro5.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro5.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case03.vhdl] 0:00:00.215685

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro5b.vhdl] 0:00:00.221603

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro5b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro5b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro5b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro5b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro5b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case01.vhdl] 0:00:00.227734

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec3.vhdl] 0:00:00.220465

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case03.vhdl] 0:00:00.219369

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro2.vhdl] 0:00:00.219454

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case01.vhdl] 0:00:00.225104

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case02.vhdl] 0:00:00.223506

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/tb_case02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec1.vhdl] 0:00:00.220933

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/rec1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case02.vhdl] 0:00:00.217560

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/case02/case02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro4b.vhdl] 0:00:00.218620

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro4b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro4b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro4b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro4b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro4b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1032/ent.vhdl] 0:00:00.215826

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1032/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1032/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1032/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1032/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1032/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro6.vhdl] 0:00:00.217217

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue3.vhdl] 0:00:00.215693

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro4.vhdl] 0:00:00.216965

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue1.vhdl] 0:00:00.215567

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro1.vhdl] 0:00:00.218452

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue2.vhdl] 0:00:00.219754

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro3.vhdl] 0:00:00.220494

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1428/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output01.vhdl] 0:00:00.221520

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue4.vhdl] 0:00:00.222460

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1283/issue4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output07.vhdl] 0:00:00.216393

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1241/top.vhdl] 0:00:00.214945

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1241/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1241/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1241/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1241/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1241/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output06.vhdl] 0:00:00.215742

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/output06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1241/tb_top.vhdl] 0:00:00.214667

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1241/tb_top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1241/tb_top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1241/tb_top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1241/tb_top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1241/tb_top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output07.vhdl] 0:00:00.216580

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff00.vhdl] 0:00:00.216193

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff00.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff00.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff00.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff00.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff00.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff03.vhdl] 0:00:00.214755

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output06.vhdl] 0:00:00.215261

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff02.vhdl] 0:00:00.214531

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output01.vhdl] 0:00:00.216240

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/output01/tb_output01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff01.vhdl] 0:00:00.215113

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1288/issue.vhdl] 0:00:00.213046

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1288/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1288/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1288/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1288/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1288/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff04.vhdl] 0:00:00.213079

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/dff04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper_arch_entity_inst.vhdl] 0:00:00.215364

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper_arch_entity_inst.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper_arch_entity_inst.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper_arch_entity_inst.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper_arch_entity_inst.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper_arch_entity_inst.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/tb_dff02.vhdl] 0:00:00.218291

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/tb_dff02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/tb_dff02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/tb_dff02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/tb_dff02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth76/tb_dff02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/spin1.vhdl] 0:00:00.214220

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/spin1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/spin1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/spin1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/spin1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/spin1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/srom01.vhdl] 0:00:00.212212

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/srom01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/srom01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/srom01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/srom01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/srom01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper.vhdl] 0:00:00.214446

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper_arch_comp_inst.vhdl] 0:00:00.211761

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper_arch_comp_inst.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper_arch_comp_inst.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper_arch_comp_inst.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper_arch_comp_inst.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds_wrapper_arch_comp_inst.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram05.vhdl] 0:00:00.212896

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds.vhdl] 0:00:00.215412

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth60/leds.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram2.vhdl] 0:00:00.215408

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue962/ent2.vhdl] 0:00:00.220416

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue962/ent2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue962/ent2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue962/ent2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue962/ent2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue962/ent2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_srom01.vhdl] 0:00:00.220859

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_srom01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_srom01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_srom01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_srom01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_srom01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1424/bar.vhdl] 0:00:00.216457

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1424/bar.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1424/bar.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1424/bar.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1424/bar.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1424/bar.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram03.vhdl] 0:00:00.221200

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/rom1.vhdl] 0:00:00.225891

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/rom1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/rom1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/rom1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/rom1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/rom1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1179/bug.vhdl] 0:00:00.213872

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1179/bug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1179/bug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1179/bug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1179/bug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1179/bug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram2.vhdl] 0:00:00.213848

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue965/test_block.vhdl] 0:00:00.214020

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue965/test_block.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue965/test_block.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue965/test_block.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue965/test_block.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue965/test_block.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram03.vhdl] 0:00:00.215407

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue953/ent.vhdl] 0:00:00.216243

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue953/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue953/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue953/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue953/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue953/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram3.vhdl] 0:00:00.215850

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if03.vhdl] 0:00:00.216020

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_rom1.vhdl] 0:00:00.213048

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_rom1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_rom1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_rom1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_rom1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_rom1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if02.vhdl] 0:00:00.213051

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if01.vhdl] 0:00:00.213782

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/if02/if01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram01.vhdl] 0:00:00.212555

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth111/rams_sp_3d.vhdl] 0:00:00.216573

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth111/rams_sp_3d.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth111/rams_sp_3d.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth111/rams_sp_3d.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth111/rams_sp_3d.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth111/rams_sp_3d.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram02.vhdl] 0:00:00.215749

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1294/generic_array_range.vhdl] 0:00:00.218439

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1294/generic_array_range.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1294/generic_array_range.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1294/generic_array_range.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1294/generic_array_range.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1294/generic_array_range.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram1.vhdl] 0:00:00.217599

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_dpram1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_rng1.vhdl] 0:00:00.221540

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_rng1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_rng1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_rng1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_rng1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_rng1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram01.vhdl] 0:00:00.220152

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram1.vhdl] 0:00:00.217477

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/submodule.vhdl] 0:00:00.218764

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/submodule.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/submodule.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/submodule.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/submodule.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/submodule.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram05.vhdl] 0:00:00.217450

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/sram05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/module.vhdl] 0:00:00.221115

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/module.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/module.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/module.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/module.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/module.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram3.vhdl] 0:00:00.220543

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/dpram3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_nat.vhdl] 0:00:00.223689

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_nat.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_nat.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_nat.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_nat.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_nat.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram02.vhdl] 0:00:00.220871

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/mem01/tb_sram02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_uns.vhdl] 0:00:00.219782

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_uns.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_uns.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_uns.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_uns.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_uns.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func05.vhdl] 0:00:00.217913

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_slv.vhdl] 0:00:00.218036

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_slv.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_slv.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_slv.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_slv.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_slv.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_uns.vhdl] 0:00:00.217397

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_uns.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_uns.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_uns.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_uns.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_uns.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func03.vhdl] 0:00:00.219677

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_sgn.vhdl] 0:00:00.217208

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_sgn.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_sgn.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_sgn.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_sgn.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_sgn.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func08b.vhdl] 0:00:00.217406

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func08b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func08b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func08b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func08b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func08b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_sgn.vhdl] 0:00:00.217565

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_sgn.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_sgn.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_sgn.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_sgn.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_sgn.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func08.vhdl] 0:00:00.218275

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_slv.vhdl] 0:00:00.213064

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_slv.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_slv.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_slv.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_slv.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/repro_slv.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func07.vhdl] 0:00:00.214681

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func06.vhdl] 0:00:00.218578

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_nat.vhdl] 0:00:00.214206

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_nat.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_nat.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_nat.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_nat.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_nat.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func03.vhdl] 0:00:00.213981

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func03.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func03.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func03.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func03.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func03.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_rng1.vhdl] 0:00:00.217603

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_rng1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_rng1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_rng1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_rng1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth34/tb_repro_rng1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func02.vhdl] 0:00:00.215662

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/tb_and6.vhdl] 0:00:00.218359

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/tb_and6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/tb_and6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/tb_and6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/tb_and6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/tb_and6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func02.vhdl] 0:00:00.216569

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and6.vhdl] 0:00:00.215132

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and6.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and6.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and6.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and6.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/comp01/and6.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func04.vhdl] 0:00:00.216157

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1318/ram_blk.vhdl] 0:00:00.218148

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1318/ram_blk.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1318/ram_blk.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1318/ram_blk.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1318/ram_blk.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1318/ram_blk.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue999/test.vhdl] 0:00:00.215237

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue999/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue999/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue999/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue999/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue999/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func07.vhdl] 0:00:00.224836

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func07.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func07.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func07.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func07.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func07.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1309b/psl_test.vhdl] 0:00:00.217180

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1309b/psl_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1309b/psl_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1309b/psl_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1309b/psl_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1309b/psl_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func05.vhdl] 0:00:00.211474

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func05.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func05.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func05.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func05.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func05.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1699/test2.vhdl] 0:00:00.212426

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1699/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1699/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1699/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1699/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1699/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func01.vhdl] 0:00:00.212266

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1610/exp.vhdl] 0:00:00.210672

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1610/exp.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1610/exp.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1610/exp.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1610/exp.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1610/exp.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func04.vhdl] 0:00:00.211893

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func04.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func04.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func04.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func04.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func04.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func08.vhdl] 0:00:00.211700

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func08.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func08.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func08.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func08.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func08.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1001/sync.vhdl] 0:00:00.212001

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1001/sync.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1001/sync.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1001/sync.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1001/sync.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1001/sync.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func06.vhdl] 0:00:00.216307

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func06.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func06.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func06.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func06.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/func06.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1001/async.vhdl] 0:00:00.213921

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1001/async.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1001/async.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1001/async.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1001/async.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1001/async.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func01.vhdl] 0:00:00.214517

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1238/multiplexers_3.vhdl] 0:00:00.234966

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1238/multiplexers_3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1238/multiplexers_3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1238/multiplexers_3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1238/multiplexers_3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1238/multiplexers_3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func08b.vhdl] 0:00:00.293564

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func08b.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func08b.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func08b.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func08b.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/func01/tb_func08b.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1107/unconnected.vhdl] 0:00:00.267409

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1107/unconnected.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1107/unconnected.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1107/unconnected.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1107/unconnected.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1107/unconnected.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue941/ent.vhdl] 0:00:00.219084

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue941/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue941/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue941/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue941/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue941/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/xfail1/test.vhdl] 0:00:00.220055

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/xfail1/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/xfail1/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/xfail1/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/xfail1/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/xfail1/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/tb_insert01.vhdl] 0:00:00.218475

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/tb_insert01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/tb_insert01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/tb_insert01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/tb_insert01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/tb_insert01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1312/ent.vhdl] 0:00:00.213915

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1312/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1312/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1312/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1312/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1312/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1682/top.vhdl] 0:00:00.216270

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1682/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1682/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1682/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1682/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1682/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/insert02.vhdl] 0:00:00.219254

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/insert02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/insert02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/insert02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/insert02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/insert02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1421a/cipher.vhdl] 0:00:00.211319

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1421a/cipher.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1421a/cipher.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1421a/cipher.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1421a/cipher.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1421a/cipher.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/tb_insert02.vhdl] 0:00:00.216609

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/tb_insert02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/tb_insert02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/tb_insert02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/tb_insert02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/tb_insert02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1421a/aes_pkg.vhdl] 0:00:00.213649

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1421a/aes_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1421a/aes_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1421a/aes_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1421a/aes_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1421a/aes_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/insert01.vhdl] 0:00:00.213963

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/insert01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/insert01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/insert01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/insert01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/insert01/insert01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr63/vector.vhdl] 0:00:00.225249

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr63/vector.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr63/vector.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr63/vector.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr63/vector.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr63/vector.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth45/test2.vhdl] 0:00:00.224258

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth45/test2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth45/test2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth45/test2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth45/test2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth45/test2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth45/test.vhdl] 0:00:00.215431

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth45/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth45/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth45/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth45/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/synth45/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/bug-loop1/loop1.vhdl] 0:00:00.216796

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/bug-loop1/loop1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/bug-loop1/loop1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/bug-loop1/loop1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/bug-loop1/loop1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/bug-loop1/loop1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro.vhdl] 0:00:00.218894

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue96/ent.vhdl] 0:00:00.215296

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue96/ent.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue96/ent.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue96/ent.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue96/ent.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue96/ent.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro2.vhdl] 0:00:00.215761

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/counter8.vhdl] 0:00:00.216937

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/counter8.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/counter8.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/counter8.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/counter8.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/counter8.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro4.vhdl] 0:00:00.217318

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/no_vector.vhdl] 0:00:00.213083

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/no_vector.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/no_vector.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/no_vector.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/no_vector.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/no_vector.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/vector.vhdl] 0:00:00.215420

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/vector.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/vector.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/vector.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/vector.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue4/vector.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro3.vhdl] 0:00:00.215816

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1421/repro3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram2.vhdl] 0:00:00.211986

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/anon01.vhdl] 0:00:00.218619

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/anon01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/anon01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/anon01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/anon01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/anon01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram.vhdl] 0:00:00.210628

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/anon02.vhdl] 0:00:00.214887

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/anon02.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/anon02.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/anon02.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/anon02.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/anon02.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram3.vhdl] 0:00:00.212477

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue36/bram3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/tb_anon01.vhdl] 0:00:00.211647

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/tb_anon01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/tb_anon01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/tb_anon01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/tb_anon01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/anon01/tb_anon01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1009/array_test.vhdl] 0:00:00.213786

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1009/array_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1009/array_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1009/array_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1009/array_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1009/array_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue101/counters_3.vhdl] 0:00:00.222177

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue101/counters_3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue101/counters_3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue101/counters_3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue101/counters_3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue101/counters_3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1009/record_test.vhdl] 0:00:00.210478

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1009/record_test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1009/record_test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1009/record_test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1009/record_test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1009/record_test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_xor.vhdl] 0:00:00.211012

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_xor.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_xor.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_xor.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_xor.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_xor.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1221/top.vhdl] 0:00:00.209951

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1221/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1221/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1221/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1221/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1221/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_or.vhdl] 0:00:00.208329

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_or.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_or.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_or.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_or.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_or.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr03/tb_conv01.vhdl] 0:00:00.211611

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr03/tb_conv01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr03/tb_conv01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr03/tb_conv01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr03/tb_conv01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr03/tb_conv01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_xnor.vhdl] 0:00:00.214058

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_xnor.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_xnor.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_xnor.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_xnor.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_xnor.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr03/conv01.vhdl] 0:00:00.219238

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr03/conv01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr03/conv01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr03/conv01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr03/conv01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/aggr03/conv01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_nand.vhdl] 0:00:00.219171

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_nand.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_nand.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_nand.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_nand.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_nand.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_nor.vhdl] 0:00:00.214867

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_nor.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_nor.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_nor.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_nor.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue11/test_nor.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1132/bar.vhdl] 0:00:00.216517

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1132/bar.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1132/bar.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1132/bar.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1132/bar.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1132/bar.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue6/vector.vhdl] 0:00:00.211820

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue6/vector.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue6/vector.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue6/vector.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue6/vector.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue6/vector.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1159/fixed_point_example.vhdl] 0:00:00.215861

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1159/fixed_point_example.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1159/fixed_point_example.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1159/fixed_point_example.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1159/fixed_point_example.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1159/fixed_point_example.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue75/top.vhdl] 0:00:00.213134

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue75/top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue75/top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue75/top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue75/top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue75/top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/assertassumes0/assert0.vhdl] 0:00:00.214844

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/assertassumes0/assert0.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/assertassumes0/assert0.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/assertassumes0/assert0.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/assertassumes0/assert0.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/assertassumes0/assert0.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue7/ref.vhdl] 0:00:00.219049

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue7/ref.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue7/ref.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue7/ref.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue7/ref.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue7/ref.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1685/test_case.vhdl] 0:00:00.218072

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1685/test_case.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1685/test_case.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1685/test_case.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1685/test_case.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl/testsuite/synth/issue1685/test_case.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/negdff.vhdl] 0:00:00.212248

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/negdff.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/negdff.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/negdff.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/negdff.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/negdff.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue7/vector.vhdl] 0:00:00.213152

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue7/vector.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue7/vector.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue7/vector.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue7/vector.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue7/vector.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/dff.vhdl] 0:00:00.215086

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/dff.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/dff.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/dff.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/dff.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/dff.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue61/vector.vhdl] 0:00:00.215398

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue61/vector.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue61/vector.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue61/vector.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue61/vector.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue61/vector.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/negadff.vhdl] 0:00:00.213718

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/negadff.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/negadff.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/negadff.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/negadff.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/negadff.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue102/counters_8.vhdl] 0:00:00.211214

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue102/counters_8.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue102/counters_8.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue102/counters_8.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue102/counters_8.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue102/counters_8.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/adff.vhdl] 0:00:00.212236

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/adff.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/adff.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/adff.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/adff.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/dff/adff.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/cell1.vhdl] 0:00:00.210823

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/cell1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/cell1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/cell1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/cell1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/cell1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox2.vhdl] 0:00:00.212726

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/cell2.vhdl] 0:00:00.212592

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/cell2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/cell2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/cell2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/cell2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/cell2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/multi.vhdl] 0:00:00.214553

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/multi.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/multi.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/multi.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/multi.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue73/multi.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox3.vhdl] 0:00:00.211750

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr64/vector.vhdl] 0:00:00.217284

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr64/vector.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr64/vector.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr64/vector.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr64/vector.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr64/vector.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox1.vhdl] 0:00:00.215974

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/examples/blackbox/blackbox1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue68/demux.vhdl] 0:00:00.213663

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue68/demux.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue68/demux.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue68/demux.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue68/demux.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue68/demux.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1314/issue.vhdl] 0:00:00.213375

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1314/issue.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1314/issue.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1314/issue.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1314/issue.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1314/issue.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue65/latch3.vhdl] 0:00:00.211749

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue65/latch3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue65/latch3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue65/latch3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue65/latch3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue65/latch3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1000/test.vhdl] 0:00:00.212764

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1000/test.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1000/test.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1000/test.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1000/test.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/ghdl-issues/issue1000/test.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate4.vhdl] 0:00:00.212401

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate4.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate4.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate4.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate4.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate4.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr66/vector.vhdl] 0:00:00.212002

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr66/vector.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr66/vector.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr66/vector.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr66/vector.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/pr66/vector.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/systemc/counter.vhdl] 0:00:00.214298

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/systemc/counter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/systemc/counter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/systemc/counter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/systemc/counter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-cosim/systemc/counter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue76/dff01.vhdl] 0:00:00.214880

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue76/dff01.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue76/dff01.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue76/dff01.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue76/dff01.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/testsuite/issues/issue76/dff01.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/cache_ram.vhdl] 0:00:00.213957

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/cache_ram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/cache_ram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/cache_ram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/cache_ram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/cache_ram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/library/ecp5u/components.vhdl] 0:00:00.214171

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/library/ecp5u/components.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/library/ecp5u/components.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/library/ecp5u/components.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/library/ecp5u/components.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/library/ecp5u/components.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/plru.vhdl] 0:00:00.216346

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/plru.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/plru.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/plru.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/plru.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/plru.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart_rx.vhdl] 0:00:00.218365

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart_rx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart_rx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart_rx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart_rx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart_rx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_tb.vhdl] 0:00:00.217625

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/versa_ecp5_top.vhdl] 0:00:00.216267

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/versa_ecp5_top.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/versa_ecp5_top.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/versa_ecp5_top.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/versa_ecp5_top.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/versa_ecp5_top.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/nonrandom.vhdl] 0:00:00.213439

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/nonrandom.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/nonrandom.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/nonrandom.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/nonrandom.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/nonrandom.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/soc_iomap_pkg.vhdl] 0:00:00.217084

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/soc_iomap_pkg.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/soc_iomap_pkg.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/soc_iomap_pkg.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/soc_iomap_pkg.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/soc_iomap_pkg.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/fifobuf.vhdl] 0:00:00.213502

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/fifobuf.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/fifobuf.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/fifobuf.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/fifobuf.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/fifobuf.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_jtag.vhdl] 0:00:00.217157

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_jtag.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_jtag.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_jtag.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_jtag.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_jtag.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/libram.vhdl] 0:00:00.211333

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/libram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/libram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/libram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/libram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/libram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/xilinx-mult.vhdl] 0:00:00.213378

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/xilinx-mult.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/xilinx-mult.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/xilinx-mult.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/xilinx-mult.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/xilinx-mult.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart.vhdl] 0:00:00.213863

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dram_tb.vhdl] 0:00:00.215903

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dram_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dram_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dram_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dram_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dram_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart_tx.vhdl] 0:00:00.212569

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart_tx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart_tx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart_tx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart_tx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ecp5_versa/uart_tx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_types.vhdl] 0:00:00.214313

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_types.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_types.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_types.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_types.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_types.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_console.vhdl] 0:00:00.216039

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_console.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_console.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_console.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_console.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_console.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/led_on.vhdl] 0:00:00.212878

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/led_on.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/led_on.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/led_on.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/led_on.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/led_on.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_bram.vhdl] 0:00:00.215674

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_bram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_bram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_bram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_bram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_bram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/counter.vhdl] 0:00:00.215436

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/counter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/counter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/counter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/counter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/counter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dcache.vhdl] 0:00:00.215598

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dcache.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dcache.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dcache.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dcache.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dcache.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/pushbutton.vhdl] 0:00:00.218436

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/pushbutton.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/pushbutton.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/pushbutton.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/pushbutton.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/pushbutton.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/gpio.vhdl] 0:00:00.218250

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/gpio.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/gpio.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/gpio.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/gpio.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/gpio.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/blink.vhdl] 0:00:00.224603

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/blink.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/blink.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/blink.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/blink.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icezum/blink.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_xilinx.vhdl] 0:00:00.218399

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_xilinx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_xilinx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_xilinx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_xilinx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_xilinx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/spin1.vhdl] 0:00:00.221713

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/spin1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/spin1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/spin1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/spin1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/spin1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/spin2.vhdl] 0:00:00.220094

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/spin2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/spin2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/spin2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/spin2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/spin2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/spi_flash_ctrl.vhdl] 0:00:00.223277

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/spi_flash_ctrl.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/spi_flash_ctrl.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/spi_flash_ctrl.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/spi_flash_ctrl.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/spi_flash_ctrl.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/leds.vhdl] 0:00:00.215795

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/leds.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/leds.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/leds.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/leds.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/ice40hx8k/leds.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/foreign_random.vhdl] 0:00:00.220480

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/foreign_random.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/foreign_random.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/foreign_random.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/foreign_random.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/foreign_random.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate1.vhdl] 0:00:00.213877

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/mmu.vhdl] 0:00:00.215388

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/mmu.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/mmu.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/mmu.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/mmu.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/mmu.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/multi1.vhdl] 0:00:00.213777

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/multi1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/multi1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/multi1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/multi1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/multi1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/countzero_tb.vhdl] 0:00:00.214963

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/countzero_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/countzero_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/countzero_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/countzero_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/countzero_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_arbiter.vhdl] 0:00:00.214898

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_arbiter.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_arbiter.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_arbiter.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_arbiter.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_arbiter.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate3.vhdl] 0:00:00.214662

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate3.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate3.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate3.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate3.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate3.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/syscon.vhdl] 0:00:00.215569

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/syscon.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/syscon.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/syscon.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/syscon.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/syscon.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate2.vhdl] 0:00:00.213299

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/rotate2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_pp_uart.vhdl] 0:00:00.212925

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_pp_uart.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_pp_uart.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_pp_uart.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_pp_uart.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_pp_uart.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/spin1.vhdl] 0:00:00.212584

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/spin1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/spin1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/spin1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/spin1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/spin1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/xics.vhdl] 0:00:00.213903

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/xics.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/xics.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/xics.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/xics.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/xics.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/multi2.vhdl] 0:00:00.212292

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/multi2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/multi2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/multi2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/multi2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/multi2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/glibc_random_helpers.vhdl] 0:00:00.213259

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/glibc_random_helpers.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/glibc_random_helpers.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/glibc_random_helpers.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/glibc_random_helpers.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/glibc_random_helpers.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/spin2.vhdl] 0:00:00.217685

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/spin2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/spin2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/spin2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/spin2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/spin2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/leds.vhdl] 0:00:00.212935

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/leds.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/leds.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/leds.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/leds.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/leds.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/icache.vhdl] 0:00:00.216847

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/icache.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/icache.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/icache.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/icache.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/icache.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/fixed1.vhdl] 0:00:00.215261

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/fixed1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/fixed1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/fixed1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/fixed1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/fixed1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_bram_wrapper.vhdl] 0:00:00.212892

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_bram_wrapper.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_bram_wrapper.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_bram_wrapper.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_bram_wrapper.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_bram_wrapper.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/blink.vhdl] 0:00:00.211112

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/blink.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/blink.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/blink.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/blink.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/ghdl-yosys-plugin/examples/icestick/leds/blink.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fetch1.vhdl] 0:00:00.213512

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fetch1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fetch1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fetch1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fetch1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fetch1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/rotator.vhdl] 0:00:00.213376

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/rotator.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/rotator.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/rotator.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/rotator.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/rotator.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/loadstore1.vhdl] 0:00:00.217786

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/loadstore1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/loadstore1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/loadstore1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/loadstore1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/loadstore1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_tb.vhdl] 0:00:00.217404

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sync_fifo.vhdl] 0:00:00.216790

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sync_fifo.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sync_fifo.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sync_fifo.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sync_fifo.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sync_fifo.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_flash_tb.vhdl] 0:00:00.218364

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_flash_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_flash_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_flash_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_flash_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_flash_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/insn_helpers.vhdl] 0:00:00.212486

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/insn_helpers.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/insn_helpers.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/insn_helpers.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/insn_helpers.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/insn_helpers.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/multiply.vhdl] 0:00:00.215251

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/multiply.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/multiply.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/multiply.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/multiply.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/multiply.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/divider_tb.vhdl] 0:00:00.214863

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/divider_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/divider_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/divider_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/divider_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/divider_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/random.vhdl] 0:00:00.215396

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/random.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/random.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/random.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/random.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/random.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/helpers.vhdl] 0:00:00.215138

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/helpers.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/helpers.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/helpers.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/helpers.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/helpers.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/execute1.vhdl] 0:00:00.214640

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/execute1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/execute1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/execute1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/execute1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/execute1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode2.vhdl] 0:00:00.213305

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_jtag_socket.vhdl] 0:00:00.254754

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_jtag_socket.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_jtag_socket.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_jtag_socket.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_jtag_socket.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_jtag_socket.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/ppc_fx_insns.vhdl] 0:00:00.215345

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/ppc_fx_insns.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/ppc_fx_insns.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/ppc_fx_insns.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/ppc_fx_insns.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/ppc_fx_insns.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/logical.vhdl] 0:00:00.216791

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/logical.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/logical.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/logical.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/logical.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/logical.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/divider.vhdl] 0:00:00.223016

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/divider.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/divider.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/divider.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/divider.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/divider.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/rotator_tb.vhdl] 0:00:00.218064

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/rotator_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/rotator_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/rotator_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/rotator_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/rotator_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/utils.vhdl] 0:00:00.220056

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/utils.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/utils.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/utils.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/utils.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/utils.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/icache_tb.vhdl] 0:00:00.216830

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/icache_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/icache_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/icache_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/icache_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/icache_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_16550_uart.vhdl] 0:00:00.216722

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_16550_uart.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_16550_uart.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_16550_uart.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_16550_uart.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_16550_uart.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_no_flash.vhdl] 0:00:00.217058

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_no_flash.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_no_flash.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_no_flash.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_no_flash.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_no_flash.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/countzero.vhdl] 0:00:00.211316

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/countzero.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/countzero.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/countzero.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/countzero.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/countzero.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_bram_helpers.vhdl] 0:00:00.211731

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_bram_helpers.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_bram_helpers.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_bram_helpers.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_bram_helpers.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim_bram_helpers.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/cr_file.vhdl] 0:00:00.210107

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/cr_file.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/cr_file.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/cr_file.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/cr_file.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/cr_file.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_bram_tb.vhdl] 0:00:00.217221

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_bram_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_bram_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_bram_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_bram_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_bram_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/multiply_tb.vhdl] 0:00:00.211461

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/multiply_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/multiply_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/multiply_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/multiply_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/multiply_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode_types.vhdl] 0:00:00.214213

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode_types.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode_types.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode_types.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode_types.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode_types.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/plru_tb.vhdl] 0:00:00.215591

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/plru_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/plru_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/plru_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/plru_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/plru_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/soc.vhdl] 0:00:00.215061

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/soc.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/soc.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/soc.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/soc.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/soc.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_dram_tb.vhdl] 0:00:00.213178

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_dram_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_dram_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_dram_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_dram_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_dram_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/spi_rxtx.vhdl] 0:00:00.217015

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/spi_rxtx.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/spi_rxtx.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/spi_rxtx.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/spi_rxtx.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/spi_rxtx.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dcache_tb.vhdl] 0:00:00.215527

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dcache_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dcache_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dcache_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dcache_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dcache_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_debug.vhdl] 0:00:00.215740

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_debug.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_debug.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_debug.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_debug.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core_debug.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpu.vhdl] 0:00:00.215074

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpu.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpu.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpu.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpu.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpu.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/glibc_random.vhdl] 0:00:00.217234

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/glibc_random.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/glibc_random.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/glibc_random.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/glibc_random.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/glibc_random.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/writeback.vhdl] 0:00:00.219322

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/writeback.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/writeback.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/writeback.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/writeback.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/writeback.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_debug_master.vhdl] 0:00:00.218876

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_debug_master.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_debug_master.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_debug_master.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_debug_master.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/wishbone_debug_master.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/control.vhdl] 0:00:00.219254

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/control.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/control.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/control.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/control.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/control.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/crhelpers.vhdl] 0:00:00.214222

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/crhelpers.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/crhelpers.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/crhelpers.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/crhelpers.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/crhelpers.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/register_file.vhdl] 0:00:00.214295

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/register_file.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/register_file.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/register_file.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/register_file.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/register_file.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-generic.vhdl] 0:00:00.217841

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-generic.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-generic.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-generic.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-generic.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-generic.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/common.vhdl] 0:00:00.213419

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/common.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/common.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/common.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/common.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/common.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-genesys2.vhdl] 0:00:00.213682

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-genesys2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-genesys2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-genesys2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-genesys2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-genesys2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode1.vhdl] 0:00:00.214634

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode1.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode1.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode1.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode1.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/decode1.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/soc_reset.vhdl] 0:00:00.212719

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/soc_reset.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/soc_reset.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/soc_reset.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/soc_reset.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/soc_reset.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core.vhdl] 0:00:00.212822

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/core.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/fpga-random.vhdl] 0:00:00.217022

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/fpga-random.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/fpga-random.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/fpga-random.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/fpga-random.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/fpga-random.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_dummy.vhdl] 0:00:00.218216

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_dummy.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_dummy.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_dummy.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_dummy.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/dmi_dtm_dummy.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/main_bram.vhdl] 0:00:00.213797

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/main_bram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/main_bram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/main_bram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/main_bram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/main_bram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/soc_reset_tb.vhdl] 0:00:00.214808

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/soc_reset_tb.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/soc_reset_tb.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/soc_reset_tb.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/soc_reset_tb.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/soc_reset_tb.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-nexys-video.vhdl] 0:00:00.213326

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-nexys-video.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-nexys-video.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-nexys-video.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-nexys-video.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-nexys-video.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-acorn-cle-215.vhdl] 0:00:00.214290

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-acorn-cle-215.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-acorn-cle-215.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-acorn-cle-215.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-acorn-cle-215.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-acorn-cle-215.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/BSCANE2.vhdl] 0:00:00.212996

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/BSCANE2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/BSCANE2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/BSCANE2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/BSCANE2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/BSCANE2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-arty.vhdl] 0:00:00.215808

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-arty.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-arty.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-arty.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-arty.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/fpga/top-arty.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/BUFG.vhdl] 0:00:00.213757

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/BUFG.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/BUFG.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/BUFG.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/BUFG.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/BUFG.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/unisim_vcomponents.vhdl] 0:00:00.214245

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/unisim_vcomponents.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/unisim_vcomponents.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/unisim_vcomponents.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/unisim_vcomponents.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/sim-unisim/unisim_vcomponents.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/extras/litedram-wrapper-l2.vhdl] 0:00:00.215440

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/extras/litedram-wrapper-l2.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/extras/litedram-wrapper-l2.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/extras/litedram-wrapper-l2.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/extras/litedram-wrapper-l2.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/extras/litedram-wrapper-l2.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/extras/sim_litedram.vhdl] 0:00:00.213286

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/extras/sim_litedram.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/extras/sim_litedram.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/extras/sim_litedram.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/extras/sim_litedram.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/extras/sim_litedram.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/arty/litedram-initmem.vhdl] 0:00:00.214895

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/arty/litedram-initmem.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/arty/litedram-initmem.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/arty/litedram-initmem.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/arty/litedram-initmem.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/arty/litedram-initmem.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/genesys2/litedram-initmem.vhdl] 0:00:00.213411

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/genesys2/litedram-initmem.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/genesys2/litedram-initmem.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/genesys2/litedram-initmem.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/genesys2/litedram-initmem.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/genesys2/litedram-initmem.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/nexys-video/litedram-initmem.vhdl] 0:00:00.212164

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/nexys-video/litedram-initmem.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/nexys-video/litedram-initmem.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/nexys-video/litedram-initmem.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/nexys-video/litedram-initmem.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/nexys-video/litedram-initmem.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/acorn-cle-215/litedram-initmem.vhdl] 0:00:00.212977

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/acorn-cle-215/litedram-initmem.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/acorn-cle-215/litedram-initmem.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/acorn-cle-215/litedram-initmem.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/acorn-cle-215/litedram-initmem.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/acorn-cle-215/litedram-initmem.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/sim/litedram-initmem.vhdl] 0:00:00.218412

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/sim/litedram-initmem.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/sim/litedram-initmem.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/sim/litedram-initmem.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/sim/litedram-initmem.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/generated/sim/litedram-initmem.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/gen-src/dram-init-mem.vhdl] 0:00:00.223849

Setup

Call

[gw1] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/gen-src/dram-init-mem.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/gen-src/dram-init-mem.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/gen-src/dram-init-mem.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/gen-src/dram-init-mem.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/gen-src/dram-init-mem.vhdl' (choose from 'help', 'version', 'pretty')

Teardown

XFAIL test_AllVHDLSources[/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/gen-src/no-init-mem.vhdl] 0:00:00.215599

Setup

Call

[gw0] linux -- Python 3.9.5 /opt/hostedtoolcache/Python/3.9.5/x64/bin/python

file = '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/gen-src/no-init-mem.vhdl'

    @mark.parametrize(
    	"file",
    	getVHDLSources()
    )
    @mark.xfail
    def test_AllVHDLSources(file):
>   	check_call(['ghdl-dom', str(file)], stderr=STDOUT)

TestDOM.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/gen-src/no-init-mem.vhdl'],)
kwargs = {'stderr': -2}, retcode = 2
cmd = ['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/gen-src/no-init-mem.vhdl']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['ghdl-dom', '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/gen-src/no-init-mem.vhdl']' returned non-zero exit status 2.

/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py:373: CalledProcessError
Captured stdout call
usage: ghdl-dom [-d] [-v] [-q] {help,version,pretty} ...
ghdl-dom: error: invalid choice: '/home/runner/work/ghdl-extended-tests/ghdl-extended-tests/microwatt/litedram/gen-src/no-init-mem.vhdl' (choose from 'help', 'version', 'pretty')

Teardown